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.


Field Summary
static java.lang.String ID_METHOD_NAME
           
 
Method Summary
 java.lang.String getPluginId()
          Returns the identifier of the plugin (never null).
 

Field Detail

ID_METHOD_NAME

static final java.lang.String ID_METHOD_NAME
See Also:
Constant Field Values
Method Detail

getPluginId

java.lang.String getPluginId()
Returns the identifier of the plugin (never null).