Interface Module
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.glassfish.api.admin.config.Named,org.jvnet.hk2.config.types.PropertyBag
public interface Module extends org.glassfish.api.admin.config.Named, org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBagTag 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)
-
-
-
Method Detail
-
getResources
Resources getResources()
-
setResources
void setResources(Resources resources) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-