public class WildFlySwarmManifest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSPATH_LOCATION |
| Constructor and Description |
|---|
WildFlySwarmManifest() |
WildFlySwarmManifest(InputStream in) |
WildFlySwarmManifest(URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBootstrapArtifact(String artifact) |
void |
addBootstrapModule(String module) |
void |
addDependency(String gav) |
Set<String> |
bootstrapArtifacts() |
Set<String> |
bootstrapModules() |
void |
bundleDependencies(boolean bundleDependencies) |
String |
getAsset() |
Set<String> |
getDependencies() |
String |
getMainClass() |
Properties |
getProperties() |
boolean |
isBundleDependencies() |
boolean |
isHollow() |
void |
read(InputStream in) |
void |
read(URL url) |
void |
setAsset(String asset) |
void |
setHollow(boolean hollow) |
void |
setMainClass(String mainClass) |
void |
setProperties(Properties properties) |
String |
toString() |
void |
write(Path path) |
public static final String CLASSPATH_LOCATION
public WildFlySwarmManifest()
public WildFlySwarmManifest(URL url) throws IOException
IOExceptionpublic WildFlySwarmManifest(InputStream in) throws IOException
IOExceptionpublic void read(URL url) throws IOException
IOExceptionpublic void read(InputStream in) throws IOException
IOExceptionpublic void write(Path path) throws IOException
IOExceptionpublic void addBootstrapModule(String module)
public void addBootstrapArtifact(String artifact)
public void addDependency(String gav)
public void setAsset(String asset)
public String getAsset()
public void setProperties(Properties properties)
public Properties getProperties()
public void bundleDependencies(boolean bundleDependencies)
public boolean isBundleDependencies()
public void setMainClass(String mainClass)
public String getMainClass()
public void setHollow(boolean hollow)
public boolean isHollow()
Copyright © 2018 JBoss by Red Hat. All rights reserved.