|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DescriptorType in org.codehaus.cargo.module |
---|
Classes in org.codehaus.cargo.module that implement DescriptorType | |
---|---|
class |
AbstractDescriptorType
|
Methods in org.codehaus.cargo.module that return DescriptorType | |
---|---|
DescriptorType |
AbstractDescriptor.getDescriptorType()
|
DescriptorType |
DescriptorTag.getDescriptorType()
Return the descriptor type that this tag is defined in. |
DescriptorType |
Descriptor.getDescriptorType()
Get the descriptor type for this descriptor. |
Constructors in org.codehaus.cargo.module with parameters of type DescriptorType | |
---|---|
AbstractDescriptor(org.jdom.Element rootElement,
DescriptorType descriptorType)
Constructor. |
|
AbstractDescriptorIo(DescriptorType descriptorType)
Constructor. |
|
AbstractDescriptorType(DescriptorType parent,
Class descriptorClass,
Grammar grammar)
Constructor. |
|
DescriptorTag(DescriptorType descriptorType,
String tagName,
boolean isMultipleAllowed)
Constructor. |
|
DescriptorTag(DescriptorType descriptorType,
String tagName,
org.jdom.Namespace namespace,
boolean isMultipleAllowed,
Identifier identifier,
Class clazz)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.application |
---|
Classes in org.codehaus.cargo.module.application that implement DescriptorType | |
---|---|
class |
ApplicationXmlType
Descriptor type for application xml. |
Constructors in org.codehaus.cargo.module.application with parameters of type DescriptorType | |
---|---|
ApplicationXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.ejb |
---|
Classes in org.codehaus.cargo.module.ejb that implement DescriptorType | |
---|---|
class |
EjbJarXmlType
|
Constructors in org.codehaus.cargo.module.ejb with parameters of type DescriptorType | |
---|---|
EjbJarXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
EjbJarXmlTag(DescriptorType type,
String tagName)
Constructor. |
|
EjbJarXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.ejb.jboss |
---|
Classes in org.codehaus.cargo.module.ejb.jboss that implement DescriptorType | |
---|---|
class |
JBossXmlType
|
Constructors in org.codehaus.cargo.module.ejb.jboss with parameters of type DescriptorType | |
---|---|
JBossXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
JBossXmlTag(DescriptorType type,
String tagName)
Constructor. |
|
JBossXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.ejb.orion |
---|
Classes in org.codehaus.cargo.module.ejb.orion that implement DescriptorType | |
---|---|
class |
OrionEjbJarXmlType
|
Constructors in org.codehaus.cargo.module.ejb.orion with parameters of type DescriptorType | |
---|---|
OrionEjbJarXml(org.jdom.Element document,
DescriptorType type)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.ejb.weblogic |
---|
Classes in org.codehaus.cargo.module.ejb.weblogic that implement DescriptorType | |
---|---|
class |
WeblogicEjbJarXmlType
|
Constructors in org.codehaus.cargo.module.ejb.weblogic with parameters of type DescriptorType | |
---|---|
WeblogicEjbJarXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
WeblogicEjbJarXmlTag(DescriptorType type,
String tagName)
Constructor. |
|
WeblogicEjbJarXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.ejb.websphere |
---|
Classes in org.codehaus.cargo.module.ejb.websphere that implement DescriptorType | |
---|---|
class |
IbmEjbJarBndXmiType
|
Constructors in org.codehaus.cargo.module.ejb.websphere with parameters of type DescriptorType | |
---|---|
IbmEjbJarBndXmi(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.merge |
---|
Methods in org.codehaus.cargo.module.merge that return DescriptorType | |
---|---|
DescriptorType |
DescriptorMergerByTag.getDescriptorType()
|
Methods in org.codehaus.cargo.module.merge with parameters of type DescriptorType | |
---|---|
void |
DescriptorMergerByTag.setDescriptorType(DescriptorType descriptorTagFactory)
|
Uses of DescriptorType in org.codehaus.cargo.module.merge.tagstrategy |
---|
Constructors in org.codehaus.cargo.module.merge.tagstrategy with parameters of type DescriptorType | |
---|---|
NodeMergeStrategy(DescriptorType type,
org.jdom.Element template)
Constructor. |
|
NodeMergeStrategy(DescriptorType type,
InputStream stream)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.webapp |
---|
Classes in org.codehaus.cargo.module.webapp that implement DescriptorType | |
---|---|
class |
WebXml22Type
Web 2.2 Descriptor. |
class |
WebXml23Type
Web 2.3 Descriptor. |
class |
WebXml24Type
Web 2.4 Descriptor. |
class |
WebXml25Type
Web 2.5 Descriptor. |
class |
WebXmlType
A document type for web.xml web deployment descriptors. |
Constructors in org.codehaus.cargo.module.webapp with parameters of type DescriptorType | |
---|---|
WebXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
WebXmlIo(DescriptorType type)
Constructor. |
|
WebXmlTag(DescriptorType type,
String tagName)
Constructor. |
|
WebXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor. |
|
WebXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed,
Identifier identifier,
Class clazz)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.webapp.jboss |
---|
Classes in org.codehaus.cargo.module.webapp.jboss that implement DescriptorType | |
---|---|
class |
JBossWebXmlType
|
Constructors in org.codehaus.cargo.module.webapp.jboss with parameters of type DescriptorType | |
---|---|
JBossWebXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
JBossWebXmlIo(DescriptorType factory)
Constructor. |
|
JBossWebXmlTag(DescriptorType type,
String tagName)
Constructor. |
|
JBossWebXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.webapp.orion |
---|
Classes in org.codehaus.cargo.module.webapp.orion that implement DescriptorType | |
---|---|
class |
OrionWebXmlType
|
Constructors in org.codehaus.cargo.module.webapp.orion with parameters of type DescriptorType | |
---|---|
OrionWebXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
OrionWebXmlIo(DescriptorType type)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.webapp.resin |
---|
Classes in org.codehaus.cargo.module.webapp.resin that implement DescriptorType | |
---|---|
class |
ResinWebXmlType
|
Constructors in org.codehaus.cargo.module.webapp.resin with parameters of type DescriptorType | |
---|---|
ResinWebXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
ResinWebXmlTag(DescriptorType type,
String tagName)
Constructor. |
|
ResinWebXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.webapp.tomcat |
---|
Classes in org.codehaus.cargo.module.webapp.tomcat that implement DescriptorType | |
---|---|
class |
TomcatContextXmlType
|
Constructors in org.codehaus.cargo.module.webapp.tomcat with parameters of type DescriptorType | |
---|---|
TomcatContextXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
TomcatContextXmlTag(DescriptorType type,
String tagName)
Constructor. |
|
TomcatContextXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.webapp.weblogic |
---|
Classes in org.codehaus.cargo.module.webapp.weblogic that implement DescriptorType | |
---|---|
class |
WeblogicXmlType
|
Constructors in org.codehaus.cargo.module.webapp.weblogic with parameters of type DescriptorType | |
---|---|
WeblogicXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
WeblogicXmlTag(DescriptorType type,
String tagName)
Constructor. |
|
WeblogicXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor. |
Uses of DescriptorType in org.codehaus.cargo.module.webapp.websphere |
---|
Classes in org.codehaus.cargo.module.webapp.websphere that implement DescriptorType | |
---|---|
class |
IbmWebBndXmiType
|
Constructors in org.codehaus.cargo.module.webapp.websphere with parameters of type DescriptorType | |
---|---|
IbmWebBndXmi(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |