Module org.myjtools.jexten.plugin


module org.myjtools.jexten.plugin
Plugin management module for the JExten extension framework.

This module provides runtime plugin loading capabilities, enabling applications to dynamically discover and load plugins from external sources. Key features:

  • PluginManager for loading and managing plugin lifecycle
  • PluginManifest for describing plugin metadata (YAML format)
  • ArtifactStore SPI for custom plugin artifact resolution
  • Support for isolated module layers per plugin
See Also: