Interface Module
-
- All Superinterfaces:
ConfigBeanProxy,Named,PropertyBag
public interface Module extends Named, ConfigBeanProxy, PropertyBag
Tag Interface for any module- Author:
- Jerome Dochez
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classModule.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnginegetEngine(String snifferType)List<Engine>getEngines()ResourcesgetResources()voidsetResources(Resources resources)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
-
-
-
Method Detail
-
getResources
Resources getResources()
-
setResources
void setResources(Resources resources) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getEngine
@DuckTyped Engine getEngine(String snifferType)
-
-