|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.module.container.ModuleContainerImpl
public class ModuleContainerImpl
Default implementation for Module Container
| Field Summary | |
|---|---|
protected Map<String,Module> |
modules
Map of all loaded modules |
| Constructor Summary | |
|---|---|
ModuleContainerImpl()
|
|
| Method Summary | |
|---|---|
void |
add(Module module)
Adds a new Module to the container |
Module |
getModule(String moduleName)
Returns a module by name |
List<Module> |
getModules()
Exposes all the loaded Modules |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map<String,Module> modules
| Constructor Detail |
|---|
public ModuleContainerImpl()
| Method Detail |
|---|
public List<Module> getModules()
Modules
getModules in interface ModuleContainerModulespublic Module getModule(String moduleName)
getModule in interface ModuleContainermoduleName - - The name of the module to get
public void add(Module module)
ModuleContainerModule to the container
add in interface ModuleContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||