public interface ModuleConfig extends ComponentConfig<ModuleConfig>
ComponentConfig.Type| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_NAME
module is a string indicating the module name. |
COMPONENT_CONFIG, COMPONENT_GROUP, COMPONENT_HOOKS, COMPONENT_NAME, COMPONENT_NUM_INSTANCES, COMPONENT_TYPE, COMPONENT_TYPE_MODULE, COMPONENT_TYPE_VERTICLE| Modifier and Type | Method and Description |
|---|---|
String |
getModule()
Gets the module name.
|
ModuleConfig |
setModule(String moduleName)
Sets the module name.
|
addHook, getConfig, getGroup, getHooks, getInstances, getName, getType, setConfig, setGroup, setInstances, setNamestatic final String MODULE_NAME
module is a string indicating the module name. This field is required
for all module components.ModuleConfig setModule(String moduleName)
moduleName - The module name.IllegalArgumentException - If the module name is not a valid module identifier.String getModule()
Copyright © 2013-2014. All Rights Reserved.