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

A

AUTH_CONSTRAINT - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
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.WebXmlTag
Element name 'auth-method'.
AbstractChoiceMergeStrategy - class org.codehaus.cargo.module.merge.strategy.AbstractChoiceMergeStrategy.
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.strategy.AbstractChoiceMergeStrategy
 
AbstractDescriptor - class org.codehaus.cargo.module.AbstractDescriptor.
Encapsulates the DOM representation of a deployment descriptor to provide convenience methods for easy access and manipulation.
AbstractDescriptor(Document, Grammar) - Constructor for class org.codehaus.cargo.module.AbstractDescriptor
Constructor.
AbstractDescriptorIo - class org.codehaus.cargo.module.AbstractDescriptorIo.
Provides convenience methods for reading and writing web deployment descriptors.
AbstractDescriptorIo() - Constructor for class org.codehaus.cargo.module.AbstractDescriptorIo
Utility class should not have a public or default constructor.
AbstractElement - class org.codehaus.cargo.module.internal.util.xml.AbstractElement.
Simple wrapped abstract element so that subclasses can bind to particular attributes.
AbstractElement(Element) - Constructor for class org.codehaus.cargo.module.internal.util.xml.AbstractElement
Constructor.
AbstractMergeSet - class org.codehaus.cargo.module.merge.AbstractMergeSet.
Abstract class containing a set of items that need to be merged, split up into items that just appear in the left-hand side, those in the right-hand side, and those that are in both (potential conflicts).
AbstractMergeSet() - Constructor for class org.codehaus.cargo.module.merge.AbstractMergeSet
 
AbstractNode - class org.codehaus.cargo.module.internal.util.xml.AbstractNode.
Simple wrapped abstract node.
AbstractNode(Node) - Constructor for class org.codehaus.cargo.module.internal.util.xml.AbstractNode
 
