Uses of Class
org.codehaus.cargo.module.DescriptorTag

Packages that use DescriptorTag
org.codehaus.cargo.module   
org.codehaus.cargo.module.application   
org.codehaus.cargo.module.ejb   
org.codehaus.cargo.module.ejb.jboss   
org.codehaus.cargo.module.ejb.weblogic   
org.codehaus.cargo.module.webapp   
org.codehaus.cargo.module.webapp.jboss   
org.codehaus.cargo.module.webapp.resin   
org.codehaus.cargo.module.webapp.tomcat   
org.codehaus.cargo.module.webapp.weblogic   
 

Uses of DescriptorTag in org.codehaus.cargo.module
 

Methods in org.codehaus.cargo.module that return DescriptorTag
 DescriptorTag DescriptorElement.getTag()
           
 DescriptorTag DescriptorType.getTagByName(java.lang.String name)
          Get a descriptor tag by name.
 DescriptorTag AbstractDescriptorType.getTagByName(java.lang.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, java.lang.String text)
          Creates an element that contains nested text.
protected  java.lang.String AbstractDescriptor.getChildText(org.jdom.Element parent, DescriptorTag tag)
          Returns the text value from a child directly under the parent tag.
 java.util.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, java.lang.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  java.util.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  java.lang.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, java.lang.String value)
          Get elements of a particular descriptor tag whose identifier matches the passed parameter.
 org.jdom.Element Descriptor.getTagByIdentifier(DescriptorTag tag, java.lang.String value)
          Get elements of a particular descriptor tag whose identifier matches the passed parameter.
 java.util.List AbstractDescriptor.getTags(DescriptorTag tag)
          Get tags of a particular type.
 java.util.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.
 



Copyright © 2004-2011 Codehaus. All Rights Reserved.