A C D E F G H I J L M N O P R S T U V W X

A

AbstractChoiceMergeStrategy - Class in org.codehaus.cargo.module.merge.tagstrategy
A merging strategy that can make a decision between various differing merge strategies, depending upon the state that it is passed.
AbstractChoiceMergeStrategy() - Constructor for class org.codehaus.cargo.module.merge.tagstrategy.AbstractChoiceMergeStrategy
 
AbstractDescriptor - Class in org.codehaus.cargo.module
Encapsulates the DOM representation of a deployment descriptor to provide convenience methods for easy access and manipulation.
AbstractDescriptor(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.AbstractDescriptor
Constructor.
AbstractDescriptorIo - Class in org.codehaus.cargo.module
Provides convenience methods for reading and writing descriptors.
AbstractDescriptorIo(DescriptorType) - Constructor for class org.codehaus.cargo.module.AbstractDescriptorIo
Constructor.
AbstractDescriptorType - Class in org.codehaus.cargo.module
 
AbstractDescriptorType(DescriptorType, Class, Grammar) - Constructor for class org.codehaus.cargo.module.AbstractDescriptorType
Constructor.
accept(File) - Method in class org.codehaus.cargo.module.webapp.merge.MergeWarFileDetails
addContextParam(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Adds a new context-param element to the descriptor.
addDispatcher(String) - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
Add a dispatcher element.
addDispatchPolicy(EjbDef, String) - Method in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXml
Adds a dispatch policy to a ejb definition.
addEjbModule(String) - Method in class org.codehaus.cargo.module.application.ApplicationXml
Adds a ejb module to the deployment descriptor.
addEjbRef(WebXml, EjbRef) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add an EJB Reference.
addEjbReference(EjbRef) - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWebXml
Adds an ejb reference to the descriptor.
addEjbReference(EjbRef) - Method in class org.codehaus.cargo.module.webapp.orion.OrionWebXml
Adds a ejb reference description to orion-web.xml.
addEjbReference(EjbRef) - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Adds a ejb reference.
addEjbReference(EjbRef) - Method in interface org.codehaus.cargo.module.webapp.VendorWebAppDescriptor
Adds an ejb reference to the descriptor.
addEjbReference(EjbRef) - Method in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXml
Adds a ejb reference description to the weblogic.xml.
addEjbReference(EjbRef) - Method in class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmi
Adds a ejb reference description to the websphere web deployment descriptor.
addElement(DescriptorTag, Element, Element) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Adds an element of the specified tag to the descriptor.
addElement(DescriptorTag, Element, Element) - Method in interface org.codehaus.cargo.module.Descriptor
Add an element into the descriptor.
addExclusionPattern(String) - Method in class org.codehaus.cargo.module.webapp.merge.MergeWarFileDetails
Add a file or library exclusion pattern.
addFilter(WebXml, Filter) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
addFilter(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add a filter to the descriptor.
addFilterInitParam(WebXml, String, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add an init param to a filter.
addFilterMapping(WebXml, FilterMapping) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
addJspFile(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add a JSP file.
addMergeItem(Object) - Method in class org.codehaus.cargo.module.merge.DocumentMerger
Add an item to be merged.
addMergeItem(Object) - Method in class org.codehaus.cargo.module.merge.DocumentMergerByXslt
Add an item to be merged.
addMergeItem(Object) - Method in class org.codehaus.cargo.module.merge.DocumentStreamAdapter
Add an item to be merged.
addMergeItem(Object) - Method in interface org.codehaus.cargo.module.merge.MergeProcessor
Add an item to be merged.
addMergeItem(Object) - Method in class org.codehaus.cargo.module.webapp.merge.ArchiveResourceMerger
Add an item into the merge.
addMergeItem(Object) - Method in class org.codehaus.cargo.module.webapp.merge.WarArchiveMerger
Add an item to be merged.
addMergeProcessor(String, MergeProcessor) - Method in class org.codehaus.cargo.module.webapp.merge.WarArchiveMerger
Add a merging processor that merges specified items witin the war files.
addMerger(DescriptorMerger) - Method in class org.codehaus.cargo.module.XmlMerger
 
addProcessor(String, MergeProcessor) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
 
addSecurityConstraint(WebXml, String, String, List) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add a security constraint.
addSecurityRole(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
addServlet(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add a servlet to the descriptor.
addServlet(WebXml, Servlet) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add a servlet to the web xml.
addServletInitParam(WebXml, String, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add an init param to a servlet.
addServletMapping(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
addServletRunAsRoleName(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
addStrategyForName(String, MergeStrategy) - Method in class org.codehaus.cargo.module.merge.tagstrategy.ChooseByNameMergeStrategy
If the element has this name, then use this strategy.
addTag(DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
Add a descriptor tag to this descriptor type.
addTag(DescriptorTag) - Method in interface org.codehaus.cargo.module.DescriptorType
Add a descriptor tag into this descriptor.
addTag(DescriptorElement) - Method in class org.codehaus.cargo.module.webapp.WebXml
Add a tag into the document.
addTagInitParam(WebXmlElement, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add an init-param to the web xml.
addVendorDescriptor(VendorEjbDescriptor) - Method in class org.codehaus.cargo.module.ejb.EjbJarXml
Associates a vendor specific descriptor with this web.xml.
addVendorDescriptor(VendorWebAppDescriptor) - Method in class org.codehaus.cargo.module.webapp.WebXml
Associates a vendor specific descriptor with this web.xml.
addWebModule(String, String) - Method in class org.codehaus.cargo.module.application.ApplicationXml
Adds a web module to the deployment descriptor.
ApplicationXml - Class in org.codehaus.cargo.module.application
Encapsulates the DOM representation of an EAR descriptor (application.xml) to provide convenience methods for easy access and manipulation.
ApplicationXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.application.ApplicationXml
Constructor.
ApplicationXmlIo - Class in org.codehaus.cargo.module.application
Provides convenience methods for reading and writing enterprise application deployment descriptors (application.xml).
ApplicationXmlTag - Class in org.codehaus.cargo.module.application
Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration.
ApplicationXmlTag(ApplicationXmlType, String, boolean) - Constructor for class org.codehaus.cargo.module.application.ApplicationXmlTag
Constructor.
ApplicationXmlTag(ApplicationXmlType, String) - Constructor for class org.codehaus.cargo.module.application.ApplicationXmlTag
Constructor.
ApplicationXmlType - Class in org.codehaus.cargo.module.application
Descriptor type for application xml.
ApplicationXmlType() - Constructor for class org.codehaus.cargo.module.application.ApplicationXmlType
Protected Constructor.
ApplicationXmlVersion - Class in org.codehaus.cargo.module.application
Enumerated type that represents the version of the deployment descriptor of a enterprise application (application.xml).
ArchiveResourceMerger - Class in org.codehaus.cargo.module.webapp.merge
Class to store merging operations.
ArchiveResourceMerger(String, MergeProcessor) - Constructor for class org.codehaus.cargo.module.webapp.merge.ArchiveResourceMerger
Constructor.
AUTH_CONSTRAINT - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'auth-constraint'.
AUTH_FILTER - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'auth-filter'.
AUTH_METHOD - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'auth-method'.
AuthConstraint - Class in org.codehaus.cargo.module.webapp.elements
 
AuthConstraint(WebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.elements.AuthConstraint
Constructor.

C

CHARSET_PARAMS - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'charset-params'.
checkElement(Element, DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Checks an element whether its name matches the specified name.
checkServletVersions(WebXml) - Method in class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Checks the versions of the servlet API in each descriptor, and logs a warning if a mismatch might result in the loss of definitions.
child(String) - Method in class org.codehaus.cargo.module.webapp.elements.WebXmlElement
 
ChooseByNameMergeStrategy - Class in org.codehaus.cargo.module.merge.tagstrategy
A merging strategy that is determined by name.
ChooseByNameMergeStrategy(MergeStrategy) - Constructor for class org.codehaus.cargo.module.merge.tagstrategy.ChooseByNameMergeStrategy
Constructor.
compareTo(Object) - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
compareTo(Object) - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
compareTo(Object) - Method in class org.codehaus.cargo.module.webapp.WebXmlVersion
CONTAINER_DESCRIPTOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'container-descriptor'.
containsClass(String) - Method in class org.codehaus.cargo.module.DefaultJarArchive
Returns whether a class of the specified name is contained in the archive.
containsClass(String) - Method in interface org.codehaus.cargo.module.JarArchive
Returns whether a class of the specified name is contained in the archive.
containsClass(String) - Method in class org.codehaus.cargo.module.webapp.DefaultWarArchive
Returns whether a class of the specified name is contained in the web-app archive, either directly in WEB-INF/classes, or in one of the JARs in WEB-INF/lib.
containsClass(String) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
Returns whether a class of the specified name is contained in the archive.
CONTEXT_PARAM - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'context-param'.
CONTEXT_PATH - Static variable in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag
Attribute name 'path'.
CONTEXT_ROOT - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'context-root'.
CONTEXT_ROOT - Static variable in class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
Element name 'context-root'.
CONTEXT_ROOT - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'context-root'.
ContextParam - Class in org.codehaus.cargo.module.webapp.elements
Context Parameter class for accessing context parameters in a web.xml file.
ContextParam(WebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.elements.ContextParam
Constructor.
ContextParam(WebXmlTag, String, String) - Constructor for class org.codehaus.cargo.module.webapp.elements.ContextParam
Constructor.
copyAllIntoJar(File) - Method in interface org.codehaus.cargo.module.JarArchiveUpdateable
Recursively copy files from source into this archive.
create() - Method in class org.codehaus.cargo.module.DescriptorTag
 
createDocumentBuilder() - Method in class org.codehaus.cargo.module.AbstractDescriptorIo
Create a document builder.
createDocumentBuilder(EntityResolver) - Method in class org.codehaus.cargo.module.AbstractDescriptorIo
 
createDocumentBuilder() - Method in interface org.codehaus.cargo.module.DescriptorIo
Create a document builder.
createDocumentBuilder(EntityResolver) - Method in interface org.codehaus.cargo.module.DescriptorIo
 
createNestedText(DescriptorTag, String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Creates an element that contains nested text.

D

DefaultEarArchive - Class in org.codehaus.cargo.module.application
Encapsulates access to an EAR.
DefaultEarArchive(String) - Constructor for class org.codehaus.cargo.module.application.DefaultEarArchive
DefaultEarArchive(InputStream) - Constructor for class org.codehaus.cargo.module.application.DefaultEarArchive
Constructor.
DefaultEjbArchive - Class in org.codehaus.cargo.module.ejb
Class that encapsulates access to an EJB JAR.
DefaultEjbArchive(String) - Constructor for class org.codehaus.cargo.module.ejb.DefaultEjbArchive
DefaultEjbArchive(InputStream) - Constructor for class org.codehaus.cargo.module.ejb.DefaultEjbArchive
Constructor.
DefaultJarArchive - Class in org.codehaus.cargo.module
Provide convenient methods to read information from a Jar archive.
DefaultJarArchive(String) - Constructor for class org.codehaus.cargo.module.DefaultJarArchive
Constructor.
DefaultJarArchive(InputStream) - Constructor for class org.codehaus.cargo.module.DefaultJarArchive
Constructor.
DefaultWarArchive - Class in org.codehaus.cargo.module.webapp
Class that encapsulates access to a WAR.
DefaultWarArchive(String) - Constructor for class org.codehaus.cargo.module.webapp.DefaultWarArchive
DefaultWarArchive(InputStream) - Constructor for class org.codehaus.cargo.module.webapp.DefaultWarArchive
Constructor.
DESCRIPTION - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'description'.
DESCRIPTION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'description'.
DESCRIPTION - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'description'.
Descriptor - Interface in org.codehaus.cargo.module
Common interface for Deployment Descriptors.
DescriptorElement - Class in org.codehaus.cargo.module
Extension of JDOM element that represents a descriptor element.
DescriptorElement(DescriptorTag) - Constructor for class org.codehaus.cargo.module.DescriptorElement
Constructor.
DescriptorElement(DescriptorTag, Element) - Constructor for class org.codehaus.cargo.module.DescriptorElement
Constructor.
DescriptorIo - Interface in org.codehaus.cargo.module
 
DescriptorMerger - Interface in org.codehaus.cargo.module.merge
Interface to merge two descriptors.
DescriptorMergerByTag - Class in org.codehaus.cargo.module.merge
Merge a descriptor by tag.
DescriptorMergerByTag() - Constructor for class org.codehaus.cargo.module.merge.DescriptorMergerByTag
Constructor.
DescriptorTag - Class in org.codehaus.cargo.module
Represents the various top-level tags in a deployment descriptor as a typesafe enumeration.
DescriptorTag(DescriptorType, String, Namespace, boolean, Identifier, Class) - Constructor for class org.codehaus.cargo.module.DescriptorTag
Constructor.
DescriptorTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.DescriptorTag
Constructor.
DescriptorType - Interface in org.codehaus.cargo.module
Represents a "type" of descriptor - e.g.
DESTROY_AS - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'destroy-as'.
DIRECTORY_SERVLET - Static variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Elements of directory-servlet.
DISPATCH_POLICY - Static variable in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
Element name 'dispatch-policy'.
DISPATCHER - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'dispatcher'.
DISPLAY_NAME - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'display-name'.
DISPLAY_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'display-name'.
DISTRIBUTABLE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'distributable'.
document(Element) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
Create a JDOM Document.
DocumentMerger - Class in org.codehaus.cargo.module.merge
Class that can merge two DOM Documents, relatively simply.
DocumentMerger() - Constructor for class org.codehaus.cargo.module.merge.DocumentMerger
 
DocumentMergerByXslt - Class in org.codehaus.cargo.module.merge
 
DocumentMergerByXslt(InputStream) - Constructor for class org.codehaus.cargo.module.merge.DocumentMergerByXslt
Constructor.
DocumentStreamAdapter - Class in org.codehaus.cargo.module.merge
Adapter class to convert streams into documents.
DocumentStreamAdapter(MergeProcessor) - Constructor for class org.codehaus.cargo.module.merge.DocumentStreamAdapter
constructor.
Dtd - Class in org.codehaus.cargo.module
Contains methods for getting information from a dtd.
Dtd(String) - Constructor for class org.codehaus.cargo.module.Dtd
Contructor.
DtdParseException - Exception in org.codehaus.cargo.module
Exception thrown to indicate that a certain DTD couldn't be parsed.
DtdParseException() - Constructor for exception org.codehaus.cargo.module.DtdParseException
Constructor.
DtdParseException(String) - Constructor for exception org.codehaus.cargo.module.DtdParseException
Constructor.
DtdParseException(String, Throwable) - Constructor for exception org.codehaus.cargo.module.DtdParseException
Constructor.
DtdParseException(Throwable) - Constructor for exception org.codehaus.cargo.module.DtdParseException
Constructor.

E

EarArchive - Interface in org.codehaus.cargo.module.application
Class that encapsulates access to an EAR.
EJB - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'ejb'.
EJB_LINK - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'local-home'.
EJB_LOCAL_REF - Static variable in class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
Element name 'ejb-local-ref'.
EJB_LOCAL_REF - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'ejb-local-ref'.
EJB_NAME - Static variable in class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Element name 'ejb-name'.
EJB_NAME - Static variable in class org.codehaus.cargo.module.ejb.jboss.JBossXmlTag
ejb-name.
EJB_NAME - Static variable in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
Element name 'ejb-name'.
EJB_REF - Static variable in class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
Element name 'ejb-ref'.
EJB_REF - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'ejb-ref'.
EJB_REF_NAME - Static variable in class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
Element name 'ejb-ref-name'.
EJB_REF_NAME - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'ejb-ref-name'.
EJB_REF_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'ejb-ref-name'.
EJB_REF_TYPE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'ejb-ref-type'.
EJB_REFERENCE_DESCRIPTION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'ejb-reference-description'.
EjbArchive - Interface in org.codehaus.cargo.module.ejb
Class that encapsulates access to an EJB JAR.
EjbDef - Class in org.codehaus.cargo.module.ejb
Class representing an EJB definition in a ejb-jar.xml descriptor.
EjbDef() - Constructor for class org.codehaus.cargo.module.ejb.EjbDef
Constructor.
EjbDef(String) - Constructor for class org.codehaus.cargo.module.ejb.EjbDef
Constructor.
EjbDef(String, String) - Constructor for class org.codehaus.cargo.module.ejb.EjbDef
Constructor.
EjbJarXml - Class in org.codehaus.cargo.module.ejb
Encapsulates the DOM representation of a ejb deployment descriptor ejb-jar.xml to provide convenience methods for easy access and manipulation.
EjbJarXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXml
Constructor.
EjbJarXmlIo - Class in org.codehaus.cargo.module.ejb
Provides convenience methods for reading and writing ejb deployment descriptors (ejb-jar.xml).
EjbJarXmlIo() - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlIo
 
EjbJarXmlTag - Class in org.codehaus.cargo.module.ejb
Represents the various tags in a ejb jar deployment descriptor.
EjbJarXmlTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Constructor.
EjbJarXmlTag(DescriptorType, String) - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Constructor.
EjbJarXmlType - Class in org.codehaus.cargo.module.ejb
 
EjbJarXmlType() - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlType
Protected constructor.
EjbJarXmlVersion - Class in org.codehaus.cargo.module.ejb
Enumerated type that represents the version of the deployment descriptor of a ejb descriptor (ejb-jar.xml).
EjbRef - Class in org.codehaus.cargo.module.webapp
Represents a ejb-ref element of a web application descriptor.
EjbRef() - Constructor for class org.codehaus.cargo.module.webapp.EjbRef
Empty constructor.
EjbRef(String, String, String) - Constructor for class org.codehaus.cargo.module.webapp.EjbRef
Construct a new ejb-ref.
element(String) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
element(String, Namespace) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
ENTITY - Static variable in class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Element name 'entity'.
Entity - Class in org.codehaus.cargo.module.ejb
Class representing an entity ejb definition in an ejb-jar.xml descriptor.
Entity() - Constructor for class org.codehaus.cargo.module.ejb.Entity
 
ENTITY - Static variable in class org.codehaus.cargo.module.webapp.EjbRef
Constant representing an entity ejb reference.
ENV_ENTRY - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'env-entry'.
equals(Object) - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
equals(Object) - Method in class org.codehaus.cargo.module.DescriptorTag
equals(Object) - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
ERROR_PAGE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'error-page'.
execute(File) - Method in class org.codehaus.cargo.module.webapp.merge.ArchiveResourceMerger
Execute the merge into the assembly directory.
executeMergeProcessors(File) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
 
expandToPath(String) - Method in class org.codehaus.cargo.module.DefaultJarArchive
Expand the archive to the specified directory.
expandToPath(String, FileFilter) - Method in class org.codehaus.cargo.module.DefaultJarArchive
Expand the archive to the specified directory, filtering out files.
expandToPath(String) - Method in interface org.codehaus.cargo.module.JarArchive
Expand the archive to the specified directory.
expandToPath(String, FileFilter) - Method in interface org.codehaus.cargo.module.JarArchive
Expand the archive to the specified directory, filtering out files.
expandToPath(String) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
Expand the archive to the specified directory.
expandToPath(String, FileFilter) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
Expand the archive to the specified directory, filtering out files.

F

Filter - Class in org.codehaus.cargo.module.webapp.elements
 
Filter(WebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.elements.Filter
Constructor.
Filter(WebXmlTag, String, String) - Constructor for class org.codehaus.cargo.module.webapp.elements.Filter
Constructor.
FILTER - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'filter'.
FILTER_CLASS - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'filter-class'.
FILTER_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'filter-mapping'.
FILTER_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'filter-name'.
FilterMapping - Class in org.codehaus.cargo.module.webapp.elements
 
FilterMapping(WebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.elements.FilterMapping
Constructor.
findResource(String) - Method in class org.codehaus.cargo.module.DefaultJarArchive
Returns the full path of a named resource in the archive.
findResource(String) - Method in interface org.codehaus.cargo.module.JarArchive
Returns the full path of a named resource in the archive.
findResource(String) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
Returns the full path of a named resource in the archive.
firstWarFile() - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
 

G

getAllTags() - Method in class org.codehaus.cargo.module.AbstractDescriptorType
 
getAllTags() - Method in interface org.codehaus.cargo.module.DescriptorType
Get all defined tags for this descriptor.
getApplicationXml() - Method in class org.codehaus.cargo.module.application.DefaultEarArchive
Returns the deployment descriptor of the web application.
getApplicationXml() - Method in interface org.codehaus.cargo.module.application.EarArchive
Returns the deployment descriptor of the web application.
getChildText(Element, DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns the text value from a child directly under the parent tag.
getChildText(Element, String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns the text value from a child directly under the parent tag.
getContentAsStream() - Method in class org.codehaus.cargo.module.DefaultJarArchive
Returns the content of the archive as JarInputStream.
getContextParam(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Returns the element that contains the definition of a specific context param, or null if a context param of the specified name is not defined in the descriptor.
getContextRoot() - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWebXml
 
getDefaultStrategyIfNoneSpecified() - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
getDescriptorIo() - Method in class org.codehaus.cargo.module.AbstractDescriptorType
Get the IO class for this descriptor type.
getDescriptorIo() - Method in interface org.codehaus.cargo.module.DescriptorType
 
getDescriptorIo() - Method in class org.codehaus.cargo.module.merge.DocumentStreamAdapter
 
getDescriptorType() - Method in class org.codehaus.cargo.module.AbstractDescriptor
 
getDescriptorType() - Method in interface org.codehaus.cargo.module.Descriptor
Get the descriptor type for this descriptor.
getDescriptorType() - Method in class org.codehaus.cargo.module.DescriptorTag
Return the descriptor type that this tag is defined in.
getDescriptorType() - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
getDirectoryServlet() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Get the directory servlet.
getDispatchers() - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
 
getDispatchPolicy(EjbDef) - Method in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXml
Returns the dispatch policy for a given ejb.
getDocument() - Method in class org.codehaus.cargo.module.AbstractDescriptor
Return the representation as a document.
getDocument() - Method in interface org.codehaus.cargo.module.Descriptor
 
getDocument(InputStream) - Method in class org.codehaus.cargo.module.merge.DocumentStreamAdapter
Parse the input stream into a document.
getDtdFileName(String, String) - Method in class org.codehaus.cargo.module.XmlEntityResolver
Tries to decide the file name of a DTD from the public and system id.
getEjbHomeInterface() - Method in class org.codehaus.cargo.module.webapp.EjbRef
Returns the ejb home inteface.
getEjbInterface() - Method in class org.codehaus.cargo.module.webapp.EjbRef
Returns the ejb inteface.
getEjbJarXml() - Method in class org.codehaus.cargo.module.ejb.DefaultEjbArchive
Return the ejb-jar.xml.
getEjbJarXml() - Method in interface org.codehaus.cargo.module.ejb.EjbArchive
Return the ejb-jar.xml.
getEjbModule(String) - Method in class org.codehaus.cargo.module.application.DefaultEarArchive
Returns the ejb archive stored in the EAR with the specified URI.
getEjbModule(String) - Method in interface org.codehaus.cargo.module.application.EarArchive
Returns the ejb archive stored in the EAR with the specified URI.
getEjbModules() - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns an iterator over the ejb modules defined in the descriptor.
getEjbName() - Method in class org.codehaus.cargo.module.webapp.EjbRef
Returns the ejb name.
getElementId() - Method in class org.codehaus.cargo.module.webapp.resin.elements.JndiLink
getElementId() - Method in class org.codehaus.cargo.module.webapp.resin.elements.ResourceRef
getElementId() - Method in class org.codehaus.cargo.module.webapp.resin.elements.SystemProperty
getElementOrder(String) - Method in class org.codehaus.cargo.module.Dtd
Returns a List of DescriptorTag that describes the order that elements can appear in a certain element accordingly to the grammar.
getElementOrder(String) - Method in class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiGrammar
Returns a List of DescriptorTag that describes the order that elements can appear in a certain element accordingly to the grammar.
getElementOrder(String) - Method in interface org.codehaus.cargo.module.Grammar
Returns a List of DescriptorTag that describes the order that elements can appear in a certain element accordingly to the grammar.
getElementOrder(String) - Method in class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiGrammar
Returns a List of DescriptorTag that describes the order that elements can appear in a certain element accordingly to the grammar.
getElements(DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns an iterator over the elements that match the specified tag.
getElements(String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns an iterator over the elements that match the specified tag.
getElements(ApplicationXmlTag) - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns an iterator over the elements that match the specified tag.
getEntityEjb(String) - Method in class org.codehaus.cargo.module.ejb.EjbJarXml
Return a specific entity definition.
getEntityEjbs() - Method in class org.codehaus.cargo.module.ejb.EjbJarXml
Returns all entity ejbs in this descriptor.
getEntityResolver() - Method in class org.codehaus.cargo.module.AbstractDescriptorIo
Get the default entity resolver for this type.
getEntityResolver() - Method in class org.codehaus.cargo.module.webapp.WebXmlIo
 
getFile() - Method in interface org.codehaus.cargo.module.JarArchiveUpdateable
 
getFileHandler() - Method in class org.codehaus.cargo.module.DefaultJarArchive
 
getFileName() - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns the file name of this descriptor.
getFileName() - Method in interface org.codehaus.cargo.module.Descriptor
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.ejb.EjbJarXml
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.ejb.jboss.JBossXml
Returns the file name 'jboss.xml'.
getFileName() - Method in class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXml
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXml
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmi
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWebXml
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.webapp.orion.OrionWebXml
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXml
 
getFileName() - Method in class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmi
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the file name of this descriptor.
getFilter(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
getFilterClass() - Method in class org.codehaus.cargo.module.webapp.elements.Filter
Get the filter class.
getFilterInitParam(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
getFilterInitParamNames(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get the init parameter names for a filter.
getFilterMappingElements(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Returns the filter mappings that the specified filter is mapped to in an ordered list.
getFilterMappings(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Returns the URL-patterns that the specified filter is mapped to in an ordered list.
getFilterName() - Method in class org.codehaus.cargo.module.webapp.elements.Filter
Get the filter name.
getFilterName() - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
Get the filter name.
getFilterNames(WebXml) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
getFilterNamesForClass(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Returns a list of names of filters that are mapped to the specified class.
getGrammar() - Method in class org.codehaus.cargo.module.AbstractDescriptorType
Get the grammar for this descriptor type.
getGrammar() - Method in interface org.codehaus.cargo.module.DescriptorType
 
getId() - Method in class org.codehaus.cargo.module.ejb.EjbDef
Id accessor.
getIdentifier() - Method in class org.codehaus.cargo.module.DescriptorTag
 
getIdentifier(Element) - Method in class org.codehaus.cargo.module.Identifier
Get the value of the identifier for a particular element.
getImmediateChild(Element, DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Gets a certain tag directly under the parent tag.
getImplementationClass() - Method in class org.codehaus.cargo.module.DescriptorTag
 
getInitParam(String) - Method in class org.codehaus.cargo.module.webapp.elements.Filter
 
getInitParams() - Method in class org.codehaus.cargo.module.webapp.elements.Filter
 
getInsertionPointFor(DescriptorTag, String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
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.
getInstance() - Static method in class org.codehaus.cargo.module.application.ApplicationXmlType
Get the application XML Descriptor type.
getInstance() - Static method in class org.codehaus.cargo.module.ejb.EjbJarXmlType
Get the static instance.
getInstance() - Static method in class org.codehaus.cargo.module.ejb.jboss.JBossXmlType
Get the static instance.
getInstance() - Static method in class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXmlType
Get the static instance.
getInstance() - Static method in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlType
Get the static instance.
getInstance() - Static method in class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiType
Get the static instance.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlType
Get the static instance.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.orion.OrionWebXmlType
Get Static Singleton instance.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlType
Get the static instance.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlType
Get the static instance.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlType
Get the static instance.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiType
 
getInstance() - Static method in class org.codehaus.cargo.module.webapp.WebXml22Type
Get the instance of the WEB XML Type.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.WebXml23Type
Get the instance of the WEB XML Type.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.WebXml24Type
Get the instance of the WEB XML Type.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.WebXml25Type
Get the instance of the WEB XML Type.
getJBossWebXml() - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWarArchive
Returns the jboss-web.xml deployment descriptor of the web application.
getJDOMFactory() - Method in class org.codehaus.cargo.module.AbstractDescriptorType
getJDOMFactory() - Method in interface org.codehaus.cargo.module.DescriptorType
 
getJndiLinks() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Get the jndi links.
getJndiName(EjbDef) - Method in class org.codehaus.cargo.module.ejb.jboss.JBossXml
Returns the JNDI name for the ejb..
getJndiName(EjbDef) - Method in class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXml
Returns the jndi name for an EJB.
getJndiName(EjbDef) - Method in interface org.codehaus.cargo.module.ejb.VendorEjbDescriptor
Returns the jndi name for an EJB.
getJndiName(EjbDef) - Method in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXml
Returns the jndi name for an EJB.
getJndiName(EjbDef) - Method in class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmi
Returns the jndi name for an EJB.
getJndiName() - Method in class org.codehaus.cargo.module.webapp.EjbRef
Returns the jndi inteface.
getListenerClass() - Method in class org.codehaus.cargo.module.webapp.elements.Listener
 
getLocal() - Method in class org.codehaus.cargo.module.ejb.EjbDef
Local accessor.
getLocalHome() - Method in class org.codehaus.cargo.module.ejb.EjbDef
LocalHome accessor.
getLoginConfigAuthMethod(WebXml) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get the login config authorization method.
getMergers() - Method in class org.codehaus.cargo.module.XmlMerger
 
getMergeStrategy(String) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
getName() - Method in class org.codehaus.cargo.module.ejb.EjbDef
Name accessor.
getName() - Method in class org.codehaus.cargo.module.webapp.EjbRef
Returns the name of the reference.
getNamespace() - Method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Return the namespace of this web xml file, or null if none.
getNestedElements(Element, DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns an iterator over the child elements of the specified element that match the specified tag.
getNestedText(Element, DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns the text nested inside a child element of the specified element.
getParameters() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
Gets all the parameters that match XPath "Context/Parameter".
getParamName() - Method in class org.codehaus.cargo.module.webapp.elements.ContextParam
 
getParamName() - Method in class org.codehaus.cargo.module.webapp.elements.InitParam
 
getParamValue() - Method in class org.codehaus.cargo.module.webapp.elements.ContextParam
 
getParamValue() - Method in class org.codehaus.cargo.module.webapp.elements.InitParam
 
getPath() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
 
getPublicId() - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
Returns the public ID of the document type corresponding to the descriptor version.
getPublicId() - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
Returns the public ID of the document type corresponding to the descriptor version.
getPublicId() - Method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Returns the public ID of the document type corresponding to the descriptor version.
getResource(String) - Method in class org.codehaus.cargo.module.DefaultJarArchive
Returns a resource from the archive as input stream.
getResource(String) - Method in interface org.codehaus.cargo.module.JarArchive
Returns a resource from the archive as input stream.
getResource(String) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
Returns a resource from the archive as input stream.
getResourceRefs() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Get the resource references.
getResources(String) - Method in class org.codehaus.cargo.module.DefaultJarArchive
Returns the list of resources in the specified directory in the archive.
getResources(String) - Method in interface org.codehaus.cargo.module.JarArchive
Returns the list of resources in the specified directory in the archive.
getResources(String) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
Returns the list of resources in the specified directory in the archive.
getRootElement() - Method in interface org.codehaus.cargo.module.Descriptor
getSecurityConstraint(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get a security constraint by URL.
getSecurityRole(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get the security role by name.
getSecurityRoleNames(WebXml) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get the security role names.
getServlet(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
getServletClass() - Method in class org.codehaus.cargo.module.webapp.elements.Servlet
 
getServletInitParam(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
getServletInitParamNames(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get the names of all the servlet init parameters.
getServletMappings(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get the servlet mappings to the named servlet.
getServletName() - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
Get the servlet name.
getServletName() - Method in class org.codehaus.cargo.module.webapp.elements.Servlet
 
getServletNames(WebXml) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get an iterator of the servlet names in the web xml.
getServletNamesForClass(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get the names that this servlet uses.
getServletNamesForJspFile(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Returns a list of names of servlets that are mapped to the specified JSP file.
getServletRunAsRoleName(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
For a named servlet, return the run-as role name.
getSessionConfig() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Get the session config element.
getSessionEjb(String) - Method in class org.codehaus.cargo.module.ejb.EjbJarXml
Return a specific session definition.
getSessionEjbs() - Method in class org.codehaus.cargo.module.ejb.EjbJarXml
Returns all session ejbs in this descriptor.
getSystemId() - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
Returns the system ID of the document type corresponding to the descriptor version.
getSystemId() - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
Returns the system ID of the document type corresponding to the descriptor version.
getSystemId() - Method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Returns the system ID of the document type corresponding to the descriptor version.
getSystemProperties() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Get the system properties.
getTag() - Method in class org.codehaus.cargo.module.DescriptorElement
 
getTag(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Get a tag by name.
getTagByIdentifier(DescriptorTag, String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Get elements of a particular descriptor tag whose identifier matches the passed parameter.
getTagByIdentifier(String, String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Get elements of a particular descriptor tag whose identifier matches the passed parameter.
getTagByIdentifier(DescriptorTag, String) - Method in interface org.codehaus.cargo.module.Descriptor
Get elements of a particular descriptor tag whose identifier matches the passed parameter.
getTagByName(String) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
 
getTagByName(String) - Method in interface org.codehaus.cargo.module.DescriptorType
Get a descriptor tag by name.
getTagName() - Method in class org.codehaus.cargo.module.DescriptorTag
getTagNamespace() - Method in class org.codehaus.cargo.module.DescriptorTag
Get tag namespace.
getTagNamespace() - Method in class org.codehaus.cargo.module.webapp.WebXml
Get the namespace that tags in this descriptor live in.
getTags(DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Get tags of a particular type.
getTags(String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Get tags of a particular type.
getTags(DescriptorTag) - Method in interface org.codehaus.cargo.module.Descriptor
Get tags of a particular type.
getText(Element) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns the text value of an element.
getTomcatContextXml() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatWarArchive
Returns the META-INF/context.xml deployment descriptor of the web application.
getType() - Method in class org.codehaus.cargo.module.webapp.EjbRef
Returns the type of reference.
getType() - Method in class org.codehaus.cargo.module.webapp.resin.elements.ResourceRef
Get the resource type that this is (eg JNDI).
getUrlPattern() - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
Get the URL Pattern.
getValue() - Method in class org.codehaus.cargo.module.webapp.resin.elements.SystemProperty
Get the system property value.
getVendorDescriptors() - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns all vendor descriptors associated with this J2EE deployment descriptor.
getVendorDescriptors() - Method in class org.codehaus.cargo.module.ejb.EjbJarXml
Returns all vendor descriptors associated with this J2EE deployment descriptor.
getVendorDescriptors() - Method in interface org.codehaus.cargo.module.J2eeDescriptor
Returns all vendor descriptors associated with this J2EE deployment descriptor.
getVendorDescriptors() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns all vendor descriptors associated with this web.xml.
getVendorWebAppDescriptor(WebXml, Class) - Method in class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Get the vendor web app descriptor out of the web xml.
getVersion() - Method in class org.codehaus.cargo.module.application.ApplicationXml
 
getVersion() - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
Returns the tag name.
getVersion() - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
Returns the tag name.
getVersion() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the servlet API version.
getVersion() - Method in class org.codehaus.cargo.module.webapp.WebXml22Type
Get the web xml version for his type.
getVersion() - Method in class org.codehaus.cargo.module.webapp.WebXml23Type
Get the web xml version for his type.
getVersion() - Method in class org.codehaus.cargo.module.webapp.WebXml24Type
Get the web xml version for his type.
getVersion() - Method in class org.codehaus.cargo.module.webapp.WebXml25Type
Get the web xml version for his type.
getVersion() - Method in class org.codehaus.cargo.module.webapp.WebXmlType
Get the web xml version for his type.
getVersion() - Method in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
Get the version that was determined.
getVersion() - Method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Returns the tag name.
getWarFile() - Method in class org.codehaus.cargo.module.webapp.merge.MergeWarFileDetails
 
getWebModule(String) - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns the element that contains the definition of a specific web module, or null if a web module with the specified web-uri is not defined.
getWebModule(String) - Method in class org.codehaus.cargo.module.application.DefaultEarArchive
Returns the web-app archive stored in the EAR with the specified URI.
getWebModule(String) - Method in interface org.codehaus.cargo.module.application.EarArchive
Returns the web-app archive stored in the EAR with the specified URI.
getWebModuleContextRoot(String) - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns the context root of the the specified web module.
getWebModuleUris() - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns an iterator over the URIs of the web modules defined in the descriptor.
getWebXml() - Method in class org.codehaus.cargo.module.webapp.DefaultWarArchive
Returns the deployment descriptor of the web application.
getWebXml() - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
Returns the deployment descriptor of the web application.
getWebXml() - Method in interface org.codehaus.cargo.module.webapp.WarArchive
Returns the deployment descriptor of the web application.
getWebXmlMerger() - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
Get the web XML merger.
getWebXmlMerger() - Method in class org.codehaus.cargo.module.webapp.merge.WarArchiveMerger
Get the class used for web xml merging.
Grammar - Interface in org.codehaus.cargo.module
Contains methods for retrieving grammar information for an XML file.

H

hasContextParam(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Returns whether a context param by the specified name is defined in the deployment descriptor.
hasFilter(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Returns whether a servlet filter by the specified name is defined in the deployment descriptor.
hashCode() - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
hashCode() - Method in class org.codehaus.cargo.module.DescriptorTag
hashCode() - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
hasLoginConfig(WebXml) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Does the descriptor have a login config?
hasSecurityConstraint(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Does the descriptor have a security constraint for a URL?
hasSecurityRole(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Does the role have a security definition?
hasServlet(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Does the web xml have a named servlet.
HOME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'home'.

I

IbmEjbJarBndXmi - Class in org.codehaus.cargo.module.ejb.websphere
Encapsulates the DOM representation of a websphere ejb deployment descriptor ibm-ejb-jar-bnd.xmi to provide convenience methods for easy access and manipulation.
IbmEjbJarBndXmi(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmi
Constructor.
IbmEjbJarBndXmiGrammar - Class in org.codehaus.cargo.module.ejb.websphere
Websphere specific grammar implementation.
IbmEjbJarBndXmiGrammar() - Constructor for class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiGrammar
 
IbmEjbJarBndXmiIo - Class in org.codehaus.cargo.module.ejb.websphere
Provides convenience methods for reading Webspeher ejb jar deployment descriptor.
IbmEjbJarBndXmiIo() - Constructor for class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiIo
Constructor.
IbmEjbJarBndXmiType - Class in org.codehaus.cargo.module.ejb.websphere
 
IbmEjbJarBndXmiType() - Constructor for class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiType
Protected constructor.
IbmWebBndXmi - Class in org.codehaus.cargo.module.webapp.websphere
Encapsulates the DOM representation of a websphere web deployment descriptor ibm-web-bnd.xmi to provide convenience methods for easy access and manipulation.
IbmWebBndXmi(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmi
Constructor.
IbmWebBndXmiGrammar - Class in org.codehaus.cargo.module.webapp.websphere
Grammar for a websphere web application descriptor.
IbmWebBndXmiGrammar() - Constructor for class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiGrammar
 
IbmWebBndXmiIo - Class in org.codehaus.cargo.module.webapp.websphere
Provides convenience methods for reading Websphere web deployment descriptor.
IbmWebBndXmiIo() - Constructor for class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiIo
Constructor.
IbmWebBndXmiType - Class in org.codehaus.cargo.module.webapp.websphere
 
IbmWebBndXmiType() - Constructor for class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiType
Protected constructor.
ICON - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'icon'.
ICON - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'icon'.
Identifier - Class in org.codehaus.cargo.module
Class used to work out how to 'identify' instances of DescrtiptorTags.
Identifier(String) - Constructor for class org.codehaus.cargo.module.Identifier
Constructor.
Identifier(Map, String) - Constructor for class org.codehaus.cargo.module.Identifier
 
IGNORE - Static variable in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
A default merge strategy for ignoring items.
inBoth(Descriptor, DescriptorElement, DescriptorElement) - Method in class org.codehaus.cargo.module.merge.tagstrategy.AbstractChoiceMergeStrategy
Process when the element appears in both descriptors.
inBoth(Descriptor, DescriptorElement, DescriptorElement) - Method in interface org.codehaus.cargo.module.merge.tagstrategy.MergeStrategy
Process when the element appears in both descriptors.
inBoth(Descriptor, DescriptorElement, DescriptorElement) - Method in class org.codehaus.cargo.module.merge.tagstrategy.NodeMergeStrategy
Process when the element appears in both descriptors.
init(Descriptor) - Method in interface org.codehaus.cargo.module.merge.DescriptorMerger
Initialise the merger with the base (first) item to be merged.
init(Descriptor) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
Initialize.
init(Descriptor) - Method in class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Initialise the merger with the base (first) item to be merged.
init(Descriptor) - Method in class org.codehaus.cargo.module.XmlMerger
Initialise the merger with the base (first) item to be merged.
INIT_AS - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'init-as'.
INIT_PARAM - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'init-param'.
InitParam - Class in org.codehaus.cargo.module.webapp.elements
Context Parameter class for accessing context parameters in a web.xml file.
InitParam(WebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.elements.InitParam
Constructor.
InitParam(WebXmlTag, String, String) - Constructor for class org.codehaus.cargo.module.webapp.elements.InitParam
Constructor.
inLeft(Descriptor, DescriptorElement) - Method in class org.codehaus.cargo.module.merge.tagstrategy.AbstractChoiceMergeStrategy
Process when the element appears just in the left descriptor.
inLeft(Descriptor, DescriptorElement) - Method in interface org.codehaus.cargo.module.merge.tagstrategy.MergeStrategy
Process when the element appears just in the left descriptor.
inLeft(Descriptor, DescriptorElement) - Method in class org.codehaus.cargo.module.merge.tagstrategy.NodeMergeStrategy
Process when the element appears just in the left descriptor.
inRight(Descriptor, DescriptorElement) - Method in class org.codehaus.cargo.module.merge.tagstrategy.AbstractChoiceMergeStrategy
Process when the element appears just in the left descriptor.
inRight(Descriptor, DescriptorElement) - Method in interface org.codehaus.cargo.module.merge.tagstrategy.MergeStrategy
Process when the element appears just in the left descriptor.
inRight(Descriptor, DescriptorElement) - Method in class org.codehaus.cargo.module.merge.tagstrategy.NodeMergeStrategy
Process when the element appears just in the left descriptor.
isLocal() - Method in class org.codehaus.cargo.module.webapp.EjbRef
Indicates if the ejb referenced is a local ejb.
isMultipleAllowed() - Method in class org.codehaus.cargo.module.DescriptorTag

J

J2eeDescriptor - Interface in org.codehaus.cargo.module
Common interface for all standard J2EE deployment descriptors (web.xml, ejb-jar.xml, etc).
JarArchive - Interface in org.codehaus.cargo.module
Provide convenient methods to read information from a Jar archive.
JarArchiveIo - Class in org.codehaus.cargo.module
Utility IO class for constructing Jar Archives.
JarArchiveIo() - Constructor for class org.codehaus.cargo.module.JarArchiveIo
Constructor.
JarArchiveUpdateable - Interface in org.codehaus.cargo.module
Marker interface for a Jar archive that can be updated in-place.
JBossWarArchive - Class in org.codehaus.cargo.module.webapp.jboss
Class that encapsulates access to a WAR.
JBossWarArchive(File) - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWarArchive
Constructor.
JBossWebXml - Class in org.codehaus.cargo.module.webapp.jboss
Encapsulates the DOM representation of a web deployment descriptor jboss-web.xml to provide convenience methods for easy access and manipulation.
JBossWebXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWebXml
Constructor.
JBossWebXmlIo - Class in org.codehaus.cargo.module.webapp.jboss
Provides convenience methods for reading JBoss web context descriptor.
JBossWebXmlIo(DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlIo
Constructor.
JBossWebXmlTag - Class in org.codehaus.cargo.module.webapp.jboss
Represents the various top-level tags in a JBoss web deployment descriptor as a typesafe enumeration.
JBossWebXmlTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
Constructor.
JBossWebXmlTag(DescriptorType, String) - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
Constructor.
JBossWebXmlType - Class in org.codehaus.cargo.module.webapp.jboss
 
JBossWebXmlType() - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlType
Protected Constructor.
JBossXml - Class in org.codehaus.cargo.module.ejb.jboss
Encapsulates the DOM representation of a jboss ejb deployment descriptor jboss.xml to provide convenience methods for easy access and manipulation.
JBossXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.ejb.jboss.JBossXml
Constructor.
JBossXmlIo - Class in org.codehaus.cargo.module.ejb.jboss
Provides convenience methods for reading JBoss ejb jar deployment descriptor.
JBossXmlIo() - Constructor for class org.codehaus.cargo.module.ejb.jboss.JBossXmlIo
Protected Constructor.
JBossXmlTag - Class in org.codehaus.cargo.module.ejb.jboss
Defines the JBoss XML tags.
JBossXmlTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.ejb.jboss.JBossXmlTag
Constructor.
JBossXmlTag(DescriptorType, String) - Constructor for class org.codehaus.cargo.module.ejb.jboss.JBossXmlTag
Constructor.
JBossXmlType - Class in org.codehaus.cargo.module.ejb.jboss
 
JBossXmlType() - Constructor for class org.codehaus.cargo.module.ejb.jboss.JBossXmlType
Protected constructor.
JNDI_LINK - Static variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Elements of jndi-link.
JNDI_NAME - Static variable in class org.codehaus.cargo.module.ejb.jboss.JBossXmlTag
jndi-name.
JNDI_NAME - Static variable in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
Element name 'jndi-name'.
JNDI_NAME - Static variable in class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
Element name 'jndi-name'.
JNDI_NAME - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'jndi-name'.
JndiLink - Class in org.codehaus.cargo.module.webapp.resin.elements
Wrapper Class representing a resin-web.xml JNDI link.
JndiLink(ResinWebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.resin.elements.JndiLink
Constructor.
JndiLink() - Constructor for class org.codehaus.cargo.module.webapp.resin.elements.JndiLink
Constructor.
JSP_DESCRIPTOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'jsp-descriptor'.
JSP_FILE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'jsp-file'.

L

Listener - Class in org.codehaus.cargo.module.webapp.elements
Context Parameter class for accessing context parameters in a web.xml file.
Listener(WebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.elements.Listener
Constructor.
LISTENER - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'listener'.
LOAD_ON_STARTUP - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'load-on-startup'.
LOCAL - Static variable in class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Element name 'local'.
LOCAL - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'local'.
LOCAL_HOME - Static variable in class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Element name 'local-home'.
LOCAL_HOME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'local-home'.
LOCAL_JNDI_NAME - Static variable in class org.codehaus.cargo.module.ejb.jboss.JBossXmlTag
local-jndi-name.
LOCAL_JNDI_NAME - Static variable in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
Element name 'local-jndi-name'.
LOCAL_JNDI_NAME - Static variable in class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
Element name 'local-jndi-name'.
LOGIN_CONFIG - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'login-config'.

M

merge(Descriptor) - Method in interface org.codehaus.cargo.module.merge.DescriptorMerger
Merge the descriptor with a second item.
merge(Descriptor) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
Merge this descriptor onto another.
merge(Descriptor) - Method in class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Merge the descriptor with a second item.
merge(ResinWebXml) - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger
Merges the merge descriptor with the original descriptor.
merge(Descriptor) - Method in class org.codehaus.cargo.module.XmlMerger
Merge the descriptor with a second item.
MergedWarArchive - Class in org.codehaus.cargo.module.webapp.merge
Subclass representing the merged WAR file.
MergeException - Exception in org.codehaus.cargo.module.merge
Class for various exceptions happening within merges.
MergeException(String) - Constructor for exception org.codehaus.cargo.module.merge.MergeException
 
MergeException(String, Throwable) - Constructor for exception org.codehaus.cargo.module.merge.MergeException
 
mergeFilters(WebXml) - Method in class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Merges the servlet definitions from the specified descriptor into the original descriptor.
mergeJarFiles(boolean) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
Control whether to also merge the JAR files.
MergeProcessor - Interface in org.codehaus.cargo.module.merge
Interface implemented by merger classes.
mergeSecurityRoles(WebXml) - Method in class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Merges the security roles from the provided descriptor into the original descriptor.
mergeServlets(WebXml) - Method in class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Merges the servlet definitions from the specified descriptor into the original descriptor.
MergeStrategy - Interface in org.codehaus.cargo.module.merge.tagstrategy
 
MergeWarFileDetails - Class in org.codehaus.cargo.module.webapp.merge
Class to store the war file that is required for saving, together with any options such as lib files for filtering.
MergeWarFileDetails(WarArchive) - Constructor for class org.codehaus.cargo.module.webapp.merge.MergeWarFileDetails
Constructor.
MIME_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'mime-mapping'.
MODULE - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'module'.

N

newWebXml(WebXmlVersion) - Static method in class org.codehaus.cargo.module.webapp.WebXmlIo
Creates a new empty deployment descriptor.
NodeMergeStrategy - Class in org.codehaus.cargo.module.merge.tagstrategy
A merging strategy that can be used to combine two XML documents together.
NodeMergeStrategy(DescriptorType, Element) - Constructor for class org.codehaus.cargo.module.merge.tagstrategy.NodeMergeStrategy
Constructor.
NodeMergeStrategy(DescriptorType, InputStream) - Constructor for class org.codehaus.cargo.module.merge.tagstrategy.NodeMergeStrategy
Constructor.
notationDecl(String, String, String) - Method in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser

O

open(String) - Static method in class org.codehaus.cargo.module.JarArchiveIo
Open a jar archive.
open(InputStream) - Static method in class org.codehaus.cargo.module.JarArchiveIo
Open a jar archive.
open(File) - Static method in class org.codehaus.cargo.module.JarArchiveIo
Open a jar archive.
open(String) - Static method in class org.codehaus.cargo.module.webapp.WarArchiveIo
Open a war archive.
open(InputStream) - Static method in class org.codehaus.cargo.module.webapp.WarArchiveIo
Open a war archive.
open(File) - Static method in class org.codehaus.cargo.module.webapp.WarArchiveIo
Open a war archive.
org.codehaus.cargo.module - package org.codehaus.cargo.module
 
org.codehaus.cargo.module.application - package org.codehaus.cargo.module.application
 
org.codehaus.cargo.module.ejb - package org.codehaus.cargo.module.ejb
 
org.codehaus.cargo.module.ejb.jboss - package org.codehaus.cargo.module.ejb.jboss
 
org.codehaus.cargo.module.ejb.orion - package org.codehaus.cargo.module.ejb.orion
 
org.codehaus.cargo.module.ejb.weblogic - package org.codehaus.cargo.module.ejb.weblogic
 
org.codehaus.cargo.module.ejb.websphere - package org.codehaus.cargo.module.ejb.websphere
 
org.codehaus.cargo.module.merge - package org.codehaus.cargo.module.merge
 
org.codehaus.cargo.module.merge.tagstrategy - package org.codehaus.cargo.module.merge.tagstrategy
 
org.codehaus.cargo.module.webapp - package org.codehaus.cargo.module.webapp
 
org.codehaus.cargo.module.webapp.elements - package org.codehaus.cargo.module.webapp.elements
 
org.codehaus.cargo.module.webapp.jboss - package org.codehaus.cargo.module.webapp.jboss
 
org.codehaus.cargo.module.webapp.merge - package org.codehaus.cargo.module.webapp.merge
 
org.codehaus.cargo.module.webapp.orion - package org.codehaus.cargo.module.webapp.orion
 
org.codehaus.cargo.module.webapp.resin - package org.codehaus.cargo.module.webapp.resin
 
org.codehaus.cargo.module.webapp.resin.elements - package org.codehaus.cargo.module.webapp.resin.elements
 
org.codehaus.cargo.module.webapp.tomcat - package org.codehaus.cargo.module.webapp.tomcat
 
org.codehaus.cargo.module.webapp.weblogic - package org.codehaus.cargo.module.webapp.weblogic
 
org.codehaus.cargo.module.webapp.websphere - package org.codehaus.cargo.module.webapp.websphere
 
OrionEjbJarXml - Class in org.codehaus.cargo.module.ejb.orion
Encapsulates the DOM representation of a oracle ejb deployment descriptor orion-ejb-jar.xml to provide convenience methods for easy access and manipulation.
OrionEjbJarXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXml
Constructor.
OrionEjbJarXmlIo - Class in org.codehaus.cargo.module.ejb.orion
Provides convenience methods for reading Oracle ejb jar deployment descriptor.
OrionEjbJarXmlIo() - Constructor for class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXmlIo
Protected constructor.
OrionEjbJarXmlType - Class in org.codehaus.cargo.module.ejb.orion
 
OrionEjbJarXmlType() - Constructor for class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXmlType
Protected constructor.
OrionWebXml - Class in org.codehaus.cargo.module.webapp.orion
Encapsulates the DOM representation of a oracle web deployment descriptor orion-web.xml to provide convenience methods for easy access and manipulation.
OrionWebXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.orion.OrionWebXml
Constructor.
OrionWebXmlIo - Class in org.codehaus.cargo.module.webapp.orion
Provides convenience methods for reading Oracle web deployment descriptor.
OrionWebXmlIo() - Constructor for class org.codehaus.cargo.module.webapp.orion.OrionWebXmlIo
 
OrionWebXmlIo(DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.orion.OrionWebXmlIo
Constructor.
OrionWebXmlType - Class in org.codehaus.cargo.module.webapp.orion
 
OrionWebXmlType() - Constructor for class org.codehaus.cargo.module.webapp.orion.OrionWebXmlType
Protected Constructor.
OVERWRITE - Static variable in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
A default merge strategy for overwriting items.

P

PARAM_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'param-name'.
PARAM_VALUE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'param-value'.
PARAMETER - Static variable in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag
Element name 'Parameter'.
parse() - Method in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
Perform the parsing of the passed stream, and return a Web XML from the contents.
parseApplicationXml(InputStream, EntityResolver) - Static method in class org.codehaus.cargo.module.application.ApplicationXmlIo
Parses a deployment descriptor provided as input stream.
parseApplicationXmlFromFile(File, EntityResolver) - Static method in class org.codehaus.cargo.module.application.ApplicationXmlIo
Parses a deployment descriptor stored in a regular file.
parseEjbJarXml(InputStream, EntityResolver) - Static method in class org.codehaus.cargo.module.ejb.EjbJarXmlIo
Parses a deployment descriptor provided as input stream.
parseIbmEjbJarXmi(InputStream) - Static method in class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiIo
Parses a deployment descriptor provided as input stream.
parseIbmWebBndXmi(InputStream) - Static method in class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiIo
Parses a deployment descriptor provided as input stream.
parseJBossWebXml(InputStream) - Static method in class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlIo
Parses a deployment descriptor provided as input stream.
parseJBossXml(InputStream) - Static method in class org.codehaus.cargo.module.ejb.jboss.JBossXmlIo
Parses a deployment descriptor provided as input stream.
parseOracleEjbJarXml(InputStream) - Static method in class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXmlIo
Parses a deployment descriptor provided as input stream.
parseOrionXml(InputStream) - Static method in class org.codehaus.cargo.module.webapp.orion.OrionWebXmlIo
Parses a deployment descriptor provided as input stream.
parseResinXml(InputStream) - Static method in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlIo
Parses a deployment descriptor provided as input stream.
parseTomcatConfigXml(InputStream) - Static method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlIo
Parses a deployment descriptor provided as input stream.
parseWeblogicEjbJarXml(InputStream) - Static method in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlIo
Parses a deployment descriptor provided as input stream.
parseWeblogicXml(InputStream) - Static method in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlIo
Parses a deployment descriptor provided as input stream.
parseWebXml(InputStream, EntityResolver) - Static method in class org.codehaus.cargo.module.webapp.WebXmlIo
Parses a deployment descriptor provided as input stream.
parseWebXmlFromFile(File, EntityResolver) - Static method in class org.codehaus.cargo.module.webapp.WebXmlIo
Parses a deployment descriptor stored in a regular file.
parseXml(InputStream) - Method in class org.codehaus.cargo.module.AbstractDescriptorIo
 
parseXml(InputStream, EntityResolver) - Method in class org.codehaus.cargo.module.AbstractDescriptorIo
Create a document from the input stream and resolver.
parseXml(InputStream) - Method in interface org.codehaus.cargo.module.DescriptorIo
Parse XML into a document.
parseXml(InputStream, EntityResolver) - Method in interface org.codehaus.cargo.module.DescriptorIo
 
performMerge() - Method in class org.codehaus.cargo.module.merge.DocumentMerger
Perform the merge.
performMerge() - Method in class org.codehaus.cargo.module.merge.DocumentMergerByXslt
Perform the merge.
performMerge() - Method in class org.codehaus.cargo.module.merge.DocumentStreamAdapter
Perform the merge.
performMerge() - Method in interface org.codehaus.cargo.module.merge.MergeProcessor
Perform the merge.
performMerge() - Method in class org.codehaus.cargo.module.webapp.merge.WarArchiveMerger
Perform the merge.
performMerge(File) - Method in class org.codehaus.cargo.module.webapp.merge.WarArchiveMerger
Perform the archive merge, using the specified file as the output destination.
PREPROCESSOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'preprocessor'.
PREPROCESSOR_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'preprocessor-mapping'.
PRESERVE - Static variable in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
A default merge strategy for preserving items.

R

REALM_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'realm-name'.
REFERENCE_DESCRIPTOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'reference-descriptor'.
REMOTE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'remote'.
ResinWebXml - Class in org.codehaus.cargo.module.webapp.resin
Encapsulates the DOM representation of a web deployment descriptor resin-web.xml to provide convenience methods for easy access and manipulation.
ResinWebXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Constructor.
ResinWebXmlIo - Class in org.codehaus.cargo.module.webapp.resin
Provides convenience methods for reading Resin web deployment descriptor.
ResinWebXmlIo() - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXmlIo
Protected constructor.
ResinWebXmlMerger - Class in org.codehaus.cargo.module.webapp.resin
Class to manage the merging of two resin web descriptors.
ResinWebXmlMerger(ResinWebXml) - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger
Constructor.
ResinWebXmlTag - Class in org.codehaus.cargo.module.webapp.resin
Represents the various top-level tags in a Resin context web deployment descriptor as a typesafe enumeration.
ResinWebXmlTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Constructor.
ResinWebXmlTag(DescriptorType, String) - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Constructor.
ResinWebXmlType - Class in org.codehaus.cargo.module.webapp.resin
 
ResinWebXmlType() - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXmlType
Protected Constructor.
resolveEntity(String, String) - Method in class org.codehaus.cargo.module.XmlEntityResolver
RESOURCE_DESCRIPTION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'resource-description'.
RESOURCE_ENV_DESCRIPTION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'resource-env-description'.
RESOURCE_ENV_REF - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'resource-env-ref'.
RESOURCE_REF - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'resource-ref'.
RESOURCE_REFERENCE - Static variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Elements of resource-ref.
ResourceRef - Class in org.codehaus.cargo.module.webapp.resin.elements
Wrapper class representing a resin-web resource-ref entry.
ResourceRef(ResinWebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.resin.elements.ResourceRef
Constructor.
ResourceRef() - Constructor for class org.codehaus.cargo.module.webapp.resin.elements.ResourceRef
Constructor.
ROLE_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'role-name'.
RUN_AS - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'run-as'.
RUN_AS_ROLE_ASSIGNMENT - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'run-as-role-assignment'.

S

SECURITY_CONSTRAINT - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'security-constraint'.
SECURITY_PERMISSION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'security-permission'.
SECURITY_ROLE - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'security-role'.
SECURITY_ROLE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'security-role'.
SECURITY_ROLE_ASSIGNMENT - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'security-role-assignment'.
SecurityConstraint - Class in org.codehaus.cargo.module.webapp.elements
 
SecurityConstraint(WebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.elements.SecurityConstraint
Constructor.
Servlet - Class in org.codehaus.cargo.module.webapp.elements
 
Servlet(WebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.elements.Servlet
Constructor.
Servlet(WebXmlTag, String, String) - Constructor for class org.codehaus.cargo.module.webapp.elements.Servlet
Constructor.
SERVLET - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'servlet'.
SERVLET_CLASS - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'servlet-class'.
SERVLET_DESCRIPTOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'servlet-descriptor'.
SERVLET_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'servlet-mapping'.
SERVLET_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'servlet-name'.
SESSION - Static variable in class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Element name 'session'.
Session - Class in org.codehaus.cargo.module.ejb
Class representing a session ejb definition in an ejb-jar.xml descriptor.
Session() - Constructor for class org.codehaus.cargo.module.ejb.Session
 
SESSION - Static variable in class org.codehaus.cargo.module.webapp.EjbRef
Constant representing an session ejb reference.
SESSION_CONFIG - Static variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Elements of session-config.
SESSION_CONFIG - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'session-config'.
SESSION_DESCRIPTOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'session-descriptor'.
setDefaultStrategyIfNoneSpecified(MergeStrategy) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
setDescriptorIo(DescriptorIo) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
Set the IO class for this descriptor type.
setDescriptorIo(DescriptorIo) - Method in class org.codehaus.cargo.module.merge.DocumentStreamAdapter
 
setDescriptorType(DescriptorType) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
setEjbHomeInterface(String) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Sets the ejb home interface.
setEjbInterface(String) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Sets the ejb interface.
setEjbName(String) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Sets the ejb name.
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.module.DefaultJarArchive
 
setFilterClass(String) - Method in class org.codehaus.cargo.module.webapp.elements.Filter
Set the filter class.
setFilterName(String) - Method in class org.codehaus.cargo.module.webapp.elements.Filter
 
setFilterName(String) - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
Set the filter name.
setId(String) - Method in class org.codehaus.cargo.module.ejb.EjbDef
Id setter.
setJndiName(String) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Sets the jndi name.
setLocal(String) - Method in class org.codehaus.cargo.module.ejb.EjbDef
Local setter.
setLocal(boolean) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Set if the referenced ejb is a local ejb.
setLocalHome(String) - Method in class org.codehaus.cargo.module.ejb.EjbDef
LocalHome setter.
setLoginConfig(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Set the login config.
setMergeJarFiles(boolean) - Method in class org.codehaus.cargo.module.webapp.merge.WarArchiveMerger
Control whether the merge should include JAR files.
setName(String) - Method in class org.codehaus.cargo.module.ejb.EjbDef
Name setter.
setName(String) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Sets the name of the reference.
setParamName(String) - Method in class org.codehaus.cargo.module.webapp.elements.ContextParam
Set the parameter name.
setParamName(String) - Method in class org.codehaus.cargo.module.webapp.elements.InitParam
 
setParamValue(String) - Method in class org.codehaus.cargo.module.webapp.elements.ContextParam
Set the parameter value.
setParamValue(String) - Method in class org.codehaus.cargo.module.webapp.elements.InitParam
 
setServletClass(String) - Method in class org.codehaus.cargo.module.webapp.elements.Servlet
 
setServletName(String) - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
Set the servlet name.
setServletName(String) - Method in class org.codehaus.cargo.module.webapp.elements.Servlet
 
setStrategy(String, MergeStrategy) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
Set the merging strategy for a particular tag.
setTag(DescriptorTag) - Method in class org.codehaus.cargo.module.DescriptorElement
 
setType(String) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Sets the type of the reference.
setUrlPattern(String) - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
Set the URL Pattern.
setValue(String) - Method in class org.codehaus.cargo.module.webapp.resin.elements.SystemProperty
Set the system property value.
startElement(String, String, String, Attributes) - Method in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
store(File) - Method in class org.codehaus.cargo.module.webapp.DefaultWarArchive
Stores the war archive to file.
store(File) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
The actual merging takes place on the store() method, which writes combined archive out into the new location.
store(File) - Method in interface org.codehaus.cargo.module.webapp.WarArchive
Stores the war archive to file.
streamToByteArray(InputStream) - Method in class org.codehaus.cargo.module.DefaultJarArchive
Read a stream into a byte array.
SYSTEM_PROPERTY - Static variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Attribute name 'path'.
SystemProperty - Class in org.codehaus.cargo.module.webapp.resin.elements
Wrapper Class representing a resin-web.xml system property.
SystemProperty(ResinWebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.resin.elements.SystemProperty
Constructor.
SystemProperty() - Constructor for class org.codehaus.cargo.module.webapp.resin.elements.SystemProperty
Constructor.

T

TAGLIB - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'taglib'.
TomcatContextXml - Class in org.codehaus.cargo.module.webapp.tomcat
Encapsulates the DOM representation of a web deployment descriptor META-INF/context.xml to provide convenience methods for easy access and manipulation.
TomcatContextXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
Constructor.
TomcatContextXmlIo - Class in org.codehaus.cargo.module.webapp.tomcat
Provides convenience methods for reading Tomcat web deployment descriptor.
TomcatContextXmlIo() - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlIo
Constructor.
TomcatContextXmlTag - Class in org.codehaus.cargo.module.webapp.tomcat
Represents the various top-level tags in a Tomcat context web deployment descriptor as a typesafe enumeration.
TomcatContextXmlTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag
Constructor.
TomcatContextXmlTag(DescriptorType, String) - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag
Constructor.
TomcatContextXmlType - Class in org.codehaus.cargo.module.webapp.tomcat
 
TomcatContextXmlType() - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlType
 
TomcatWarArchive - Class in org.codehaus.cargo.module.webapp.tomcat
Class that encapsulates access to a WAR.
TomcatWarArchive(String) - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatWarArchive
Constructor.
toString() - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
toString() - Method in class org.codehaus.cargo.module.DescriptorTag
toString() - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
toString() - Method in class org.codehaus.cargo.module.webapp.WebXmlVersion

U

unparsedEntityDecl(String, String, String, String) - Method in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
URL_MATCH_MAP - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'url-match-map'.
URL_PATTERN - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'url-pattern'.

V

V1_2 - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlVersion
Instance for version 1.2.
V1_3 - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlVersion
Instance for version 1.3.
V2_0 - Static variable in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
Instance for version 2.0.
V2_2 - Static variable in class org.codehaus.cargo.module.webapp.WebXmlVersion
Instance for version 2.2.
V2_3 - Static variable in class org.codehaus.cargo.module.webapp.WebXmlVersion
Instance for version 2.3.
V2_4 - Static variable in class org.codehaus.cargo.module.webapp.WebXmlVersion
Instance for version 2.4.
V2_5 - Static variable in class org.codehaus.cargo.module.webapp.WebXmlVersion
Instance for version 2.5.
valueOf(DocType) - Static method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
Returns the version corresponding to the given document type.
valueOf(String) - Static method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
Returns the version corresponding to the given public ID.
valueOf(DocumentType) - Static method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
Returns the version corresponding to the given document type.
valueOf(String) - Static method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
Returns the version corresponding to the given public ID.
valueOf(DocType) - Static method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Returns the version corresponding to the given document type.
valueOf(Element) - Static method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Returns the version corresponding to the given element.
valueOf(String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Returns the version corresponding to the given public ID.
VendorDescriptor - Interface in org.codehaus.cargo.module
Base interface for vendor specific descriptors.
VendorEjbDescriptor - Interface in org.codehaus.cargo.module.ejb
Base interface for vendor specific EJB descriptors.
VendorWebAppDescriptor - Interface in org.codehaus.cargo.module.webapp
Common interface for vendor specific deployment descriptors.
version - Variable in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
The version that we think the XML data is.
VIRTUAL_DIRECTORY_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'virtual-directory-mapping'.

W

WarArchive - Interface in org.codehaus.cargo.module.webapp
Encapsulates access to a WAR.
WarArchiveIo - Class in org.codehaus.cargo.module.webapp
Utility IO class for constructing War Archives.
WarArchiveIo() - Constructor for class org.codehaus.cargo.module.webapp.WarArchiveIo
Constructor.
WarArchiveMerger - Class in org.codehaus.cargo.module.webapp.merge
Class for merging two War Archives into each other.
WarArchiveMerger() - Constructor for class org.codehaus.cargo.module.webapp.merge.WarArchiveMerger
Constructor Class for merging War archives together.
WEB - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'web'.
WEB_RESOURCE_COLLECTION - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'web-resource-collection'.
WEB_RESOURCE_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'web-resource-name'.
WEB_URI - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'web-uri'.
WEBLOGIC_VERSION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'weblogic-version'.
WeblogicEjbJarXml - Class in org.codehaus.cargo.module.ejb.weblogic
Encapsulates the DOM representation of a weblogic ejb deployment descriptor weblogic-ejb-jar.xml to provide convenience methods for easy access and manipulation.
WeblogicEjbJarXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXml
Constructor.
WeblogicEjbJarXmlIo - Class in org.codehaus.cargo.module.ejb.weblogic
Provides convenience methods for reading Weblogic ejb jar deployment descriptor.
WeblogicEjbJarXmlIo() - Constructor for class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlIo
Protected Constrictor.
WeblogicEjbJarXmlTag - Class in org.codehaus.cargo.module.ejb.weblogic
Represents the various tags in a weblogic ejb jar deployment descriptor.
WeblogicEjbJarXmlTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
Constructor.
WeblogicEjbJarXmlTag(DescriptorType, String) - Constructor for class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
Constructor.
WeblogicEjbJarXmlType - Class in org.codehaus.cargo.module.ejb.weblogic
 
WeblogicEjbJarXmlType() - Constructor for class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlType
 
WeblogicXml - Class in org.codehaus.cargo.module.webapp.weblogic
Encapsulates the DOM representation of a weblogic web deployment descriptor weblogic.xml to provide convenience methods for easy access and manipulation.
WeblogicXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.weblogic.WeblogicXml
Constructor.
WeblogicXmlIo - Class in org.codehaus.cargo.module.webapp.weblogic
Provides convenience methods for reading Weblogic web deployment descriptor.
WeblogicXmlIo() - Constructor for class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlIo
Constructor.
WeblogicXmlTag - Class in org.codehaus.cargo.module.webapp.weblogic
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
WeblogicXmlTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Constructor.
WeblogicXmlTag(DescriptorType, String) - Constructor for class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Constructor.
WeblogicXmlType - Class in org.codehaus.cargo.module.webapp.weblogic
 
WeblogicXmlType() - Constructor for class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlType
Constructor.
WebXml - Class in org.codehaus.cargo.module.webapp
Encapsulates the DOM representation of a web deployment descriptor web.xml to provide convenience methods for easy access and manipulation.
WebXml() - Constructor for class org.codehaus.cargo.module.webapp.WebXml
Constructor.
WebXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.WebXml
Constructor.
WebXml22Type - Class in org.codehaus.cargo.module.webapp
Web 2.2 Descriptor.
WebXml22Type() - Constructor for class org.codehaus.cargo.module.webapp.WebXml22Type
Protected Constructor.
WebXml22Type(AbstractDescriptorType, Dtd) - Constructor for class org.codehaus.cargo.module.webapp.WebXml22Type
Protected constructor.
WebXml23Type - Class in org.codehaus.cargo.module.webapp
Web 2.3 Descriptor.
WebXml23Type() - Constructor for class org.codehaus.cargo.module.webapp.WebXml23Type
Protected constructor.
WebXml24Type - Class in org.codehaus.cargo.module.webapp
Web 2.4 Descriptor.
WebXml24Type() - Constructor for class org.codehaus.cargo.module.webapp.WebXml24Type
Protected constructor.
WebXml25Type - Class in org.codehaus.cargo.module.webapp
Web 2.5 Descriptor.
WebXml25Type() - Constructor for class org.codehaus.cargo.module.webapp.WebXml25Type
Protected constructor.
WebXmlElement - Class in org.codehaus.cargo.module.webapp.elements
 
WebXmlElement(WebXmlTag) - Constructor for class org.codehaus.cargo.module.webapp.elements.WebXmlElement
Constructor.
WebXmlElement(WebXmlTag, Element) - Constructor for class org.codehaus.cargo.module.webapp.elements.WebXmlElement
Constructor.
WebXmlIo - Class in org.codehaus.cargo.module.webapp
Provides convenience methods for reading and writing web deployment descriptors.
WebXmlIo(DescriptorType) - Constructor for class org.codehaus.cargo.module.webapp.WebXmlIo
Constructor.
WebXmlMerger - Class in org.codehaus.cargo.module.webapp.merge
Helper class that can merge two web deployment descriptors.
WebXmlMerger() - Constructor for class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Constructor.
WebXmlMerger(Descriptor) - Constructor for class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Constructor.
WebXmlTag - Class in org.codehaus.cargo.module.webapp
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
WebXmlTag(DescriptorType, String, boolean, Identifier, Class) - Constructor for class org.codehaus.cargo.module.webapp.WebXmlTag
Constructor.
WebXmlTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.WebXmlTag
Constructor.
WebXmlTag(DescriptorType, String) - Constructor for class org.codehaus.cargo.module.webapp.WebXmlTag
Constructor.
WebXmlType - Class in org.codehaus.cargo.module.webapp
A document type for web.xml web deployment descriptors.
WebXmlType(AbstractDescriptorType, Dtd) - Constructor for class org.codehaus.cargo.module.webapp.WebXmlType
Protected constructor.
WebXmlTypeAwareParser - Class in org.codehaus.cargo.module.webapp
SAX Handler for working out what the type of a web descriptor is.
WebXmlTypeAwareParser(InputStream, EntityResolver) - Constructor for class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
Constructor.
WebXmlUtils - Class in org.codehaus.cargo.module.webapp
 
WebXmlVersion - Class in org.codehaus.cargo.module.webapp
Enumerated type that represents the version of the web deployment descriptor.
WELCOME_FILE_LIST - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'welcome-file-list'.
WL_DISPATCH_POLICY - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'wl-dispatch-policy'.
writeAll(J2eeDescriptor, String) - Static method in class org.codehaus.cargo.module.AbstractDescriptorIo
Writes the WebXml and its associated vendor descriptors to the specified directory.
writeApplicationXml(ApplicationXml, File) - Static method in class org.codehaus.cargo.module.application.ApplicationXmlIo
Writes the specified document to a file.
writeApplicationXml(ApplicationXml, File, String) - Static method in class org.codehaus.cargo.module.application.ApplicationXmlIo
Writes the specified document to a file.
writeApplicationXml(ApplicationXml, File, String, boolean) - Static method in class org.codehaus.cargo.module.application.ApplicationXmlIo
Writes the specified document to a file.
writeApplicationXml(ApplicationXml, OutputStream, String, boolean) - Static method in class org.codehaus.cargo.module.application.ApplicationXmlIo
Writes the specified document to an output stream.
writeDescriptor(Descriptor, File) - Static method in class org.codehaus.cargo.module.AbstractDescriptorIo
Writes the specified document to a file.
writeDescriptor(Descriptor, File, String) - Static method in class org.codehaus.cargo.module.AbstractDescriptorIo
Writes the specified document to a file.
writeDescriptor(Descriptor, File, String, boolean) - Static method in class org.codehaus.cargo.module.AbstractDescriptorIo
Writes the specified document to a file.
writeDescriptor(Descriptor, OutputStream, String, boolean) - Static method in class org.codehaus.cargo.module.AbstractDescriptorIo
Writes the specified document to an output stream.

X

XmlEntityResolver - Class in org.codehaus.cargo.module
Implementation of the SAX EntityResolver interface that looks up the web-app DTDs from the JAR.
XmlEntityResolver() - Constructor for class org.codehaus.cargo.module.XmlEntityResolver
 
XmlMerger - Class in org.codehaus.cargo.module
Class for merging XML FIles.
XmlMerger() - Constructor for class org.codehaus.cargo.module.XmlMerger
 

A C D E F G H I J L M N O P R S T U V W X

Copyright © 2004-2011 Codehaus. All Rights Reserved.