| Package | Description |
|---|---|
| net.mountainblade.modular.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseModuleManager
Represents the default implementation for module managers.
|
class |
DefaultModuleManager
Represents the default implementation of a
ModuleManager. |
class |
HierarchicModuleManager
Represents a hierarchical ModuleManager that inherits the modules from its parent, but allows scoped sub-modules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleLoader.injectAndInitialize(ModuleManager manager,
Module module,
net.mountainblade.modular.impl.ModuleInformationImpl information)
Injects and initializes the given module.
|
Module |
ModuleLoader.loadModule(ModuleManager moduleManager,
ModuleLoader.ClassEntry classEntry)
Loads a module using its pre-compiled class entry.
|
Copyright © 2014–2015 MountainBlade. All rights reserved.