Uses of Class
org.codehaus.cargo.module.DescriptorTag
-
-
Uses of DescriptorTag in org.codehaus.cargo.module
Methods in org.codehaus.cargo.module that return DescriptorTag Modifier and Type Method Description DescriptorTag
DescriptorElement. getTag()
DescriptorTag
AbstractDescriptorType. getTagByName(String name)
DescriptorTag
DescriptorType. getTagByName(String name)
Get a descriptor tag by name.Methods in org.codehaus.cargo.module that return types with arguments of type DescriptorTag Modifier and Type Method Description Collection<DescriptorTag>
AbstractDescriptorType. getAllTags()
Collection<DescriptorTag>
DescriptorType. getAllTags()
Get all defined tags for this descriptor.List<DescriptorTag>
Dtd. getElementOrder(String tagName)
Returns a List ofDescriptorTag
that describes the order that elements can appear in a certain element accordingly to the grammar.List<DescriptorTag>
Grammar. getElementOrder(String tagName)
Returns a List ofDescriptorTag
that describes the order that elements can appear in a certain element accordingly to the grammar.List<DescriptorTag>
Xsd. getElementOrder(String tagName)
Returns a List ofDescriptorTag
that describes the order that elements can appear in a certain element accordingly to the grammar.Methods in org.codehaus.cargo.module with parameters of type DescriptorTag Modifier and Type Method Description org.jdom2.Element
AbstractDescriptor. addElement(DescriptorTag tag, org.jdom2.Element child, org.jdom2.Element parent)
Adds an element of the specified tag to the descriptor.org.jdom2.Element
Descriptor. addElement(DescriptorTag tag, org.jdom2.Element right, org.jdom2.Element rootElement)
Add an element into the descriptor.void
AbstractDescriptorType. addTag(DescriptorTag tag)
Add a descriptor tag to this descriptor type.void
DescriptorType. addTag(DescriptorTag tag)
Add a descriptor tag into this descriptor.protected void
AbstractDescriptor. checkElement(org.jdom2.Element element, DescriptorTag expectedTag)
Checks an element whether its name matches the specified name.protected org.jdom2.Element
AbstractDescriptor. createNestedText(DescriptorTag tag, String text)
Creates an element that contains nested text.protected String
AbstractDescriptor. getChildText(org.jdom2.Element parent, DescriptorTag tag)
Returns the text value from a child directly under the parent tag.List<org.jdom2.Element>
AbstractDescriptor. getElements(DescriptorTag tag)
Returns a list of the elements that match the specified tag.protected org.jdom2.Element
AbstractDescriptor. getImmediateChild(org.jdom2.Element parent, DescriptorTag tag)
Gets a certain tag directly under the parent tag.protected org.jdom2.Element
AbstractDescriptor. getInsertionPointFor(DescriptorTag tag, String parent)
Returns the node before which the specified tag should be inserted, ornull
if the node should be inserted at the end of the descriptor.protected List<org.jdom2.Element>
AbstractDescriptor. getNestedElements(org.jdom2.Element parent, DescriptorTag tag)
Returns a list of the child elements of the specified element that match the specified tag.protected String
AbstractDescriptor. getNestedText(org.jdom2.Element parent, DescriptorTag tag)
Returns the text nested inside a child element of the specified element.org.jdom2.Element
AbstractDescriptor. getTagByIdentifier(DescriptorTag tag, String value)
Get elements of a particular descriptor tag whose identifier matches the passed parameter.org.jdom2.Element
Descriptor. getTagByIdentifier(DescriptorTag tag, String value)
Get elements of a particular descriptor tag whose identifier matches the passed parameter.List<org.jdom2.Element>
AbstractDescriptor. getTags(DescriptorTag tag)
Get tags of a particular type.List<org.jdom2.Element>
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 Constructor Description DescriptorElement(DescriptorTag tag)
Constructor.DescriptorElement(DescriptorTag tag, org.jdom2.Element element)
Constructor. -
Uses of DescriptorTag in org.codehaus.cargo.module.application
Subclasses of DescriptorTag in org.codehaus.cargo.module.application Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
WeblogicEjbJarXmlTag
Represents the various tags in a weblogic ejb jar deployment descriptor. -
Uses of DescriptorTag in org.codehaus.cargo.module.ejb.websphere
Methods in org.codehaus.cargo.module.ejb.websphere that return types with arguments of type DescriptorTag Modifier and Type Method Description List<DescriptorTag>
IbmEjbJarBndXmiGrammar. getElementOrder(String tagName)
Returns a List ofDescriptorTag
that describes the order that elements can appear in a certain element accordingly to the grammar. -
Uses of DescriptorTag in org.codehaus.cargo.module.webapp
Subclasses of DescriptorTag in org.codehaus.cargo.module.webapp Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
WeblogicXmlTag
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration. -
Uses of DescriptorTag in org.codehaus.cargo.module.webapp.websphere
Methods in org.codehaus.cargo.module.webapp.websphere that return types with arguments of type DescriptorTag Modifier and Type Method Description List<DescriptorTag>
IbmWebBndXmiGrammar. getElementOrder(String tagName)
Returns a List ofDescriptorTag
that describes the order that elements can appear in a certain element accordingly to the grammar.
-