public final class ModMgr
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static ModMgr |
instance
theInstance of an ModMgr for the singleton.
|
private java.util.Map<java.lang.String,Module> |
modules
represents the module.
|
| Modifier | Constructor and Description |
|---|---|
private |
ModMgr() |
| Modifier and Type | Method and Description |
|---|---|
void |
addModule(Module module) |
java.util.Map<java.lang.String,Module> |
getModules() |
static ModMgr |
getTheInstance() |