public final class DeploymentMetaData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentMetaData.Entry
An entry in the deployment plan
|
Modifier and Type | Field and Description |
---|---|
static String |
ENTRY_NAME
The entry name in the deployment plan archive
|
Constructor and Description |
---|
DeploymentMetaData(org.dom4j.Document document) |
DeploymentMetaData(String deploymentName) |
Modifier and Type | Method and Description |
---|---|
String |
addEntry(String archiveName,
String descriptorName)
Add an entry and return an id for that entry
|
String |
getDeploymentName() |
org.dom4j.Document |
getDocument() |
List |
getEntryList() |
boolean |
hasEntry(String archiveName,
String descriptorName) |
void |
setDeploymentName(String deploymentName) |
String |
toXMLString() |
public static final String ENTRY_NAME
public DeploymentMetaData(String deploymentName)
public DeploymentMetaData(org.dom4j.Document document)
public String getDeploymentName()
public void setDeploymentName(String deploymentName)
public String addEntry(String archiveName, String descriptorName)
public List getEntryList()
public org.dom4j.Document getDocument()
public String toXMLString()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.