org.pfsw.plugin
Interface IIdentifiablePlugin
public interface IIdentifiablePlugin
This interface can optionally be implemented by plugins.
If it is recognized by the plugin loading mechanism the plugin will be
put under this ID into the PluginRegistry
.
Method Summary |
java.lang.String |
getPluginId()
Returns the identifier of the plugin (never null). |
ID_METHOD_NAME
static final java.lang.String ID_METHOD_NAME
- See Also:
- Constant Field Values
getPluginId
java.lang.String getPluginId()
- Returns the identifier of the plugin (never null).