|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginManagerInterface
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()
|
boolean |
isTagRegistered(java.lang.String tag)
|
void |
removeFactory(PluginFactoryInterface factory)
Registers a new factory in the plug-in manager |
Method Detail |
---|
void addFactory(PluginFactoryInterface factory)
factory
- the factory instancevoid addUnknownTagFactory(PluginFactoryInterface factory)
factory
- the factory instancevoid removeFactory(PluginFactoryInterface factory)
PluginFactoryInterface[] getFactoriesList()
java.lang.String[] getRegisteredTags()
boolean isTagRegistered(java.lang.String tag)
tag
- to be checked
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |