|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DescriptorTag in org.codehaus.cargo.module |
---|
Methods in org.codehaus.cargo.module that return DescriptorTag | |
---|---|
DescriptorTag |
DescriptorElement.getTag()
|
DescriptorTag |
DescriptorType.getTagByName(String name)
Get a descriptor tag by name. |
DescriptorTag |
AbstractDescriptorType.getTagByName(String name)
|
Methods in org.codehaus.cargo.module with parameters of type DescriptorTag | |
---|---|
org.jdom.Element |
AbstractDescriptor.addElement(DescriptorTag tag,
org.jdom.Element child,
org.jdom.Element parent)
Adds an element of the specified tag to the descriptor. |
org.jdom.Element |
Descriptor.addElement(DescriptorTag tag,
org.jdom.Element right,
org.jdom.Element rootElement)
Add an element into the descriptor. |
void |
DescriptorType.addTag(DescriptorTag tag)
Add a descriptor tag into this descriptor. |
void |
AbstractDescriptorType.addTag(DescriptorTag tag)
Add a descriptor tag to this descriptor type. |
protected void |
AbstractDescriptor.checkElement(org.jdom.Element element,
DescriptorTag expectedTag)
Checks an element whether its name matches the specified name. |
protected org.jdom.Element |
AbstractDescriptor.createNestedText(DescriptorTag tag,
String text)
Creates an element that contains nested text. |
protected String |
AbstractDescriptor.getChildText(org.jdom.Element parent,
DescriptorTag tag)
Returns the text value from a child directly under the parent tag. |
Iterator |
AbstractDescriptor.getElements(DescriptorTag tag)
Returns an iterator over the elements that match the specified tag. |
protected org.jdom.Element |
AbstractDescriptor.getImmediateChild(org.jdom.Element parent,
DescriptorTag tag)
Gets a certain tag directly under the parent tag. |
protected org.jdom.Element |
AbstractDescriptor.getInsertionPointFor(DescriptorTag tag,
String parent)
Returns the node before which the specified tag should be inserted, or null if
the node should be inserted at the end of the descriptor. |
protected Iterator |
AbstractDescriptor.getNestedElements(org.jdom.Element parent,
DescriptorTag tag)
Returns an iterator over the child elements of the specified element that match the specified tag. |
protected String |
AbstractDescriptor.getNestedText(org.jdom.Element parent,
DescriptorTag tag)
Returns the text nested inside a child element of the specified element. |
org.jdom.Element |
AbstractDescriptor.getTagByIdentifier(DescriptorTag tag,
String value)
Get elements of a particular descriptor tag whose identifier matches the passed parameter. |
org.jdom.Element |
Descriptor.getTagByIdentifier(DescriptorTag tag,
String value)
Get elements of a particular descriptor tag whose identifier matches the passed parameter. |
List |
AbstractDescriptor.getTags(DescriptorTag tag)
Get tags of a particular type. |
List |
Descriptor.getTags(DescriptorTag tag)
Get tags of a particular type. |
void |
DescriptorElement.setTag(DescriptorTag tag)
|
Constructors in org.codehaus.cargo.module with parameters of type DescriptorTag | |
---|---|
DescriptorElement(DescriptorTag tag)
Constructor. |
|
DescriptorElement(DescriptorTag tag,
org.jdom.Element element)
Constructor. |
Uses of DescriptorTag in org.codehaus.cargo.module.application |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.application | |
---|---|
class |
ApplicationXmlTag
Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration. |
Uses of DescriptorTag in org.codehaus.cargo.module.ejb |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.ejb | |
---|---|
class |
EjbJarXmlTag
Represents the various tags in a ejb jar deployment descriptor. |
Uses of DescriptorTag in org.codehaus.cargo.module.ejb.jboss |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.ejb.jboss | |
---|---|
class |
JBossXmlTag
Defines the JBoss XML tags. |
Uses of DescriptorTag in org.codehaus.cargo.module.ejb.weblogic |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.ejb.weblogic | |
---|---|
class |
WeblogicEjbJarXmlTag
Represents the various tags in a weblogic ejb jar deployment descriptor. |
Uses of DescriptorTag in org.codehaus.cargo.module.webapp |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp | |
---|---|
class |
WebXmlTag
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration. |
Uses of DescriptorTag in org.codehaus.cargo.module.webapp.jboss |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp.jboss | |
---|---|
class |
JBossWebXmlTag
Represents the various top-level tags in a JBoss web deployment descriptor as a typesafe enumeration. |
Uses of DescriptorTag in org.codehaus.cargo.module.webapp.resin |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp.resin | |
---|---|
class |
ResinWebXmlTag
Represents the various top-level tags in a Resin context web deployment descriptor as a typesafe enumeration. |
Uses of DescriptorTag in org.codehaus.cargo.module.webapp.tomcat |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp.tomcat | |
---|---|
class |
TomcatContextXmlTag
Represents the various top-level tags in a Tomcat context web deployment descriptor as a typesafe enumeration. |
Uses of DescriptorTag in org.codehaus.cargo.module.webapp.weblogic |
---|
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp.weblogic | |
---|---|
class |
WeblogicXmlTag
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |