public class InstalledModule extends Object
InitialModulesManager
Modifier and Type | Field and Description |
---|---|
static String |
STATUS_LOADING |
Constructor and Description |
---|
InstalledModule() |
InstalledModule(String name,
long version) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getStatus() |
long |
getVersion() |
void |
setName(String name) |
void |
setStatus(String status) |
void |
setVersion(long version) |
public static final String STATUS_LOADING
public InstalledModule()
public InstalledModule(String name, long version)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.