Uses of Interface
org.codehaus.cargo.module.VendorDescriptor
-
-
Uses of VendorDescriptor in org.codehaus.cargo.module.ejb
Subinterfaces of VendorDescriptor in org.codehaus.cargo.module.ejb Modifier and Type Interface Description interface
VendorEjbDescriptor
Base interface for vendor specific EJB descriptors. -
Uses of VendorDescriptor in org.codehaus.cargo.module.ejb.jboss
Classes in org.codehaus.cargo.module.ejb.jboss that implement VendorDescriptor 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 VendorDescriptor in org.codehaus.cargo.module.ejb.orion
Classes in org.codehaus.cargo.module.ejb.orion that implement VendorDescriptor 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 VendorDescriptor in org.codehaus.cargo.module.ejb.weblogic
Classes in org.codehaus.cargo.module.ejb.weblogic that implement VendorDescriptor 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 VendorDescriptor in org.codehaus.cargo.module.ejb.websphere
Classes in org.codehaus.cargo.module.ejb.websphere that implement VendorDescriptor 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 VendorDescriptor in org.codehaus.cargo.module.webapp
Subinterfaces of VendorDescriptor in org.codehaus.cargo.module.webapp Modifier and Type Interface Description interface
VendorWebAppDescriptor
Common interface for vendor specific deployment descriptors. -
Uses of VendorDescriptor in org.codehaus.cargo.module.webapp.jboss
Classes in org.codehaus.cargo.module.webapp.jboss that implement VendorDescriptor 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 VendorDescriptor in org.codehaus.cargo.module.webapp.orion
Classes in org.codehaus.cargo.module.webapp.orion that implement VendorDescriptor 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 VendorDescriptor in org.codehaus.cargo.module.webapp.resin
Classes in org.codehaus.cargo.module.webapp.resin that implement VendorDescriptor 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 VendorDescriptor in org.codehaus.cargo.module.webapp.weblogic
Classes in org.codehaus.cargo.module.webapp.weblogic that implement VendorDescriptor 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 VendorDescriptor in org.codehaus.cargo.module.webapp.websphere
Classes in org.codehaus.cargo.module.webapp.websphere that implement VendorDescriptor 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.
-