org.jboss.deployment.spi
Class DeploymentMetaData

java.lang.Object
  extended by 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

Nested Class Summary
static class DeploymentMetaData.Entry
          An entry in the deployment plan
 
Field Summary
static String ENTRY_NAME
          The entry name in the deployment plan archive
 
Constructor Summary
DeploymentMetaData(org.dom4j.Document document)
           
DeploymentMetaData(String deploymentName)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTRY_NAME

public static final String ENTRY_NAME
The entry name in the deployment plan archive

See Also:
Constant Field Values
Constructor Detail

DeploymentMetaData

public DeploymentMetaData(String deploymentName)

DeploymentMetaData

public DeploymentMetaData(org.dom4j.Document document)
Method Detail

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.