| Package | Description |
|---|---|
| net.mountainblade.modular | |
| net.mountainblade.modular.impl |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ModuleInformation> |
ModuleManager.getInformation(Class<? extends Module> module)
Gets information about a specific module.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleInformation |
ModuleRegistry.Entry.getInformation()
Gets the module's information.
|
ModuleInformation |
ModuleRegistry.getInformation(Class<? extends Module> moduleClass)
Gets the module information for the given module.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ModuleInformation> |
HierarchicModuleManager.getInformation(Class<? extends Module> module) |
com.google.common.base.Optional<ModuleInformation> |
BaseModuleManager.getInformation(Class<? extends Module> module) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModuleRegistry.addGhostModule(Class<? extends Module> moduleClass,
Module module,
ModuleInformation information)
Adds a "ghost" module which has an entry but is not added to the loaded modules list
and thus will only be visible to the injector.
|
protected ModuleRegistry.Entry |
ModuleRegistry.createEntry(Class<? extends Module> moduleClass,
ModuleInformation information)
Creates a new registry entry for the given module.
|
Copyright © 2014–2015 MountainBlade. All rights reserved.