Uses of Interface
org.codehaus.cargo.module.Descriptor
-
-
Uses of Descriptor in org.codehaus.cargo.module
Subinterfaces of Descriptor in org.codehaus.cargo.module Modifier and Type Interface Description 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 Modifier and Type Class Description 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 that return types with arguments of type Descriptor Modifier and Type Method Description List<Descriptor>
J2eeDescriptor. getVendorDescriptors()
Returns all vendor descriptors associated with this J2EE deployment descriptor.Methods in org.codehaus.cargo.module with parameters of type Descriptor Modifier and Type Method Description void
XmlMerger. init(Descriptor base)
Initialise the merger with the base (first) item to be merged.void
XmlMerger. merge(Descriptor other)
Merge the descriptor with a second item.static void
AbstractDescriptorIo. writeDescriptor(Descriptor descriptor, File file)
Writes the specified document to a file.static void
AbstractDescriptorIo. writeDescriptor(Descriptor descriptor, File file, Charset encoding)
Writes the specified document to a file.static void
AbstractDescriptorIo. writeDescriptor(Descriptor descriptor, File file, Charset encoding, boolean isIndent)
Writes the specified document to a file.static void
AbstractDescriptorIo. writeDescriptor(Descriptor descriptor, OutputStream out, Charset 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 Modifier and Type Class Description class
ApplicationXml
Encapsulates the DOM representation of an EAR descriptor (application.xml
) to provide convenience methods for easy access and manipulation.Methods in org.codehaus.cargo.module.application that return types with arguments of type Descriptor Modifier and Type Method Description List<Descriptor>
ApplicationXml. getVendorDescriptors()
Returns all vendor descriptors associated with this J2EE deployment descriptor. -
Uses of Descriptor in org.codehaus.cargo.module.ejb
Subinterfaces of Descriptor in org.codehaus.cargo.module.ejb Modifier and Type Interface Description interface
VendorEjbDescriptor
Base interface for vendor specific EJB descriptors.Classes in org.codehaus.cargo.module.ejb that implement Descriptor Modifier and Type Class Description class
EjbJarXml
Encapsulates the DOM representation of a ejb deployment descriptorejb-jar.xml
to provide convenience methods for easy access and manipulation.Methods in org.codehaus.cargo.module.ejb that return types with arguments of type Descriptor Modifier and Type Method Description List<Descriptor>
EjbJarXml. getVendorDescriptors()
Returns all vendor descriptors associated with this J2EE deployment descriptor. -
Uses of Descriptor in org.codehaus.cargo.module.ejb.jboss
Classes in org.codehaus.cargo.module.ejb.jboss that implement Descriptor Modifier and Type Class Description class
JBossXml
Encapsulates the DOM representation of a jboss ejb deployment descriptorjboss.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 Modifier and Type Class Description class
OrionEjbJarXml
Encapsulates the DOM representation of a oracle ejb deployment descriptororion-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 Modifier and Type Class Description class
WeblogicEjbJarXml
Encapsulates the DOM representation of a weblogic ejb deployment descriptorweblogic-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 Modifier and Type Class Description class
IbmEjbJarBndXmi
Encapsulates the DOM representation of a websphere ejb deployment descriptoribm-ejb-jar-bnd.xmi
to provide convenience methods for easy access and manipulation. -
Uses of Descriptor in org.codehaus.cargo.module.merge
Methods in org.codehaus.cargo.module.merge with parameters of type Descriptor Modifier and Type Method Description void
DescriptorMerger. init(Descriptor base)
Initialise the merger with the base (first) item to be merged.void
DescriptorMergerByTag. init(Descriptor base)
Initialize.void
DescriptorMerger. merge(Descriptor other)
Merge the descriptor with a second item.void
DescriptorMergerByTag. merge(Descriptor other)
Merge this descriptor onto another. -
Uses of Descriptor in org.codehaus.cargo.module.merge.tagstrategy
Methods in org.codehaus.cargo.module.merge.tagstrategy with parameters of type Descriptor Modifier and Type Method Description int
AbstractChoiceMergeStrategy. inBoth(Descriptor set, DescriptorElement left, DescriptorElement right)
Process when the element appears in both descriptors.int
MergeStrategy. inBoth(Descriptor target, DescriptorElement left, DescriptorElement right)
Process when the element appears in both descriptors.int
NodeMergeStrategy. inBoth(Descriptor target, DescriptorElement left, DescriptorElement right)
Process when the element appears in both descriptors.int
AbstractChoiceMergeStrategy. inLeft(Descriptor set, DescriptorElement element)
Process when the element appears just in the left descriptor.int
MergeStrategy. inLeft(Descriptor target, DescriptorElement left)
Process when the element appears just in the left descriptor.int
NodeMergeStrategy. inLeft(Descriptor target, DescriptorElement left)
Process when the element appears just in the left descriptor.int
AbstractChoiceMergeStrategy. inRight(Descriptor set, DescriptorElement element)
Process when the element appears just in the right descriptor.int
MergeStrategy. inRight(Descriptor target, DescriptorElement right)
Process when the element appears just in the right descriptor.int
NodeMergeStrategy. inRight(Descriptor target, DescriptorElement right)
Process when the element appears just in the right descriptor. -
Uses of Descriptor in org.codehaus.cargo.module.webapp
Subinterfaces of Descriptor in org.codehaus.cargo.module.webapp Modifier and Type Interface Description interface
VendorWebAppDescriptor
Common interface for vendor specific deployment descriptors.Classes in org.codehaus.cargo.module.webapp that implement Descriptor Modifier and Type Class Description class
WebXml
Encapsulates the DOM representation of a web deployment descriptorweb.xml
to provide convenience methods for easy access and manipulation.Methods in org.codehaus.cargo.module.webapp that return types with arguments of type Descriptor Modifier and Type Method Description List<Descriptor>
WebXml. getVendorDescriptors()
Returns all vendor descriptors associated with this J2EE deployment descriptor. -
Uses of Descriptor in org.codehaus.cargo.module.webapp.jboss
Classes in org.codehaus.cargo.module.webapp.jboss that implement Descriptor Modifier and Type Class Description class
JBossWebXml
Encapsulates the DOM representation of a web deployment descriptorjboss-web.xml
to provide convenience methods for easy access and manipulation. -
Uses of Descriptor in org.codehaus.cargo.module.webapp.merge
Methods in org.codehaus.cargo.module.webapp.merge with parameters of type Descriptor Modifier and Type Method Description void
WebXmlMerger. init(Descriptor base)
Initialise the merger with the base (first) item to be merged.void
WebXmlMerger. merge(Descriptor theMerge)
Merge the descriptor with a second item.Constructors in org.codehaus.cargo.module.webapp.merge with parameters of type Descriptor Constructor Description WebXmlMerger(Descriptor base)
Constructor. -
Uses of Descriptor in org.codehaus.cargo.module.webapp.orion
Classes in org.codehaus.cargo.module.webapp.orion that implement Descriptor Modifier and Type Class Description class
OrionWebXml
Encapsulates the DOM representation of a oracle web deployment descriptororion-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 Modifier and Type Class Description class
ResinWebXml
Encapsulates the DOM representation of a web deployment descriptorresin-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 Modifier and Type Class Description class
TomcatContextXml
Encapsulates the DOM representation of a web deployment descriptorMETA-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 Modifier and Type Class Description class
WeblogicXml
Encapsulates the DOM representation of a weblogic web deployment descriptorweblogic.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 Modifier and Type Class Description class
IbmWebBndXmi
Encapsulates the DOM representation of a websphere web deployment descriptoribm-web-bnd.xmi
to provide convenience methods for easy access and manipulation.
-