Uses of Interface
org.codehaus.cargo.module.J2eeDescriptor
- 
Packages that use J2eeDescriptor Package Description 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 Modifier and Type Method Description static File[]AbstractDescriptorIo. writeAll(J2eeDescriptor descriptor, 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 Modifier and Type Class Description classApplicationXmlEncapsulates 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 Modifier and Type Class Description classEjbJarXmlEncapsulates the DOM representation of a ejb deployment descriptorejb-jar.xmlto 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 Modifier and Type Class Description classWebXmlEncapsulates the DOM representation of a web deployment descriptorweb.xmlto provide convenience methods for easy access and manipulation. 
 -