Package org.int4.dirk.plugins
Provides classes for loading and unloading jars, and scanning for annotations.
-
Interface Summary Interface Description Module Interface implemented byPluginModuleclasses which supplies which annotated types are part of a jar is loaded at runtime. -
Class Summary Class Description ComponentScanner Provides methods to scan packages for injectables.ComponentScannerFactory A factory forComponentScanners which can be configured with relevant annotations to scan for.Plugin A list of types with a name andClassLoadertogether representing a plugin that can be loaded or unloaded as a whole.PluginManager ManagesPlugins, registering them with aCandidateRegistrywhen loaded and removing them when unloaded.