public final class SystemInfo extends Object
Constructor and Description |
---|
SystemInfo(String id,
String name,
String description,
String absolutePath) |
Modifier and Type | Method and Description |
---|---|
void |
addModule(ModuleInfo module) |
String |
getAbsolutePath() |
String |
getDescription() |
String |
getId() |
List<ModuleInfo> |
getModules() |
String |
getName() |
boolean |
hasModules() |
String |
toString() |
public String getDescription()
public String getName()
public String getAbsolutePath()
public String getId()
public boolean hasModules()
public void addModule(ModuleInfo module)
public List<ModuleInfo> getModules()