Package com.inet.pdfc.plugin
package com.inet.pdfc.plugin
Plugin system for extending i-net PDFC (PDF Compare) functionality.
This package provides the infrastructure for creating and managing plugins that extend the capabilities of the PDFC system. Plugins can add new comparison methods, output formats, and integration features.
Key components include:
- Plugin management - System for loading, initializing, and managing plugins, including plugin lifecycle management and dependency resolution
- Plugin interfaces - Core interfaces that plugins must implement to integrate with the PDFC system, including comparison, output, and integration interfaces
- Plugin configuration - Framework for managing plugin-specific settings and configuration options
- Plugin discovery - Mechanisms for automatically discovering and loading plugins from various sources
- Plugin communication - Infrastructure for plugins to communicate with each other and with the core PDFC system
The package provides a robust and flexible plugin system that allows third-party developers to extend the PDFC functionality. It supports both simple and complex plugins, with mechanisms for versioning, dependency management, and configuration. The plugin system is designed to be secure and stable, with proper isolation between plugins and the core system.
- Since:
- 1.0
-
Interfaces