org.jboss.deployment.spi
Class DeploymentMetaData
java.lang.Object
org.jboss.deployment.spi.DeploymentMetaData
public class DeploymentMetaData
- extends Object
The deploymant plan is a jar archive that contains deployment meta data and the jboss specific
deployment descriptors. The example below shows a top level jboss-app.xml and a jboss.xml
deployment-plan.xml
!/META-INF/jboss-app.xml
testname.jar!/META-INF/jboss.xml
- Since:
- 09-Apr-2004
- Author:
- Thomas.Diesler@jboss.org
Field Summary |
static String |
ENTRY_NAME
The entry name in the deployment plan archive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTRY_NAME
public static final String ENTRY_NAME
- The entry name in the deployment plan archive
- See Also:
- Constant Field Values
DeploymentMetaData
public DeploymentMetaData(String deploymentName)
DeploymentMetaData
public DeploymentMetaData(org.dom4j.Document document)
getDeploymentName
public String getDeploymentName()
setDeploymentName
public void setDeploymentName(String deploymentName)
addEntry
public String addEntry(String archiveName,
String descriptorName)
- Add an entry and return an id for that entry
hasEntry
public boolean hasEntry(String archiveName,
String descriptorName)
getEntryList
public List getEntryList()
getDocument
public org.dom4j.Document getDocument()
toXMLString
public String toXMLString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.