Package com.inet.pdfc.plugin.configurations


package com.inet.pdfc.plugin.configurations
Configuration management for i-net PDFC (PDF Compare) plugins.

This package provides the infrastructure for managing configurations specific to PDFC plugins. It includes tools for defining, loading, and validating plugin configurations.

Key components include:

  • Plugin configuration definition - System for defining configuration schemas and requirements for plugins, including validation rules and default values
  • Configuration loading - Framework for loading plugin configurations from various sources, including files, databases, and system properties
  • Configuration validation - Components for validating plugin configurations against defined schemas and requirements
  • Configuration persistence - Infrastructure for storing and retrieving plugin configurations, with support for different storage backends
  • Configuration management - Tools for managing plugin configurations during runtime, including dynamic updates and version control

The package provides a flexible and robust configuration system for PDFC plugins. It supports complex configuration scenarios, including hierarchical configurations, environment-specific settings, and secure storage of sensitive configuration data. The system is designed to be extensible, allowing plugins to define their own configuration schemas and validation rules.

Since:
1.0
  • Interfaces
    Class
    Description
    The naming constants of all filter plugins that are shipped with the installation All of these filters can be in one of three states: 'loaded', 'not loaded' (because the plugin is missing or is incompatible), or 'deactivated' (due to the configuration).