public class WildFlySwarmApplicationConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WildFlySwarmApplicationConf.Entry |
static class |
WildFlySwarmApplicationConf.GAVEntry |
static class |
WildFlySwarmApplicationConf.ModuleEntry |
static class |
WildFlySwarmApplicationConf.PathEntry |
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSPATH_LOCATION |
| Constructor and Description |
|---|
WildFlySwarmApplicationConf() |
WildFlySwarmApplicationConf(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(WildFlySwarmApplicationConf.Entry entry) |
void |
apply(org.jboss.modules.ModuleSpec.Builder builder) |
List<WildFlySwarmApplicationConf.Entry> |
getEntries() |
protected void |
read(InputStream in) |
String |
toString() |
void |
write(OutputStream out) |
public static final String CLASSPATH_LOCATION
public WildFlySwarmApplicationConf()
public WildFlySwarmApplicationConf(InputStream in) throws IOException
IOExceptionpublic void addEntry(WildFlySwarmApplicationConf.Entry entry)
public List<WildFlySwarmApplicationConf.Entry> getEntries()
public void apply(org.jboss.modules.ModuleSpec.Builder builder)
throws Exception
Exceptionpublic void write(OutputStream out)
protected void read(InputStream in) throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.