Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.deployment.application » [javadoc | source]
org.apache.cactus.integration.ant.deployment.application
public final class: ApplicationXmlVersion [javadoc | source]
java.lang.Object
   org.apache.cactus.integration.ant.deployment.application.ApplicationXmlVersion

All Implemented Interfaces:
    Comparable

Enumerated type that represents the version of the deployment descriptor of a enterprise application (application.xml).
Field Summary
public static final  ApplicationXmlVersion V1_2    Instance for version 1.2. 
public static final  ApplicationXmlVersion V1_3    Instance for version 1.3. 
public  String systemId    The system ID of the corresponding document type. 
Method from org.apache.cactus.integration.ant.deployment.application.ApplicationXmlVersion Summary:
compareTo,   equals,   getPublicId,   getSystemId,   getVersion,   hashCode,   toString,   valueOf,   valueOf
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.deployment.application.ApplicationXmlVersion Detail:
 public int compareTo(Object theOther) 
 public boolean equals(Object theOther) 
 public String getPublicId() 
    Returns the public ID of the document type corresponding to the descriptor version.
 public String getSystemId() 
    Returns the system ID of the document type corresponding to the descriptor version.
 public String getVersion() 
    Returns the tag name.
 public int hashCode() 
 public String toString() 
 public static ApplicationXmlVersion valueOf(DocumentType theDocType) throws NullPointerException 
    Returns the version corresponding to the given document type.
 public static ApplicationXmlVersion valueOf(String thePublicId) 
    Returns the version corresponding to the given public ID.