public static interface IPluginInfo.IPluginInfoContext
Modifier and Type | Method and Description |
---|---|
ISettings |
getSettings()
The settings of this plugin.
|
boolean |
hasOnlyClassSettings()
Whether
getSettings() has the class settings only (true), or if it also contains
the instance specific settings as well (false). |
void |
setFeature(java.lang.String name,
java.lang.Object value)
[optional] This field is used by the different types of in-process plugins
to extract information about the plugin.
|
void |
setKey(java.lang.String key)
[optional] The plugin keyId.
|
void |
setVersion(java.lang.String version)
[optional] This field can be used to indicate the version of the plugin.
|
ISettings getSettings()
boolean hasOnlyClassSettings()
getSettings()
has the class settings only (true), or if it also contains
the instance specific settings as well (false).void setKey(java.lang.String key)
void setVersion(java.lang.String version)
void setFeature(java.lang.String name, java.lang.Object value)