|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginFactoryManager
Manages the list of available plug-in factories.
| Method Summary | |
|---|---|
PluginFactory |
addPluginFactory(PluginFactory factory)
Registers a new plug-in factory. |
PluginFactory |
getPluginFactory(java.lang.String pluginName)
|
PluginFactory |
removePluginFactory(java.lang.String pluginName)
Unregisters the factory for the given plug-in name. |
| Method Detail |
|---|
PluginFactory addPluginFactory(PluginFactory factory)
factory - The plug-in factory to be registered.
PluginFactory.getPluginName()PluginFactory getPluginFactory(java.lang.String pluginName)
pluginName - The name of the plug-in whose factory should be returned.
null is there's no factory for the specified
plug-in.PluginFactory removePluginFactory(java.lang.String pluginName)
pluginName - The name of the plug-in whose factory should be unregistered.
null if no factory has been registered for the given
plug-in name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||