Class TomcatContextXmlType
- java.lang.Object
-
- org.jdom.DefaultJDOMFactory
-
- org.codehaus.cargo.module.AbstractDescriptorType
-
- org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlType
-
- All Implemented Interfaces:
DescriptorType
,org.jdom.JDOMFactory
public class TomcatContextXmlType extends AbstractDescriptorType
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TomcatContextXmlType()
Protected constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TomcatContextXmlType
getInstance()
Get the static instance.-
Methods inherited from class org.codehaus.cargo.module.AbstractDescriptorType
addTag, document, element, element, getAllTags, getDescriptorIo, getGrammar, getJDOMFactory, getTagByName, setDescriptorIo
-
Methods inherited from class org.jdom.DefaultJDOMFactory
addContent, addNamespaceDeclaration, attribute, attribute, attribute, attribute, cdata, comment, docType, docType, docType, document, document, element, element, entityRef, entityRef, entityRef, processingInstruction, processingInstruction, setAttribute, text
-
-
-
-
Method Detail
-
getInstance
public static TomcatContextXmlType getInstance()
Get the static instance.- Returns:
- The instance
-
-