Uses of Interface
org.codehaus.cargo.module.J2eeDescriptor

Packages that use J2eeDescriptor
org.codehaus.cargo.module   
org.codehaus.cargo.module.application   
org.codehaus.cargo.module.ejb   
org.codehaus.cargo.module.webapp   
 

Uses of J2eeDescriptor in org.codehaus.cargo.module
 

Methods in org.codehaus.cargo.module with parameters of type J2eeDescriptor
static java.io.File[] AbstractDescriptorIo.writeAll(J2eeDescriptor descriptor, java.lang.String dir)
          Writes the WebXml and its associated vendor descriptors to the specified directory.
 

Uses of J2eeDescriptor in org.codehaus.cargo.module.application
 

Classes in org.codehaus.cargo.module.application that implement J2eeDescriptor
 class ApplicationXml
          Encapsulates the DOM representation of an EAR descriptor (application.xml) to provide convenience methods for easy access and manipulation.
 

Uses of J2eeDescriptor in org.codehaus.cargo.module.ejb
 

Classes in org.codehaus.cargo.module.ejb that implement J2eeDescriptor
 class EjbJarXml
          Encapsulates the DOM representation of a ejb deployment descriptor ejb-jar.xml to provide convenience methods for easy access and manipulation.
 

Uses of J2eeDescriptor in org.codehaus.cargo.module.webapp
 

Classes in org.codehaus.cargo.module.webapp that implement J2eeDescriptor
 class WebXml
          Encapsulates the DOM representation of a web deployment descriptor web.xml to provide convenience methods for easy access and manipulation.
 



Copyright © 2004-2009 Codehaus. All Rights Reserved.