org.jboss.deployment.spi
Class DeploymentMetaData.Entry

java.lang.Object
  extended by org.jboss.deployment.spi.DeploymentMetaData.Entry
Enclosing class:
DeploymentMetaData

public static class DeploymentMetaData.Entry
extends Object

An entry in the deployment plan


Constructor Summary
DeploymentMetaData.Entry(String archiveName, String descriptorName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getArchiveName()
           
 String getDescriptorName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentMetaData.Entry

public DeploymentMetaData.Entry(String archiveName,
                                String descriptorName)
Method Detail

getArchiveName

public String getArchiveName()

getDescriptorName

public String getDescriptorName()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.