org.pfsw.plugin
Interface IInitializablePlugin
public interface IInitializablePlugin
Defines the methods needed to initialize a plug-in implementation right
after its creation via its public no-argument constructor.
Method Summary |
void |
initPlugin(java.lang.String id,
java.util.Properties properties)
Initialize the newly created plug-in implementation with the externally
defined ID and specified configuration properties. |
initPlugin
void initPlugin(java.lang.String id,
java.util.Properties properties)
- Initialize the newly created plug-in implementation with the externally
defined ID and specified configuration properties.
- Parameters:
id
- The externally specified identifier (never null)properties
- Configuration data (might be empty, but never null)