public class DefaultAppModuleInfo extends Object implements AppModuleInfo
| Constructor and Description |
|---|
DefaultAppModuleInfo()
Creates an instance of application module information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(String feature) |
boolean |
equals(Object obj) |
List<String> |
getFeatureList() |
Class<?> |
getModuleClass() |
int |
hashCode() |
void |
setModuleClass(Class<?> moduleClass) |
String |
toString() |
public DefaultAppModuleInfo()
public Class<?> getModuleClass()
getModuleClass in interface AppModuleInfopublic void setModuleClass(Class<?> moduleClass)
setModuleClass in interface AppModuleInfopublic List<String> getFeatureList()
getFeatureList in interface AppModuleInfopublic void addFeature(String feature)
addFeature in interface AppModuleInfoCopyright © 2017. All rights reserved.