public interface PluginFactoryManager
| Modifier and Type | Method and Description |
|---|---|
PluginFactory |
addPluginFactory(PluginFactory factory)
Registers a new plug-in factory.
|
PluginFactory |
getPluginFactory(String pluginName) |
PluginFactory |
removePluginFactory(String pluginName)
Unregisters the factory for the given plug-in name.
|
PluginFactory addPluginFactory(PluginFactory factory)
factory - The plug-in factory to be registered.PluginFactory.getPluginName()PluginFactory getPluginFactory(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(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.Copyright © 2004–2016 XWiki. All rights reserved.