AbstractNodeList - class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList.
Wrapped NodeList that provides accessors and iterators.
AbstractNodeList(Element, NodeList) - Constructor for class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList
Constructor.
ApplicationXml - class org.codehaus.cargo.module.application.ApplicationXml.
Encapsulates the DOM representation of an EAR descriptor (application.xml) to provide convenience methods for easy access and manipulation.
ApplicationXml(Document) - Constructor for class org.codehaus.cargo.module.application.ApplicationXml
Constructor.
ApplicationXmlIo - class org.codehaus.cargo.module.application.ApplicationXmlIo.
Provides convenience methods for reading and writing enterprise application deployment descriptors (application.xml).
ApplicationXmlTag - class org.codehaus.cargo.module.application.ApplicationXmlTag.
Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration.
ApplicationXmlTag(String, boolean) - Constructor for class org.codehaus.cargo.module.application.ApplicationXmlTag
Constructor.
ApplicationXmlTag(String) - Constructor for class org.codehaus.cargo.module.application.ApplicationXmlTag
Constructor.
ApplicationXmlVersion - class org.codehaus.cargo.module.application.ApplicationXmlVersion.
Enumerated type that represents the version of the deployment descriptor of a enterprise application (application.xml).
add(Element) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList
Add an item to the list.
add(Element) - Method in class org.codehaus.cargo.module.merge.AbstractMergeSet
As a result of the merge, add an element to the output.
add(Element) - Method in class org.codehaus.cargo.module.merge.MergeElement
As a result of the merge, add an element to the output.
add(Element) - Method in class org.codehaus.cargo.module.merge.MergeNodeList
As a result of the merge, add an element to the output.
addContextParam(Element) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a new context-param element to the descriptor.
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(EjbRef) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds an ejb-ref.
addEjbReference(String, String) - Method in interface org.codehaus.cargo.module.webapp.VendorWebAppDescriptor
Adds an ejb reference to the descriptor.
addEjbReference(String, String) - Method in class org.codehaus.cargo.module.webapp.orion.OrionWebXml
Adds a ejb reference description to orion-web.xml.
addEjbReference(String, String) - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Adds a ejb reference description to orion-web.xml.
addEjbReference(String, String) - Method in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXml
Adds a ejb reference description to the weblogic.xml.
addEjbReference(String, String) - 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.
addFilter(String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a new servlet filter to the descriptor.
addFilter(Element) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a new servlet filter to the descriptor.
addFilterInitParam(String, String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds an initialization parameter to the specified filter.
addFilterMapping(String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a filter mapping to the descriptor.
addJspFile(String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a mapped JSP file to the descriptor.
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.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.WarArchiveMerger.MergedWarArchive.ArchiveResourceMerger
Add an item into the merge.
addMergeItem(Object) - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger
Add an item to be merged.
addMergeProcessor(String, MergeProcessor) - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger
Add a merging processor that merges specified items witin the war files.
addProcessor(String, MergeProcessor) - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive
 
addRootElement(DescriptorTag, Element) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds an element of the specified tag to root of the descriptor.
addSecurityConstraint(String, String, List) - Method in class org.codehaus.cargo.module.webapp.WebXml
Creates and adds a security-constraint to the descriptor.
addSecurityRole(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a new security role to the descriptor.
addServlet(String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a new servlet to the descriptor.
addServlet(Element) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a new servlet to the descriptor.
addServletInitParam(String, String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds an initialization parameter to the specified servlet.
addServletMapping(String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a servlet mapping to the descriptor.
addServletRunAsRoleName(String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Adds a run-as declaration to the specified servlet.
addStrategyForName(String, MergeStrategy) - Method in class org.codehaus.cargo.module.merge.strategy.ChooseByNameMergeStrategy
If the element has this name, then use this strategy.
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.
appendChild(Node) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode

C

CHARSET_PARAMS - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'charset-params'.
CONTAINER_DESCRIPTOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'container-descriptor'.
CONTEXT_PARAM - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
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'.
ChooseByNameMergeStrategy - class org.codehaus.cargo.module.merge.strategy.ChooseByNameMergeStrategy.
A merging strategy that is determined by name.
ChooseByNameMergeStrategy(MergeStrategy) - Constructor for class org.codehaus.cargo.module.merge.strategy.ChooseByNameMergeStrategy
Constructor.
ContextParam - class org.codehaus.cargo.module.webapp.ContextParam.
Context Parameter class for accessing context parameters in a web.xml file.
ContextParam(Element) - Constructor for class org.codehaus.cargo.module.webapp.ContextParam
Constructor.
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.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.
cloneNode(boolean) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
compareDocumentPosition(Node) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
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
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.WarArchiveMerger.MergedWarArchive
Returns whether a class of the specified name is contained in the archive.
createDocumentBuilder() - Static method in class org.codehaus.cargo.module.AbstractDescriptorIo
 
createFromNames(AbstractNodeList, AbstractNodeList) - Static method in class org.codehaus.cargo.module.merge.MergeNodeList
Static constructor.
createNestedText(DescriptorTag, String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Creates an element that contains nested text.

D

DESCRIPTION - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'description'.
DESCRIPTION - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'description'.
DESCRIPTION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'description'.
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'.
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.WebXmlTag
Element name 'display-name'.
DISTRIBUTABLE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'distributable'.
DefaultEarArchive - class org.codehaus.cargo.module.application.DefaultEarArchive.
Encapsulates access to an EAR.
DefaultEarArchive(String) - Constructor for class org.codehaus.cargo.module.application.DefaultEarArchive
{@inheritDoc}
DefaultEarArchive(InputStream) - Constructor for class org.codehaus.cargo.module.application.DefaultEarArchive
Constructor.
DefaultEjbArchive - class org.codehaus.cargo.module.ejb.DefaultEjbArchive.
Class that encapsulates access to an EJB JAR.
DefaultEjbArchive(String) - Constructor for class org.codehaus.cargo.module.ejb.DefaultEjbArchive
{@inheritDoc}
DefaultEjbArchive(InputStream) - Constructor for class org.codehaus.cargo.module.ejb.DefaultEjbArchive
Constructor.
DefaultJarArchive - class org.codehaus.cargo.module.DefaultJarArchive.
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 org.codehaus.cargo.module.webapp.DefaultWarArchive.
Class that encapsulates access to a WAR.
DefaultWarArchive(String) - Constructor for class org.codehaus.cargo.module.webapp.DefaultWarArchive
{@inheritDoc}
DefaultWarArchive(InputStream) - Constructor for class org.codehaus.cargo.module.webapp.DefaultWarArchive
Constructor.
Descriptor - interface org.codehaus.cargo.module.Descriptor.
Common interface for Deployment Descriptors.
DescriptorTag - class org.codehaus.cargo.module.DescriptorTag.
Represents the various top-level tags in a deployment descriptor as a typesafe enumeration.
DescriptorTag(String, boolean) - Constructor for class org.codehaus.cargo.module.DescriptorTag
Constructor.
DocumentMerger - class org.codehaus.cargo.module.merge.DocumentMerger.
Class that can merge two DOM Documents, relatively simply.
DocumentMerger() - Constructor for class org.codehaus.cargo.module.merge.DocumentMerger
 
DocumentStreamAdapter - class org.codehaus.cargo.module.merge.DocumentStreamAdapter.
Adapter class to convert streams into documents.
DocumentStreamAdapter(MergeProcessor) - Constructor for class org.codehaus.cargo.module.merge.DocumentStreamAdapter
constructor.
Dtd - class org.codehaus.cargo.module.Dtd.
Contains methods for getting information from a dtd.
Dtd(String) - Constructor for class org.codehaus.cargo.module.Dtd
Contructor.
DtdParseException - exception org.codehaus.cargo.module.DtdParseException.
Exception thrown to indicate that a certain DTD couldn't be parsed.
DtdParseException() - Constructor for class org.codehaus.cargo.module.DtdParseException
Constructor.
DtdParseException(String) - Constructor for class org.codehaus.cargo.module.DtdParseException
Constructor.
DtdParseException(String, Throwable) - Constructor for class org.codehaus.cargo.module.DtdParseException
Constructor.
DtdParseException(Throwable) - Constructor for class org.codehaus.cargo.module.DtdParseException
Constructor.

E

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.WebXmlTag
Element name 'local-home'.
EJB_LOCAL_REF - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
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.weblogic.WeblogicEjbJarXmlTag
Element name 'ejb-name'.
EJB_REF - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'ejb-ref'.
EJB_REFERENCE_DESCRIPTION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'ejb-reference-description'.
EJB_REF_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
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_TYPE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'ejb-ref-type'.
ENTITY - Static variable in class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Element name '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.WebXmlTag
Element name 'env-entry'.
ERROR_PAGE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'error-page'.
EarArchive - interface org.codehaus.cargo.module.application.EarArchive.
Class that encapsulates access to an EAR.
EjbArchive - interface org.codehaus.cargo.module.ejb.EjbArchive.
Class that encapsulates access to an EJB JAR.
EjbDef - class org.codehaus.cargo.module.ejb.EjbDef.
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 org.codehaus.cargo.module.ejb.EjbJarXml.
Encapsulates the DOM representation of a ejb deployment descriptor ejb-jar.xml to provide convenience methods for easy access and manipulation.
EjbJarXml(Document) - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXml
Constructor.
EjbJarXmlIo - class org.codehaus.cargo.module.ejb.EjbJarXmlIo.
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 org.codehaus.cargo.module.ejb.EjbJarXmlTag.
Represents the various tags in a ejb jar deployment descriptor.
EjbJarXmlTag(String, boolean) - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Constructor.
EjbJarXmlTag(String) - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Constructor.
EjbJarXmlVersion - class org.codehaus.cargo.module.ejb.EjbJarXmlVersion.
Enumerated type that represents the version of the deployment descriptor of a ejb descriptor (ejb-jar.xml).
EjbRef - class org.codehaus.cargo.module.webapp.EjbRef.
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.
Entity - class org.codehaus.cargo.module.ejb.Entity.
Class representing an entity ejb definition in an ejb-jar.xml descriptor.
Entity() - Constructor for class org.codehaus.cargo.module.ejb.Entity
 
equals(Object) - Method in class org.codehaus.cargo.module.DescriptorTag
equals(Object) - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
equals(Object) - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
execute(File) - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive.ArchiveResourceMerger
Execute the merge into the assembly directory.
executeMergeProcessors(File) - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive
 
expandToPath(String) - Method in class org.codehaus.cargo.module.DefaultJarArchive
Expand the archive to the specified directory.
expandToPath(String) - Method in interface org.codehaus.cargo.module.JarArchive
Expand the archive to the specified directory.
expandToPath(String) - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive
Expand the archive to the specified directory.

F

FILTER - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'filter'.
FILTER_CLASS - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'filter-class'.
FILTER_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'filter-mapping'.
FILTER_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'filter-name'.
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.WarArchiveMerger.MergedWarArchive
Returns the full path of a named resource in the archive.
firstWarFile() - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive
 

G

Grammar - interface org.codehaus.cargo.module.Grammar.
Contains methods for retrieving grammar information for an XML file.
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.
getAttribute(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
getAttributeNS(String, String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
getAttributeNode(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
getAttributeNodeNS(String, String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
getAttributes() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getBaseURI() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
getByElementId(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList
Get an element by comparing the provided name to each element in turn.
getChildNodes() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getChildText(Element, DescriptorTag) - 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(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
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.
getContextParamName(Element) - Method in class org.codehaus.cargo.module.webapp.WebXml
 
getContextParams() - Method in class org.codehaus.cargo.module.webapp.WebXml
Get the context parameters.
getContextRoot() - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWebXml
 
getDirectoryServlet() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Get the directory servlet.
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
Returns the DOM document representing the deployment descriptor.
getDocument() - Method in interface org.codehaus.cargo.module.Descriptor
Returns the DOM Document that this Descriptor holds as its internal XML representation.
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.
getElement() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
 
getElementId() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
Overridden by concrete implementors to return some reasonable identifier for this section of XML.
getElementId() - Method in class org.codehaus.cargo.module.webapp.ContextParam
Overridden by concrete implementors to return some reasonable identifier for this section of XML.
getElementId() - Method in class org.codehaus.cargo.module.webapp.Listener
Overridden by concrete implementors to return some reasonable identifier for this section of XML.
getElementId() - Method in class org.codehaus.cargo.module.webapp.resin.JndiLink
Overridden by concrete implementors to return some reasonable identifier for this section of XML.
getElementId() - Method in class org.codehaus.cargo.module.webapp.resin.ResourceRef
Overridden by concrete implementors to return some reasonable identifier for this section of XML.
getElementId() - Method in class org.codehaus.cargo.module.webapp.resin.SystemProperty
Overridden by concrete implementors to return some reasonable identifier for this section of XML.
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 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.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 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(ApplicationXmlTag) - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns an iterator over the elements that match the specified tag.
getElementsByTagName(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
getElementsByTagNameNS(String, String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
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.
getFeature(String, String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
getFileHandler() - Method in class org.codehaus.cargo.module.DefaultJarArchive
 
getFileName() - Method in interface org.codehaus.cargo.module.Descriptor
Returns the file name of this descriptor.
getFileName() - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
getFileName() - Method in class org.codehaus.cargo.module.ejb.EjbJarXml
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
getFileName() - Method in class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXml
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
getFileName() - Method in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXml
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
getFileName() - Method in class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmi
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
getFileName() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
getFileName() - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWebXml
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
getFileName() - Method in class org.codehaus.cargo.module.webapp.orion.OrionWebXml
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
getFileName() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
getFileName() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
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. For example "web.xml", "weblogic.xml", etc.
getFilter(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the element that contains the definition of a specific servlet filter, or null if a filter of the specified name is not defined in the descriptor.
getFilterInitParam(String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the value of an initialization parameter of the specified filter.
getFilterInitParamNames(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the names of the initialization parameters of the specified servlet filter.
getFilterMappings(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the URL-patterns that the specified filter is mapped to in an ordered list.
getFilterNames() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the names of all filters defined in the deployment descriptor.
getFilterNamesForClass(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns a list of names of filters that are mapped to the specified class.
getFirstChild() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getId() - Method in class org.codehaus.cargo.module.ejb.EjbDef
Id accessor.
getImmediateChild(Element, DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Gets a certain tag directly under the parent tag.
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.
getJBossWebXml() - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWarArchive
Returns the jboss-web.xml deployment descriptor of the web application.
getJndiLinks() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Get the jndi links.
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.orion.OrionEjbJarXml
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.
getLastChild() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getLeftElement() - Method in class org.codehaus.cargo.module.merge.MergePair
Get the left hand side element in the pair.
getLength() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList
getListeners() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns a list of nodes that are of web listeners.
getLocal() - Method in class org.codehaus.cargo.module.ejb.EjbDef
Local accessor.
getLocalHome() - Method in class org.codehaus.cargo.module.ejb.EjbDef
LocalHome accessor.
getLocalName() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getLoginConfig() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns whether the descriptor has a login configuration.
getLoginConfigAuthMethod() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the authorization method defined by the login configuration.
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.
getNamespaceURI() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
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.
getNextSibling() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getNode() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
 
getNode(Node) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
 
getNodeName() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getNodeType() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getNodeValue() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getOwnerDocument() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getParameters() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
Gets all the parameters that match XPath "Context/Parameter".
getParentNode() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getPath() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
 
getPrefix() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
getPreviousSibling() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
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.WarArchiveMerger.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.WarArchiveMerger.MergedWarArchive
Returns the list of resources in the specified directory in the archive.
getRightElement() - Method in class org.codehaus.cargo.module.merge.MergePair
Get the right hand side element in the pair.
getRootElement() - Method in class org.codehaus.cargo.module.AbstractDescriptor
 
getSchemaTypeInfo() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
{@inheritDoc}
getSecurityConstraint(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the element that contains the security constraint defined for the specified URL pattern.
getSecurityRole(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the element that contains the specified security role, or null if the role is not defined in the descriptor.
getSecurityRoleNames() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns a list of the security role names defined in the deployment descriptor.
getServlet(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the element that contains the definition of a specific servlet, or null if a servlet of the specified name is not defined in the descriptor.
getServletInitParam(String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the value of an initialization parameter of the specified servlet.
getServletInitParamNames(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the names of the initialization parameters of the specified servlet.
getServletMappings(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the URL-patterns that the specified servlet is mapped to in an ordered list.
getServletNames() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the names of all servlets defined in the deployment descriptor.
getServletNamesForClass(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns a list of names of servlets that are mapped to the specified class.
getServletNamesForJspFile(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns a list of names of servlets that are mapped to the specified JSP file.
getServletRunAsRoleName(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns the role name that the servlet is running as.
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.
getTagName() - Method in class org.codehaus.cargo.module.DescriptorTag
{@inheritDoc}
getTagName() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
getText(Element) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns the text value of an element.
getText(Element) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
Returns the text value of an element.
getTextContent() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
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.ResourceRef
Get the resource type that this is (eg JNDI).
getUserData(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
getValue() - Method in class org.codehaus.cargo.module.webapp.resin.SystemProperty
Get the system property value.
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.application.ApplicationXml
Returns all vendor descriptors associated with this J2EE deployment descriptor. For example for JBoss the vendor descriptor associated with web.xml is jboss-web.xml.
getVendorDescriptors() - Method in class org.codehaus.cargo.module.ejb.EjbJarXml
Returns all vendor descriptors associated with this J2EE deployment descriptor. For example for JBoss the vendor descriptor associated with web.xml is jboss-web.xml.
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.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.WebXmlVersion
Returns the tag name.
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 interface org.codehaus.cargo.module.webapp.WarArchive
Returns the deployment descriptor of the web application.
getWebXml() - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive
Returns the deployment descriptor of the web application.
getWebXmlMerger() - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive
Get the web XML merger.
getWebXmlMerger() - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger
Get the class used for web xml merging.

H

HOME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'home'.
hasAttribute(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
hasAttributeNS(String, String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
hasAttributes() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
hasChildNodes() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
hasContextParam(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns whether a context param by the specified name is defined in the deployment descriptor.
hasFilter(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns whether a servlet filter by the specified name is defined in the deployment descriptor.
hasLoginConfig() - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns whether the descriptor has a login configuration.
hasSecurityConstraint(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns whether a security constraint has been mapped to the specified URL pattern.
hasSecurityRole(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns whether a specific security role has been defined.
hasServlet(String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Returns whether a servlet by the specified name is defined in the deployment descriptor.
hashCode() - Method in class org.codehaus.cargo.module.DescriptorTag
hashCode() - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
hashCode() - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion

I

ICON - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'icon'.
ICON - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'icon'.
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.WebXmlTag
Element name 'init-param'.
IbmEjbJarBndXmi - class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmi.
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(Document) - Constructor for class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmi
Constructor.
IbmEjbJarBndXmiGrammar - class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiGrammar.
Websphere specific grammar implementation.
IbmEjbJarBndXmiGrammar() - Constructor for class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiGrammar
 
IbmEjbJarBndXmiIo - class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiIo.
Provides convenience methods for reading Webspeher ejb jar deployment descriptor.
IbmEjbJarBndXmiIo() - Constructor for class org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiIo
 
IbmWebBndXmi - class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmi.
Encapsulates the DOM representation of a websphere web deployment descriptor ibm-web-bnd.xmi to provide convenience methods for easy access and manipulation.
IbmWebBndXmi(Document) - Constructor for class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmi
Constructor.
IbmWebBndXmiGrammar - class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiGrammar.
Grammar for a websphere web application descriptor.
IbmWebBndXmiGrammar() - Constructor for class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiGrammar
 
IbmWebBndXmiIo - class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiIo.
Provides convenience methods for reading Websphere web deployment descriptor.
IbmWebBndXmiIo() - Constructor for class org.codehaus.cargo.module.webapp.websphere.IbmWebBndXmiIo
 
inBoth - Variable in class org.codehaus.cargo.module.merge.AbstractMergeSet
Items in both sides (conflicts).
inBoth(AbstractMergeSet, MergePair) - Method in class org.codehaus.cargo.module.merge.strategy.AbstractChoiceMergeStrategy
Deal with merging an element appears in both sets.
inBoth(AbstractMergeSet, MergePair) - Method in class org.codehaus.cargo.module.merge.strategy.MergeStrategy
Deal with merging an element appears in both sets.
inBoth(AbstractMergeSet, MergePair) - Method in class org.codehaus.cargo.module.merge.strategy.NodeMergeStrategy
Deal with merging an element appears in both sets.
inLeft(AbstractMergeSet, Element) - Method in class org.codehaus.cargo.module.merge.strategy.AbstractChoiceMergeStrategy
Deal with merging an element that only appears in the left set.
inLeft(AbstractMergeSet, Element) - Method in class org.codehaus.cargo.module.merge.strategy.MergeStrategy
Deal with merging an element that only appears in the left set.
inLeftOnly - Variable in class org.codehaus.cargo.module.merge.AbstractMergeSet
Items just in the left hand side.
inRight(AbstractMergeSet, Element) - Method in class org.codehaus.cargo.module.merge.strategy.AbstractChoiceMergeStrategy
Deal with merging an element that only appears in the right set.
inRight(AbstractMergeSet, Element) - Method in class org.codehaus.cargo.module.merge.strategy.MergeStrategy
Deal with merging an element that only appears in the right set.
inRight(AbstractMergeSet, Element) - Method in class org.codehaus.cargo.module.merge.strategy.NodeMergeStrategy
Deal with merging an element that only appears in the right set.
inRightOnly - Variable in class org.codehaus.cargo.module.merge.AbstractMergeSet
Items just in the right hand side.
insertBefore(Node, Node) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
isDefaultNamespace(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
isEqualNode(Node) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
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
{@inheritDoc}
isSameNode(Node) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
isSupported(String, String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
item(int) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList
item(int) - Method in class org.codehaus.cargo.module.webapp.TagNodeList
iterator() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList
Create an iterator over the list.

J

J2eeDescriptor - interface org.codehaus.cargo.module.J2eeDescriptor.
Common interface for all standard J2EE deployment descriptors (web.xml, ejb-jar.xml, etc).
JBossWarArchive - class org.codehaus.cargo.module.webapp.jboss.JBossWarArchive.
Class that encapsulates access to a WAR.
JBossWarArchive(File) - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWarArchive
Constructor.
JBossWebXml - class org.codehaus.cargo.module.webapp.jboss.JBossWebXml.
Encapsulates the DOM representation of a web deployment descriptor jboss-web.xml to provide convenience methods for easy access and manipulation.
JBossWebXml(Document) - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWebXml
Constructor.
JBossWebXmlIo - class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlIo.
Provides convenience methods for reading Tomcat web context descriptor.
JBossWebXmlIo() - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlIo
 
JBossWebXmlTag - class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag.
Represents the various top-level tags in a JBoss web deployment descriptor as a typesafe enumeration.
JBossWebXmlTag(String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
Constructor.
JBossWebXmlTag(String) - Constructor for class org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag
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.weblogic.WeblogicEjbJarXmlTag
Element name 'jndi-name'.
JNDI_NAME - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'jndi-name'.
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.WebXmlTag
Element name 'jsp-file'.
JarArchive - interface org.codehaus.cargo.module.JarArchive.
Provide convenient methods to read information from a Jar archive.
JndiLink - class org.codehaus.cargo.module.webapp.resin.JndiLink.
Wrapper Class representing a resin-web.xml JNDI link.
JndiLink(Element) - Constructor for class org.codehaus.cargo.module.webapp.resin.JndiLink
Constructor.

L

LISTENER - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'listener'.
LOAD_ON_STARTUP - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
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.WebXmlTag
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.WebXmlTag
Element name 'local-home'.
LOCAL_JNDI_NAME - Static variable in class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
Element name 'local-jndi-name'.
LOGIN_CONFIG - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'login-config'.
Listener - class org.codehaus.cargo.module.webapp.Listener.
Context Parameter class for accessing context parameters in a web.xml file.
Listener(Element) - Constructor for class org.codehaus.cargo.module.webapp.Listener
Constructor.
left - Variable in class org.codehaus.cargo.module.merge.MergePair
Left and right hand elements.
lookupNamespaceURI(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
lookupPrefix(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}

M

MIME_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'mime-mapping'.
MODULE - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'module'.
MergeElement - class org.codehaus.cargo.module.merge.MergeElement.
MergeElement - a MergeSet that only contains one element from left or right.
MergeElement(Element, Element, Element) - Constructor for class org.codehaus.cargo.module.merge.MergeElement
Constructor.
MergeException - exception org.codehaus.cargo.module.merge.MergeException.
Class for various exceptions happening within merges.
MergeException(String) - Constructor for class org.codehaus.cargo.module.merge.MergeException
 
MergeException(String, Throwable) - Constructor for class org.codehaus.cargo.module.merge.MergeException
 
MergeNodeList - class org.codehaus.cargo.module.merge.MergeNodeList.
A MergedNodeList is a MergeSet that applies to AbstractNodeLists.
MergeNodeList(AbstractNodeList, AbstractNodeList) - Constructor for class org.codehaus.cargo.module.merge.MergeNodeList
Constructor.
MergePair - class org.codehaus.cargo.module.merge.MergePair.
Class containing a pair of items that need to be merged.
MergeProcessor - interface org.codehaus.cargo.module.merge.MergeProcessor.
Interface implemented by merger classes.
MergeStrategy - class org.codehaus.cargo.module.merge.strategy.MergeStrategy.
A merge strategy is a vistor/stratey defining some way in which potential merge conflicts can be resolved in the set.
MergeStrategy() - Constructor for class org.codehaus.cargo.module.merge.strategy.MergeStrategy
 
merge(MergeStrategy) - Method in class org.codehaus.cargo.module.merge.AbstractMergeSet
Perform the merge using the passed strategy.
merge(VendorWebAppDescriptor, VendorWebAppDescriptor) - Method in interface org.codehaus.cargo.module.webapp.WebXmlMerger.IMergeImplementation
Interface callback.
merge(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the merge descriptor with the original descriptor.
merge(ResinWebXml) - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger
Merges the merge descriptor with the original descriptor.
mergeContextParams(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the context-param definitions from the specified descriptor into the original descriptor.
mergeContextParamsStrategy - Variable in class org.codehaus.cargo.module.webapp.WebXmlMerger
Strategy for merging context parameters.
mergeDirectoryServletStrategy - Variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger
Strategies for merging directory servlets.
mergeEjbLocalRefs(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the EJB local references from the provided descriptor into the original descriptor.
mergeEjbRefs(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the EJB references from the provided descriptor into the original descriptor.
mergeEnvironmentEntries(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the environment entries from the provided descriptor into the original descriptor.
mergeFilters(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the servlet definitions from the specified descriptor into the original descriptor.
mergeJndiLinksStrategy - Variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger
Strategies for merging jndi links.
mergeListenerStrategy - Variable in class org.codehaus.cargo.module.webapp.WebXmlMerger
Strategy for merging listeners.
mergeListeners(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the listener elements from the provided descriptor into the original descriptor.
mergeLoginConfig(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the login configuration from the provided descriptor into the original descriptor, thereby eventually replacing the existing login config.
mergeResourceEnvironmentReferences(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the resource environment references from the provided descriptor into the original descriptor.
mergeResourceReferences(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the resource references from the provided descriptor into the original descriptor.
mergeResourceRefsStrategy - Variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger
Strategies for merging resource references.
mergeSecurityConstraints(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
 
mergeSecurityRoles(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the security roles from the provided descriptor into the original descriptor.
mergeServlets(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merges the servlet definitions from the specified descriptor into the original descriptor.
mergeSessionConfigStrategy - Variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger
Strategies for merging session config.
mergeSystemPropertiesStrategy - Variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger
Strategies for merging system properties.
mergeVendorDescriptors(WebXml) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Merge in any vendor specific descriptors.
mergeVendorDescriptors(WebXml, Class, WebXmlMerger.IMergeImplementation) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Find vendor descriptors of a specific class, and merge them if they exist.

N

NodeMergeStrategy - class org.codehaus.cargo.module.merge.strategy.NodeMergeStrategy.
A merging strategy that can be used to combine two XML documents together.
NodeMergeStrategy(Element) - Constructor for class org.codehaus.cargo.module.merge.strategy.NodeMergeStrategy
Constructor.
NodeMergeStrategy(InputStream) - Constructor for class org.codehaus.cargo.module.merge.strategy.NodeMergeStrategy
Constructor.
newWebXml(WebXmlVersion) - Static method in class org.codehaus.cargo.module.webapp.WebXmlIo
Creates a new empty deployment descriptor.
node - Variable in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
The wrapped node.
nodeList - Variable in class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList
The wrapped nodelist.
normalize() - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode

O

OVERWRITE - Static variable in class org.codehaus.cargo.module.merge.strategy.MergeStrategy
Overwrite strategy adds items from the right, and overwrites duplicates.
OrionEjbJarXml - class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXml.
Encapsulates the DOM representation of a oracle ejb deployment descriptor orion-ejb-jar.xml to provide convenience methods for easy access and manipulation.
OrionEjbJarXml(Document) - Constructor for class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXml
Constructor.
OrionEjbJarXmlIo - class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXmlIo.
Provides convenience methods for reading Oracle ejb jar deployment descriptor.
OrionEjbJarXmlIo() - Constructor for class org.codehaus.cargo.module.ejb.orion.OrionEjbJarXmlIo
 
OrionWebXml - class org.codehaus.cargo.module.webapp.orion.OrionWebXml.
Encapsulates the DOM representation of a oracle web deployment descriptor orion-web.xml to provide convenience methods for easy access and manipulation.
OrionWebXml(Document) - Constructor for class org.codehaus.cargo.module.webapp.orion.OrionWebXml
Constructor.
OrionWebXmlIo - class org.codehaus.cargo.module.webapp.orion.OrionWebXmlIo.
Provides convenience methods for reading Oracle web deployment descriptor.
OrionWebXmlIo() - Constructor for class org.codehaus.cargo.module.webapp.orion.OrionWebXmlIo
 
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.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.internal.util.xml - package org.codehaus.cargo.module.internal.util.xml
 
org.codehaus.cargo.module.merge - package org.codehaus.cargo.module.merge
 
org.codehaus.cargo.module.merge.strategy - package org.codehaus.cargo.module.merge.strategy
 
org.codehaus.cargo.module.webapp - package org.codehaus.cargo.module.webapp
 
org.codehaus.cargo.module.webapp.jboss - package org.codehaus.cargo.module.webapp.jboss
 
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.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
 

P

PARAMETER - Static variable in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag
Element name 'Parameter'.
PARAM_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'param-name'.
PARAM_VALUE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'param-value'.
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.strategy.MergeStrategy
Preserve strategy only adds items from the right.
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.
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.
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.
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.
performMerge() - Method in class org.codehaus.cargo.module.merge.DocumentMerger
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.WarArchiveMerger
Perform the merge.

R

REALM_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
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.WebXmlTag
Element name 'remote'.
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.WebXmlTag
Element name 'resource-env-ref'.
RESOURCE_REF - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'resource-ref'.
RESOURCE_REFERENCE - Static variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Elements of resource-ref.
ROLE_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'role-name'.
RUN_AS - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
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'.
ResinWebXml - class org.codehaus.cargo.module.webapp.resin.ResinWebXml.
Encapsulates the DOM representation of a web deployment descriptor resin-web.xml to provide convenience methods for easy access and manipulation.
ResinWebXml(Document) - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Constructor.
ResinWebXmlIo - class org.codehaus.cargo.module.webapp.resin.ResinWebXmlIo.
Provides convenience methods for reading Resin web deployment descriptor.
ResinWebXmlIo() - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXmlIo
 
ResinWebXmlMerger - class org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger.
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 org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag.
Represents the various top-level tags in a Resin context web deployment descriptor as a typesafe enumeration.
ResinWebXmlTag(String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Constructor.
ResinWebXmlTag(String) - Constructor for class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Constructor.
ResourceRef - class org.codehaus.cargo.module.webapp.resin.ResourceRef.
Wrapper class representing a resin-web resource-ref entry.
ResourceRef(Element) - Constructor for class org.codehaus.cargo.module.webapp.resin.ResourceRef
Constructor.
remove(Element) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList
Remove an item from the list.
remove(Element) - Method in class org.codehaus.cargo.module.merge.AbstractMergeSet
As a result of the merge, remove an element from the output.
remove(Element) - Method in class org.codehaus.cargo.module.merge.MergeElement
As a result of the merge, remove an element from the output.
remove(Element) - Method in class org.codehaus.cargo.module.merge.MergeNodeList
As a result of the merge, remove an element from the output.
removeAttribute(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
removeAttributeNS(String, String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
removeAttributeNode(Attr) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
removeChild(Node) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
replaceChild(Node, Node) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
replaceElement(DescriptorTag, Element, Element) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Replaces all elements of the specified tag with the provided element.
replaceRootElement(DescriptorTag, Element) - Method in class org.codehaus.cargo.module.webapp.WebXml
Replaces all elements of the specified tag with the provided element.
resolveEntity(String, String) - Method in class org.codehaus.cargo.module.XmlEntityResolver
right - Variable in class org.codehaus.cargo.module.merge.MergePair
Right.
rootElement - Variable in class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList
The root (parent) element for all of the nodes in the list.

S

SECURITY_CONSTRAINT - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
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.WebXmlTag
Element name 'security-role'.
SECURITY_ROLE_ASSIGNMENT - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'security-role-assignment'.
SERVLET - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'servlet'.
SERVLET_CLASS - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
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.WebXmlTag
Element name 'servlet-mapping'.
SERVLET_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'servlet-name'.
SESSION - Static variable in class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Element name '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.WebXmlTag
Element name 'session-config'.
SESSION_CONFIG - Static variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Elements of session-config.
SESSION_DESCRIPTOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'session-descriptor'.
SYSTEM_PROPERTY - Static variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Attribute name 'path'.
Session - class org.codehaus.cargo.module.ejb.Session.
Class representing a session ejb definition in an ejb-jar.xml descriptor.
Session() - Constructor for class org.codehaus.cargo.module.ejb.Session
 
SystemProperty - class org.codehaus.cargo.module.webapp.resin.SystemProperty.
Wrapper Class representing a resin-web.xml system property.
SystemProperty(Element) - Constructor for class org.codehaus.cargo.module.webapp.resin.SystemProperty
Constructor.
setAttribute(String, String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
setAttributeNS(String, String, String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
setAttributeNode(Attr) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
setAttributeNodeNS(Attr) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
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
 
setId(String) - Method in class org.codehaus.cargo.module.ejb.EjbDef
Id setter.
setIdAttribute(String, boolean) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
{@inheritDoc}
setIdAttributeNS(String, String, boolean) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
{@inheritDoc}
setIdAttributeNode(Attr, boolean) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractElement
{@inheritDoc}
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(String, String) - Method in class org.codehaus.cargo.module.webapp.WebXml
Sets the login configuration.
setMergeContextParamsStrategy(MergeStrategy) - Method in class org.codehaus.cargo.module.webapp.WebXmlMerger
Set the merging strategy for context-param nodes.
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.
setNodeValue(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
setPrefix(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
setTextContent(String) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
setType(String) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Sets the type of the reference.
setUserData(String, Object, UserDataHandler) - Method in class org.codehaus.cargo.module.internal.util.xml.AbstractNode
{@inheritDoc}
setValue(String) - Method in class org.codehaus.cargo.module.webapp.resin.SystemProperty
Set the system property value.
store(File) - Method in class org.codehaus.cargo.module.webapp.DefaultWarArchive
Stores the war archive to file. Changes to the descriptors of the war archive will be stored as well.
store(File) - Method in interface org.codehaus.cargo.module.webapp.WarArchive
Stores the war archive to file.
store(File) - Method in class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive
Stores the war archive to file. Changes to the descriptors of the war archive will be stored as well.
streamToByteArray(InputStream) - Method in class org.codehaus.cargo.module.DefaultJarArchive
Read a stream into a byte array.

T

TAGLIB - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'taglib'.
TagNodeList - class org.codehaus.cargo.module.webapp.TagNodeList.
TagNodeList is a nodelist constructed from a known tag and creates wrapped nodes of a particular class automatically.
TagNodeList(Element, DescriptorTag, Class) - Constructor for class org.codehaus.cargo.module.webapp.TagNodeList
 
TomcatContextXml - class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml.
Encapsulates the DOM representation of a web deployment descriptor META-INF/context.xml to provide convenience methods for easy access and manipulation.
TomcatContextXml(Document) - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
Constructor.
TomcatContextXmlIo - class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlIo.
Provides convenience methods for reading Tomcat web deployment descriptor.
TomcatContextXmlIo() - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlIo
 
TomcatContextXmlTag - class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag.
Represents the various top-level tags in a Tomcat context web deployment descriptor as a typesafe enumeration.
TomcatContextXmlTag(String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag
Constructor.
TomcatContextXmlTag(String) - Constructor for class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag
Constructor.
TomcatWarArchive - class org.codehaus.cargo.module.webapp.tomcat.TomcatWarArchive.
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.DescriptorTag
toString() - Method in class org.codehaus.cargo.module.application.ApplicationXmlVersion
toString() - Method in class org.codehaus.cargo.module.ejb.EjbJarXmlVersion
toString() - Method in class org.codehaus.cargo.module.webapp.WebXmlVersion

U

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.WebXmlTag
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.
VIRTUAL_DIRECTORY_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'virtual-directory-mapping'.
VendorDescriptor - interface org.codehaus.cargo.module.VendorDescriptor.
Base interface for vendor specific descriptors.
VendorEjbDescriptor - interface org.codehaus.cargo.module.ejb.VendorEjbDescriptor.
Base interface for vendor specific EJB descriptors.
VendorWebAppDescriptor - interface org.codehaus.cargo.module.webapp.VendorWebAppDescriptor.
Common interface for vendor specific deployment descriptors.
valueOf(DocumentType) - 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(DocumentType) - Static method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Returns the version corresponding to the given document type.
valueOf(String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Returns the version corresponding to the given public ID.

W

WEB - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'web'.
WEBLOGIC_VERSION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'weblogic-version'.
WEB_RESOURCE_COLLECTION - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'web-resource-collection'.
WEB_RESOURCE_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'web-resource-name'.
WEB_URI - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'web-uri'.
WELCOME_FILE_LIST - Static variable in class org.codehaus.cargo.module.webapp.WebXmlTag
Element name 'welcome-file-list'.
WL_DISPATCH_POLICY - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'wl-dispatch-policy'.
WarArchive - interface org.codehaus.cargo.module.webapp.WarArchive.
Encapsulates access to a WAR.
WarArchiveMerger - class org.codehaus.cargo.module.webapp.WarArchiveMerger.
Class for merging two War Archives into each other.
WarArchiveMerger() - Constructor for class org.codehaus.cargo.module.webapp.WarArchiveMerger
Constructor Class for merging War archives together.
WarArchiveMerger.MergedWarArchive - class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive.
Subclass representing the merged WAR file.
WarArchiveMerger.MergedWarArchive.ArchiveResourceMerger - class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive.ArchiveResourceMerger.
Class to store merging operations.
WarArchiveMerger.MergedWarArchive.ArchiveResourceMerger(String, MergeProcessor) - Constructor for class org.codehaus.cargo.module.webapp.WarArchiveMerger.MergedWarArchive.ArchiveResourceMerger
Constructor.
WebXml - class org.codehaus.cargo.module.webapp.WebXml.
Encapsulates the DOM representation of a web deployment descriptor web.xml to provide convenience methods for easy access and manipulation.
WebXml(Document) - Constructor for class org.codehaus.cargo.module.webapp.WebXml
Constructor.
WebXmlIo - class org.codehaus.cargo.module.webapp.WebXmlIo.
Provides convenience methods for reading and writing web deployment descriptors.
WebXmlMerger - class org.codehaus.cargo.module.webapp.WebXmlMerger.
Helper class that can merge two web deployment descriptors.
WebXmlMerger(WebXml) - Constructor for class org.codehaus.cargo.module.webapp.WebXmlMerger
Constructor.
WebXmlMerger.IMergeImplementation - interface org.codehaus.cargo.module.webapp.WebXmlMerger.IMergeImplementation.
Interface used as a callback for descriptors.
WebXmlTag - class org.codehaus.cargo.module.webapp.WebXmlTag.
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
WebXmlTag(String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.WebXmlTag
Constructor.
WebXmlTag(String) - Constructor for class org.codehaus.cargo.module.webapp.WebXmlTag
Constructor.
WebXmlVersion - class org.codehaus.cargo.module.webapp.WebXmlVersion.
Enumerated type that represents the version of the web deployment descriptor.
WeblogicEjbJarXml - class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXml.
Encapsulates the DOM representation of a weblogic ejb deployment descriptor weblogic-ejb-jar.xml to provide convenience methods for easy access and manipulation.
WeblogicEjbJarXml(Document) - Constructor for class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXml
Constructor.
WeblogicEjbJarXmlIo - class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlIo.
Provides convenience methods for reading Weblogic ejb jar deployment descriptor.
WeblogicEjbJarXmlIo() - Constructor for class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlIo
 
WeblogicEjbJarXmlTag - class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag.
Represents the various tags in a weblogic ejb jar deployment descriptor.
WeblogicEjbJarXmlTag(String, boolean) - Constructor for class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
Constructor.
WeblogicEjbJarXmlTag(String) - Constructor for class org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
Constructor.
WeblogicXml - class org.codehaus.cargo.module.webapp.weblogic.WeblogicXml.
Encapsulates the DOM representation of a weblogic web deployment descriptor weblogic.xml to provide convenience methods for easy access and manipulation.
WeblogicXml(Document) - Constructor for class org.codehaus.cargo.module.webapp.weblogic.WeblogicXml
Constructor.
WeblogicXmlIo - class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlIo.
Provides convenience methods for reading Weblogic web deployment descriptor.
WeblogicXmlIo() - Constructor for class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlIo
 
WeblogicXmlTag - class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag.
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
WeblogicXmlTag(String, boolean) - Constructor for class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Constructor.
WeblogicXmlTag(String) - Constructor for class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Constructor.
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 org.codehaus.cargo.module.XmlEntityResolver.
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
 

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

Copyright © 2004-2008 Codehaus. All Rights Reserved.