当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 deployment API Documentation 英文版文档
DeploymentMetaData (JBoss JSR-88 Deployment API) - JBoss 4.0.1 sp1 deployment API Documentation 英文版文档
org.jboss.deployment.spi
Class DeploymentMetaData
java.lang.Object
org.jboss.deployment.spi.DeploymentMetaData
- public class DeploymentMetaData
- extends Object
MetaData to the JBoss deployment plan.
- 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.