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

Packages that use Descriptor
org.codehaus.cargo.module   
org.codehaus.cargo.module.application   
org.codehaus.cargo.module.ejb   
org.codehaus.cargo.module.ejb.orion   
org.codehaus.cargo.module.ejb.weblogic   
org.codehaus.cargo.module.ejb.websphere   
org.codehaus.cargo.module.webapp   
org.codehaus.cargo.module.webapp.jboss   
org.codehaus.cargo.module.webapp.orion   
org.codehaus.cargo.module.webapp.resin   
org.codehaus.cargo.module.webapp.tomcat   
org.codehaus.cargo.module.webapp.weblogic   
org.codehaus.cargo.module.webapp.websphere   
 

Uses of Descriptor in org.codehaus.cargo.module
 

Subinterfaces of Descriptor in org.codehaus.cargo.module
 interface J2eeDescriptor
          Common interface for all standard J2EE deployment descriptors (web.xml, ejb-jar.xml, etc).
 interface VendorDescriptor
          Base interface for vendor specific descriptors.
 

Classes in org.codehaus.cargo.module that implement Descriptor
 class AbstractDescriptor
          Encapsulates the DOM representation of a deployment descriptor to provide convenience methods for easy access and manipulation.
 

Methods in org.codehaus.cargo.module with parameters of type Descriptor
static void AbstractDescriptorIo.writeDescriptor(Descriptor descriptor, java.io.File file)
          Writes the specified document to a file.
static void AbstractDescriptorIo.writeDescriptor(Descriptor descriptor, java.io.File file, java.lang.String encoding)
          Writes the specified document to a file.
static void AbstractDescriptorIo.writeDescriptor(Descriptor descriptor, java.io.File file, java.lang.String encoding, boolean isIndent)
          Writes the specified document to a file.
static void AbstractDescriptorIo.writeDescriptor(Descriptor descriptor, java.io.OutputStream out, java.lang.String encoding, boolean isIndent)
          Writes the specified document to an output stream.
 

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

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

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

Subinterfaces of Descriptor in org.codehaus.cargo.module.ejb
 interface VendorEjbDescriptor
          Base interface for vendor specific EJB descriptors.
 

Classes in org.codehaus.cargo.module.ejb that implement Descriptor
 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 Descriptor in org.codehaus.cargo.module.ejb.orion
 

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

Uses of Descriptor in org.codehaus.cargo.module.ejb.weblogic
 

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

Uses of Descriptor in org.codehaus.cargo.module.ejb.websphere
 

Classes in org.codehaus.cargo.module.ejb.websphere that implement Descriptor
 class IbmEjbJarBndXmi
          Encapsulates the DOM representation of a websphere ejb deployment descriptor ibm-ejb-jar-bnd.xmi to provide convenience methods for easy access and manipulation.
 

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

Subinterfaces of Descriptor in org.codehaus.cargo.module.webapp
 interface VendorWebAppDescriptor
          Common interface for vendor specific deployment descriptors.
 

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

Uses of Descriptor in org.codehaus.cargo.module.webapp.jboss
 

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

Uses of Descriptor in org.codehaus.cargo.module.webapp.orion
 

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

Uses of Descriptor in org.codehaus.cargo.module.webapp.resin
 

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

Uses of Descriptor in org.codehaus.cargo.module.webapp.tomcat
 

Classes in org.codehaus.cargo.module.webapp.tomcat that implement Descriptor
 class TomcatContextXml
          Encapsulates the DOM representation of a web deployment descriptor META-INF/context.xml to provide convenience methods for easy access and manipulation.
 

Uses of Descriptor in org.codehaus.cargo.module.webapp.weblogic
 

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

Uses of Descriptor in org.codehaus.cargo.module.webapp.websphere
 

Classes in org.codehaus.cargo.module.webapp.websphere that implement Descriptor
 class IbmWebBndXmi
          Encapsulates the DOM representation of a websphere web deployment descriptor ibm-web-bnd.xmi to provide convenience methods for easy access and manipulation.
 



Copyright © 2004-2010 Codehaus. All Rights Reserved.