Package | Description |
---|---|
lavesdk.algorithm.plugin |
Modifier and Type | Method and Description |
---|---|
ResourceLoader |
PluginBundle.getResourceLoader()
Gets the resource loader of the plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmPlugin.initialize(PluginHost host,
ResourceLoader resLoader,
Configuration config)
Initializes the plugin and is called once before the plugin is used.
|
Constructor and Description |
---|
PluginBundle(AlgorithmPlugin plugin,
ResourceLoader resLoader,
java.io.File file) |