|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addFactory(PluginFactoryInterface factory)
Registers a new factory in the plug-in manager to process the set of tags provided |
void |
addGenericFactory(PluginFactoryInterface factory)
Registers the generic factory that handles unknown tags in the subscription process |
PluginInterface |
createPluginInstance(java.lang.String tag,
org.w3c.dom.Node subTree)
|
PluginFactoryInterface[] |
getFactoriesList()
Gets the list of all factories registered in the PluginManager |
java.lang.String[] |
getRegisteredTags()
|
void |
removeFactory(PluginFactoryInterface factory)
Registers a new factory in the plug-in manager |
Method Detail |
public void addFactory(PluginFactoryInterface factory)
factory
- the factory instancepublic void addGenericFactory(PluginFactoryInterface factory)
factory
- the factory instancepublic void removeFactory(PluginFactoryInterface factory)
public PluginFactoryInterface[] getFactoriesList()
public java.lang.String[] getRegisteredTags()
public PluginInterface createPluginInstance(java.lang.String tag, org.w3c.dom.Node subTree) throws PluginManagerException
an
- exception in case the creation is not successfull.
PluginManagerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |