Uses of Class
org.apache.cactus.integration.ant.deployment.ApplicationXml

Packages that use ApplicationXml
org.apache.cactus.integration.ant.deployment Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives. 
 

Uses of ApplicationXml in org.apache.cactus.integration.ant.deployment
 

Methods in org.apache.cactus.integration.ant.deployment that return ApplicationXml
 ApplicationXml EarArchive.getApplicationXml()
          Returns the deployment descriptor of the web application.
static ApplicationXml ApplicationXmlIo.parseApplicationXmlFromFile(java.io.File theFile, org.xml.sax.EntityResolver theEntityResolver)
          Parses a deployment descriptor stored in a regular file.
static ApplicationXml ApplicationXmlIo.parseApplicationXml(java.io.InputStream theInput, org.xml.sax.EntityResolver theEntityResolver)
          Parses a deployment descriptor provided as input stream.
 



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.