edu.uci.isr.yancees.plugin
Interface MOPluginManagerInterface

All Superinterfaces:
PluginManagerInterface
All Known Implementing Classes:
MOPluginManager

public interface MOPluginManagerInterface
extends PluginManagerInterface


Method Summary
 MOPluginInterface createMOPluginInstance(java.lang.String tag, org.w3c.dom.Node subTree)
           
 
Methods inherited from interface edu.uci.isr.yancees.plugin.PluginManagerInterface
addFactory, addUnknownTagFactory, getFactoriesList, getRegisteredTags, removeFactory
 

Method Detail

createMOPluginInstance

public MOPluginInterface createMOPluginInstance(java.lang.String tag,
                                                org.w3c.dom.Node subTree)
                                         throws PluginManagerException
Returns:
a new instance of a plugin to handle the provided tag
Throws:
an - exception in case the creation is not successfull.
PluginManagerException