public class FractionManifest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSPATH_LOCATION |
| Constructor and Description |
|---|
FractionManifest() |
FractionManifest(InputStream in) |
FractionManifest(URL url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
List<String> |
getDependencies() |
String |
getGroupId() |
String |
getModule() |
String |
getName() |
int |
getStabilityIndex() |
String |
getStabilityLevel() |
String |
getVersion() |
boolean |
isInternal() |
protected void |
read(InputStream in) |
protected void |
read(URL url) |
void |
setArtifactId(String artifactId) |
void |
setDependencies(Collection<String> dependencies) |
void |
setGroupId(String groupId) |
void |
setInternal(boolean internal) |
void |
setModule(String module) |
void |
setName(String name) |
void |
setStabilityIndex(int stabilityIndex) |
void |
setStabilityLevel(String stabilityLevel) |
void |
setVersion(String version) |
public static final String CLASSPATH_LOCATION
public FractionManifest()
public FractionManifest(URL url) throws IOException
IOExceptionpublic FractionManifest(InputStream in) throws IOException
IOExceptionprotected void read(URL url) throws IOException
IOExceptionprotected void read(InputStream in) throws IOException
IOExceptionpublic void setModule(String module)
public String getModule()
public String getName()
public void setName(String name)
public int getStabilityIndex()
public void setStabilityIndex(int stabilityIndex)
public String getStabilityLevel()
public void setStabilityLevel(String stabilityLevel)
public boolean isInternal()
public void setInternal(boolean internal)
public void setDependencies(Collection<String> dependencies)
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
Copyright © 2017 JBoss by Red Hat. All rights reserved.