public class WildFlySwarmBootstrapConf extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSPATH_LOCATION |
| Constructor and Description |
|---|
WildFlySwarmBootstrapConf() |
WildFlySwarmBootstrapConf(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(MavenArtifactDescriptor entry) |
void |
addEntry(String gav) |
void |
addEntry(String groupId,
String artifactId,
String type,
String classifier,
String version) |
void |
apply(org.jboss.modules.ModuleSpec.Builder builder) |
List<? extends MavenArtifactDescriptor> |
getEntries() |
void |
read(InputStream in) |
String |
toString() |
void |
write(OutputStream out) |
public static final String CLASSPATH_LOCATION
public WildFlySwarmBootstrapConf()
public WildFlySwarmBootstrapConf(InputStream in) throws IOException
IOExceptionpublic void addEntry(MavenArtifactDescriptor entry)
public void addEntry(String gav) throws IOException
IOExceptionpublic void addEntry(String groupId, String artifactId, String type, String classifier, String version)
public List<? extends MavenArtifactDescriptor> getEntries()
public void write(OutputStream out) throws IOException
IOExceptionpublic void read(InputStream in) throws IOException
IOExceptionpublic void apply(org.jboss.modules.ModuleSpec.Builder builder)
throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.