public static final class ModuleRegistry.Entry extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ModuleInformation |
getInformation()
Gets the module's information.
|
Module |
getModule()
Returns the module implementation instance.
|
Class<? extends Module> |
getModuleClass()
Returns the class of the module we're implementing.
|
int |
hashCode() |
String |
toString() |
public ModuleInformation getInformation()
public Class<? extends Module> getModuleClass()
public Module getModule()
Copyright © 2014–2015 MountainBlade. All rights reserved.