|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleContainer
Container class for holding references to all available Modules
| Method Summary | |
|---|---|
void |
add(Module module)
Adds a new Module to the container |
Module |
getModule(String moduleName)
Returns the module named by moduleName or null if it does not exist |
List<Module> |
getModules()
Exposes all the loaded Modules |
| Method Detail |
|---|
Module getModule(String moduleName)
moduleName - - The name of the module to get
List<Module> getModules()
Modules
Modulesvoid add(Module module)
Module to the container
module -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||