|
|||||||||||
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. |
void |
addUnknownTagFactory(PluginFactoryInterface factory)
Registers the generic factory that handles unknown tags in the subscription process. |
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 addUnknownTagFactory(PluginFactoryInterface factory)
factory
- the factory instancepublic void removeFactory(PluginFactoryInterface factory)
public PluginFactoryInterface[] getFactoriesList()
public java.lang.String[] getRegisteredTags()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |