public interface PluginDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
This method is used by executor to retrieve the Plugin human oriented description.
|
String |
getGroup()
This method is used by executor to retrieve the Plugin group
It will be published on the IS instance created by the executor
|
String |
getName()
This method is used by executor to retrieve the Plugin name
It will be published on the IS instance created by the executor
|
Map<String,String> |
getSupportedCapabilities()
This method is used by the Executor to get a key-value
Map
to be published on IS , so a client which want to
launch a Plugin only under certain condition can query the IS
to obtain its own filtered list. |
String |
getVersion()
This method is used by executor to retrieve the plugin version.
|
String getGroup()
String getName()
String getVersion()
String getDescription()
Map<String,String> getSupportedCapabilities()
Map
to be published on IS , so a client which want to
launch a Plugin only under certain condition can query the IS
to obtain its own filtered list.Map with the supported capabilitiesCopyright © 2022. All Rights Reserved.