Interface | Description |
---|---|
AlgorithmPlugin |
Represents a plugin in a
PluginHost . |
PluginHost |
Represents the host of a collection of
AlgorithmPlugin s. |
Class | Description |
---|---|
PluginBundle |
The bundle of a plugin containing the plugin itself, the resource loader and additional information.
|
PluginLoader |
Loads plugins from a specific location (
PluginLoader.loadPlugin(File) ) or from a directory (PluginLoader.loadPlugins(String) ). |
ResourceLoader |
The resource loader is responsible for loading resources from an
AlgorithmPlugin more precisely from the
plugin JAR. |
ValidationReport |
The report of a validation process of an
AlgorithmPlugin . |
Validator |
Use
Validator.validate(AlgorithmPlugin, boolean) to validate an AlgorithmPlugin meaning if it is functioning. |