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

A

AbstractCargoMojo - Class in org.codehaus.cargo.maven2
Common code used by Cargo MOJOs requiring <container> and <configuration> elements and supportig the notion of Auto-deployable.
AbstractCargoMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractCargoMojo
 
AbstractCatalinaInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat.internal
Base support for Catalina based containers.
AbstractCatalinaInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
AbstractCatalinaStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat.internal
Catalina standalone ContainerConfiguration implementation.
AbstractCatalinaStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
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
 
AbstractCommonMojo - Class in org.codehaus.cargo.maven2
Common MOJO providing an accessor to the Maven Project object (this is the object containing all information contained in the POM on which the MOJO is called).
AbstractCommonMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractCommonMojo
 
AbstractConfiguration - Class in org.codehaus.cargo.container.spi.configuration
Base implementation of ContainerConfiguration that can be specialized for any type of configuration.
AbstractConfiguration() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
Default setup.
AbstractConfigurationBuilder - Class in org.codehaus.cargo.container.spi.configuration.builder
AbstractConfigurationBuilder() - Constructor for class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
AbstractConfigurationCapability - Class in org.codehaus.cargo.container.spi.configuration
Base implementation of ConfigurationCapability that needs to be extended by the different configuration implementations.
AbstractConfigurationCapability() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
Initialize the default supports Map.
AbstractContainer - Class in org.codehaus.cargo.container.spi
Base implementation for all types of containers.
AbstractContainer() - Constructor for class org.codehaus.cargo.container.spi.AbstractContainer
 
AbstractCopyingInstalledLocalDeployer - Class in org.codehaus.cargo.container.spi.deployer
Local deployer that deploys WARs, EJBs and EARs to a deployable directory of the given installed container.
AbstractCopyingInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
AbstractDependency - Class in org.codehaus.cargo.maven2.configuration
Common field and method to Dependency and Deployable.
AbstractDependency() - Constructor for class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
AbstractDeployable - Class in org.codehaus.cargo.container.spi.deployable
Common class for easy Deployable implementations.
AbstractDeployable(String) - Constructor for class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
 
AbstractDeployer - Class in org.codehaus.cargo.container.spi.deployer
Base deployer for local and remote deployments.
AbstractDeployer() - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
 
AbstractDeployerMojo - Class in org.codehaus.cargo.maven2
Common mojo for all deployer actions (start deployable, stop deployable, deploy deployable, undeploy deployable, etc).
AbstractDeployerMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractDeployerMojo
 
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.
AbstractDirectoryPackager - Class in org.codehaus.cargo.container.spi.packager
Package a container distribution and its local configuration in a directory.
AbstractDirectoryPackager(String) - Constructor for class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
AbstractEmbeddedLocalContainer - Class in org.codehaus.cargo.container.spi
Default container implementation that all local embedded container implementations must extend.
AbstractEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
AbstractEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.spi.deployer
Base deployer to deploy to embedded local containers.
AbstractEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractEmbeddedLocalDeployer
AbstractExistingLocalConfiguration - Class in org.codehaus.cargo.container.spi.configuration
Base implementation for an existing local configuration.
AbstractExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractExistingLocalConfiguration
AbstractExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.spi.configuration
Base implementation of ConfigurationCapability that needs to be extended by each existing configuration's implementation.
AbstractExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractExistingLocalConfigurationCapability
AbstractFactoryRegistry - Class in org.codehaus.cargo.generic
SPI to be implemented by container implementation to register implementations to their factories.
AbstractFactoryRegistry() - Constructor for class org.codehaus.cargo.generic.AbstractFactoryRegistry
 
AbstractGenericHintFactory - Class in org.codehaus.cargo.generic.spi
Factory implementation that registers implementation classes under a given key of type RegistrationKey.
AbstractGenericHintFactory() - Constructor for class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
Place to register default configurations.
AbstractGenericHintFactory.GenericParameters - Interface in org.codehaus.cargo.generic.spi
Generic class to be extended by implementors of AbstractGenericHintFactory in order to provide possible additional parameters.
AbstractInstalledLocalContainer - Class in org.codehaus.cargo.container.spi
Default container implementation that all local installed container implementations must extend.
AbstractInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Default constructor.
AbstractInstalledLocalDeployer - Class in org.codehaus.cargo.container.spi.deployer
Base deployer to deploy to installed local containers.
AbstractInstalledLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
AbstractIntrospectionGenericHintFactory - Class in org.codehaus.cargo.generic.spi
Extension to AbstractGenericHintFactory that registers and creates instances from implementation classes specified as String, using introspection.
AbstractIntrospectionGenericHintFactory() - Constructor for class org.codehaus.cargo.generic.spi.AbstractIntrospectionGenericHintFactory
 
AbstractJBoss5xInstalledLocalContainer - Class in org.codehaus.cargo.container.jboss.internal
Abstract class for JBoss 5x container family.
AbstractJBoss5xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.internal.AbstractJBoss5xInstalledLocalContainer
AbstractJBossInstalledLocalContainer - Class in org.codehaus.cargo.container.jboss.internal
Abstract class for JBoss container family.
AbstractJBossInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
AbstractJBossRemoteContainer - Class in org.codehaus.cargo.container.jboss.internal
Special container support for wrapping a running instance of Apache Tomcat.
AbstractJBossRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.internal.AbstractJBossRemoteContainer
AbstractJetty4x5xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty.internal
Common code for all Jetty 4.x and 5.x embedded container implementations.
AbstractJetty4x5xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJetty4x5xEmbeddedLocalContainer
AbstractJettyEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty.internal
Common code for all Jetty embedded container implementations.
AbstractJettyEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
AbstractJettyEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty.internal
Base class for all Jetty deployers.
AbstractJettyEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
AbstractJettyEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Capabilities of the Jetty's AbstractJettyStandaloneLocalConfiguration configuration for Embedded containers.
AbstractJettyEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
AbstractJettyRemoteContainer - Class in org.codehaus.cargo.container.jetty.internal
Special container support for wrapping a running instance of Jetty.
AbstractJettyRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyRemoteContainer
AbstractJettyStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty.internal
Base class for Jetty standalone configurations.
AbstractJettyStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
AbstractJRunInstalledLocalContainer - Class in org.codehaus.cargo.container.jrun.internal
Common support for all JRun container versions.
AbstractJRunInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jrun.internal.AbstractJRunInstalledLocalContainer
AbstractLocalConfiguration - Class in org.codehaus.cargo.container.spi.configuration
Base implementation of ContainerConfiguration that can be specialized for standalone configuration, existing configuration or other local configurations.
AbstractLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
AbstractLocalContainer - Class in org.codehaus.cargo.container.spi
Default container implementation that all local container implementations must extend.
AbstractLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.spi.AbstractLocalContainer
Default constructor.
AbstractLocalDeployer - Class in org.codehaus.cargo.container.spi.deployer
Base deployer to deploy to local containers (installed or embedded).
AbstractLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
 
AbstractLogger - Class in org.codehaus.cargo.util.internal.log
Base clas for all Loggers.
AbstractLogger(LogLevel) - Constructor for class org.codehaus.cargo.util.internal.log.AbstractLogger
 
AbstractLogger() - Constructor for class org.codehaus.cargo.util.internal.log.AbstractLogger
Default logging level is WARN.
AbstractOc4j10xInstalledLocalContainer - Class in org.codehaus.cargo.container.orion.internal
Abstract class for installed local container for the OC4J 10.x application server.
AbstractOc4j10xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.orion.internal.AbstractOc4j10xInstalledLocalContainer
Constructor.
AbstractOrionInstalledLocalContainer - Class in org.codehaus.cargo.container.orion.internal
Basic support for the Orion application server.
AbstractOrionInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.orion.internal.AbstractOrionInstalledLocalContainer
AbstractOrionStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.orion.internal
Standalone configuration methods common to both Orion and Oc4j containers.
AbstractOrionStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
construct the instance and set the rmi port.
AbstractRemoteContainer - Class in org.codehaus.cargo.container.spi
Base implementation of a remote container.
AbstractRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.spi.AbstractRemoteContainer
Default constructor.
AbstractRemoteDeployer - Class in org.codehaus.cargo.container.spi.deployer
Base deployer to deploy to containers without any reference to where the container is installed (be it on the same machine or on another one).
AbstractRemoteDeployer() - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
 
AbstractResinInstalledLocalContainer - Class in org.codehaus.cargo.container.resin.internal
Common support for all Resin container versions.
AbstractResinInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.resin.internal.AbstractResinInstalledLocalContainer
AbstractResinStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.resin.internal
Common class for all Resin standalone local configurations.
AbstractResinStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
AbstractRuntimeConfiguration - Class in org.codehaus.cargo.container.spi.configuration
Base implementation for a runtime configuration.
AbstractRuntimeConfiguration() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractRuntimeConfiguration
 
AbstractRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.spi.configuration
Base implementation of ConfigurationCapability that needs to be extended by each runtime configuration's implementation.
AbstractRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractRuntimeConfigurationCapability
AbstractStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.spi.configuration
Base implementation for a standalone local configuration.
AbstractStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
AbstractStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.spi.configuration
Base implementation of ConfigurationCapability that needs to be extended by each standalone configuration's implementation.
AbstractStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfigurationCapability
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder - Class in org.codehaus.cargo.container.spi.configuration.builder
Convenience class that simplifies development of configurations with DataSourceSupport.
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder(String) - Constructor for class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
AbstractSwitchableLocalDeployer - Class in org.codehaus.cargo.container.spi.deployer
Implementation decides how to deploy or undeploy based on the running state of the server.
AbstractSwitchableLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer
AbstractTomcatConfigurationBuilder - Class in org.codehaus.cargo.container.tomcat.internal
Constructs xml elements needed to configure a DataSource for Tomcat.
AbstractTomcatConfigurationBuilder() - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatConfigurationBuilder
generates AbstractTomcatConfigurationBuilder.typeToFactory
AbstractTomcatManagerDeployer - Class in org.codehaus.cargo.container.tomcat.internal
Common code to perform both local or remote deployments using a Tomcat manager-based deployer.
AbstractTomcatManagerDeployer(Container) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Default initialization.
AbstractTomcatManagerInstalledLocalDeployer - Class in org.codehaus.cargo.container.tomcat.internal
Common code to perform local deployments using a Tomcat manager-based deployer.
AbstractTomcatManagerInstalledLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
AbstractTomcatRemoteContainer - Class in org.codehaus.cargo.container.tomcat.internal
Special container support for wrapping a running instance of Apache Tomcat.
AbstractTomcatRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteContainer
AbstractTomcatRemoteDeployer - Class in org.codehaus.cargo.container.tomcat.internal
Common code to perform remote deployments using a Tomcat manager-based deployer.
AbstractTomcatRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteDeployer
AbstractUberWarMojo - Class in org.codehaus.cargo.maven2
 
AbstractUberWarMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractUberWarMojo
 
AbstractWebLogicInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic.internal
Basic support for the WebLogic application server.
AbstractWebLogicInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
accept(File) - Method in class org.codehaus.cargo.module.webapp.merge.MergeWarFileDetails
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
Turn on the logging for the container.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedStandaloneLocalConfiguration
Turn on the logging for the container.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedStandaloneLocalConfiguration
Configure the logging for the Jetty container.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedStandaloneLocalConfiguration
Turn on the logging for the container.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedStandaloneLocalConfiguration
Turn on the logging for the container.
addAllDependentJars(WarArchiveMerger) - Method in class org.codehaus.cargo.maven2.UberWarMojo
Add all the JAR files specified into the merge - these will appear in the WEB-INF/lib directory.
addAllTransitiveJars(WarArchiveMerger) - Method in class org.codehaus.cargo.maven2.UberWarMojo
Add all JAR files into the WAR file, calculated transitively and resolved in the normal 'maven' way (I.E if 2 war files contain different versions, resolve to using only *1* version).
addAllWars(WarArchiveMerger) - Method in class org.codehaus.cargo.maven2.UberWarMojo
 
addAutoDeployDeployable(LocalContainer) - Method in class org.codehaus.cargo.maven2.ContainerStartMojo
If the project's packaging is war, ear or ejb and there is no deployer specified and the user has not defined the auto-deployable inside the <deployables> element, then add the generated artifact to the list of deployables to deploy statically.
addChild(Tomcat5xEmbedded.Host) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Adds a new Tomcat5xEmbedded.Host to the engine.
addChild(Tomcat5xEmbedded.Context) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Deploys a web application.
addConfiguredConfigfile(FileConfig) - Method in class org.codehaus.cargo.ant.ConfigurationElement
 
addConfiguredDeployable(DeployableElement) - Method in class org.codehaus.cargo.ant.ConfigurationElement
 
addConfiguredFile(FileConfig) - Method in class org.codehaus.cargo.ant.ConfigurationElement
 
addConfiguredProperty(Property) - Method in class org.codehaus.cargo.ant.ConfigurationElement
Add a container property.
addConfiguredProperty(Property) - Method in class org.codehaus.cargo.ant.DeployableElement
Add a deployable property.
addConfiguredSysproperty(Environment.Variable) - Method in class org.codehaus.cargo.ant.CargoTask
Called by Ant when the Variable object has been properly initialized.
addConfiguredSyspropertyset(PropertySet) - Method in class org.codehaus.cargo.ant.CargoTask
Adds a set of properties that will be used as system properties in the executing container VM.
addConnector(Tomcat5xEmbedded.Connector) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Adds a connector.
addContextParam(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Adds a new context-param element to the descriptor.
addDataSource(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
addDataSourcesFromProperties() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Parse properties and add any DataSources to pending configuration.
addDataSourceToDomain(DataSource, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Insert the corresponding datasource element into the domain of the WebLogic server.
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
addDefaultMemArgsIfNotProvidedAsASystemProperty(Java) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Users can override memory defaults through setting them via a system property.
addDeployable(Deployable) - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
Deploy a Deployable in the container.
addDeployable(Deployable) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xExistingLocalConfiguration
Geronimo does not support static deployments, warn the user.
addDeployable(Deployable) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xStandaloneLocalConfiguration
Geronimo does not support static deployments, warn the user.
addDeployable(Deployable) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Deploy a Deployable in the container.
addDeployableToDomain(Deployable, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Create and insert an app-deployment element into the domain of the WebLogic server.
addDeployedWebAppContext(String, Object) - Static method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Add a new entry to the context path:deployable map.
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.
addEarToDomain(EAR, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
Insert the corresponding ear element into the domain of the WebLogic server.
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.
addEngine(Tomcat5xEmbedded.Engine) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Adds a new Tomcat5xEmbedded.Engine.
addExclusionPattern(String) - Method in class org.codehaus.cargo.module.webapp.merge.MergeWarFileDetails
Add a file or library exclusion pattern.
addExtraClasspath(String) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
addExtraClasspath(String) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
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
 
addHandler(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Deploy the handler representing the webapp to jetty.
addHandler(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Deploy the handler representing the webapp to jetty.
addJspFile(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add a JSP file.
addMerge(Merge) - Method in class org.codehaus.cargo.maven2.MergeRoot
Method addMerge.
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
 
addParameter(String, String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
Add a new context initialization parameter.
addProcessor(String, MergeProcessor) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
 
addProperty(String, Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
Add a property.
addProperty(String, Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.Jetty6xStandaloneLocalConfigurationCapability
Add a property.
addProperty(String, Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.Jetty7xStandaloneLocalConfigurationCapability
Add a property.
addResource(Resource) - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
Add resources the container can take advantage of.
addResource(Resource) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Add resources the container can take advantage of.
addResourcesFromProperties() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Parse properties and add any Resources to pending configuration.
addRole(String) - Method in class org.codehaus.cargo.container.property.User
 
addRoles(List) - Method in class org.codehaus.cargo.container.property.User
 
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
 
addSharedClasspath(String) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
addSharedClasspath(String) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
addStrategyForName(String, MergeStrategy) - Method in class org.codehaus.cargo.module.merge.tagstrategy.ChooseByNameMergeStrategy
If the element has this name, then use this strategy.
addSysproperty(Environment.Variable) - Method in class org.codehaus.cargo.ant.CargoTask
Adds a system property that will be set up in the executing container VM.
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.
addTestSuite(Class, Validator[]) - Method in class org.codehaus.cargo.sample.java.CargoTestSuite
 
addTestSuite(Class, Validator[], Set) - Method in class org.codehaus.cargo.sample.java.CargoTestSuite
 
addTokensToFilterChain(FilterChain, Map) - Method in class org.codehaus.cargo.util.AntUtils
Add the map of tokens to the filterChain.
addTokenToFilterChain(FilterChain, String, String) - Method in class org.codehaus.cargo.util.AntUtils
Add a token to an existing filter chain.
addToolsJarToClasspath(Path) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Adds the tools.jar to the classpath, except for Mac OSX as it is not needed.
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.
addWar(String) - Method in class org.codehaus.cargo.maven2.MergeRoot
Method addWar.
addWar(WarArchiveMerger, String) - Method in class org.codehaus.cargo.maven2.UberWarMojo
 
addWarToDomain(WAR, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
Insert the corresponding web app element into the domain of the WebLogic server.
addWebModule(String, String) - Method in class org.codehaus.cargo.module.application.ApplicationXml
Adds a web module to the deployment descriptor.
ADMIN_PWD - Static variable in interface org.codehaus.cargo.container.orion.internal.Oc4jPropertySet
Admin password.
ADMIN_PWD - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
Password for user with administrator rights.
ADMIN_USER - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
User with administrator rights.
AJP_PORT - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
Port tomcat will listen on for AJP 1.3 requests.
AliasedDeployerDeployMojo - Class in org.codehaus.cargo.maven2
Class used uniquely to provide a goal alias for deployer-deploy.
AliasedDeployerDeployMojo() - Constructor for class org.codehaus.cargo.maven2.AliasedDeployerDeployMojo
 
AliasedDeployerRedeployMojo - Class in org.codehaus.cargo.maven2
Class used uniquely to provide a goal alias for deployer-deploy.
AliasedDeployerRedeployMojo() - Constructor for class org.codehaus.cargo.maven2.AliasedDeployerRedeployMojo
 
AliasedDeployerUndeployMojo - Class in org.codehaus.cargo.maven2
Class used uniquely to provide a goal alias for deployer-undeploy.
AliasedDeployerUndeployMojo() - Constructor for class org.codehaus.cargo.maven2.AliasedDeployerUndeployMojo
 
AntBuildListener - Class in org.codehaus.cargo.container.internal.util
Ant build listener used to collect logs from Ant tasks and to redirect them to a Logger.
AntBuildListener(Logger, String) - Constructor for class org.codehaus.cargo.container.internal.util.AntBuildListener
 
AntContainerExecutorThread - Class in org.codehaus.cargo.container.internal
Executor that executes an Ant's Java command in a separate thread.
AntContainerExecutorThread(Java) - Constructor for class org.codehaus.cargo.container.internal.AntContainerExecutorThread
 
AntLogger - Class in org.codehaus.cargo.util.log
Logger implementation that logs to Ant.
AntLogger(Task) - Constructor for class org.codehaus.cargo.util.log.AntLogger
Constructor.
AntLogger(Target) - Constructor for class org.codehaus.cargo.util.log.AntLogger
Constructor.
AntLogger(Project) - Constructor for class org.codehaus.cargo.util.log.AntLogger
Constructor.
AntTaskFactory - Interface in org.codehaus.cargo.util
Interface that allows random classes to use Ant tasks without needing an explicit reference to a project, target or task.
AntUtils - Class in org.codehaus.cargo.util
Set of common Ant utility methods.
AntUtils() - Constructor for class org.codehaus.cargo.util.AntUtils
Uses the DefaultAntTaskFactory class when creating Ant tasks.
AntUtils(AntTaskFactory) - Constructor for class org.codehaus.cargo.util.AntUtils
 
append(String, String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Append a suffix path to an existing path.
append(String, String) - Method in interface org.codehaus.cargo.util.FileHandler
Append a suffix path to an existing path.
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.
assertPing(String, String, URL, Map, boolean, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
 
assertPingFalse(String, String, URL, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
 
assertPingFalse(String, URL, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
 
assertPingTrue(String, String, URL, Map, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
 
assertPingTrue(String, String, URL, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
 
assertPingTrue(String, URL, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
 
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.
AUTO_DEPLOY_DIR - Static variable in interface org.codehaus.cargo.container.orion.internal.Oc4jPropertySet
Directory set up for auto deploy.

B

Base64 - Class in org.codehaus.cargo.util
Provides utility methods to Base64 encode data.
BEA_HOME - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
BEA Home.
buildConfigurationEntryForXADataSourceConfiguredDataSource(DataSource) - Method in class org.codehaus.cargo.container.jrun.internal.JRun4xConfigurationBuilder
buildConfigurationEntryForXADataSourceConfiguredDataSource(DataSource) - Method in class org.codehaus.cargo.container.orion.internal.OrionConfigurationBuilder
This implementation will create two elements, one for the XA DataSource, and another that proxies that.
buildConfigurationEntryForXADataSourceConfiguredDataSource(DataSource) - Method in class org.codehaus.cargo.container.resin.internal.Resin2xConfigurationBuilder
buildConfigurationEntryForXADataSourceConfiguredDataSource(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
buildConfigurationEntryForXADataSourceConfiguredDataSource(DataSource) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatConfigurationBuilder
This throws an UnsupportedOperationException as Tomcat is not transactional.
buildConfigurationEntryForXADataSourceConfiguredDataSource(DataSource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
buildDataSourceFileName(DataSource) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
determines the full path to store the datasource configuration file.
buildEntryForDriverConfiguredDataSourceWithLocalTx(DataSource) - Method in class org.codehaus.cargo.container.jrun.internal.JRun4xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithLocalTx(DataSource) - Method in class org.codehaus.cargo.container.orion.internal.OrionConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithLocalTx(DataSource) - Method in class org.codehaus.cargo.container.resin.internal.Resin2xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithLocalTx(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
buildEntryForDriverConfiguredDataSourceWithLocalTx(DataSource) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatConfigurationBuilder
This throws an UnsupportedOperationException as Tomcat is not transactional.
buildEntryForDriverConfiguredDataSourceWithLocalTx(DataSource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithNoTx(DataSource) - Method in class org.codehaus.cargo.container.jrun.internal.JRun4xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithNoTx(DataSource) - Method in class org.codehaus.cargo.container.orion.internal.OrionConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithNoTx(DataSource) - Method in class org.codehaus.cargo.container.resin.internal.Resin2xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithNoTx(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
buildEntryForDriverConfiguredDataSourceWithNoTx(DataSource) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatConfigurationBuilder
this implementation first converts the DataSource to a Resource before returning XML.
buildEntryForDriverConfiguredDataSourceWithNoTx(DataSource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithXaTx(DataSource) - Method in class org.codehaus.cargo.container.jrun.internal.JRun4xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithXaTx(DataSource) - Method in class org.codehaus.cargo.container.orion.internal.OrionConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithXaTx(DataSource) - Method in class org.codehaus.cargo.container.resin.internal.Resin2xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithXaTx(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
buildEntryForDriverConfiguredDataSourceWithXaTx(DataSource) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatConfigurationBuilder
This throws an UnsupportedOperationException as Tomcat is not transactional.
buildEntryForDriverConfiguredDataSourceWithXaTx(DataSource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
buildFinished(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
buildStarted(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener

C

canBeDeployed(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Checks whether the given Deployable can actually be deployed and whether a deployable has a web context path that already exist in another previously deployed Deployable.
CargoException - Exception in org.codehaus.cargo.util
Base exception class for all Cargo classes.
CargoException(String) - Constructor for exception org.codehaus.cargo.util.CargoException
 
CargoException(String, Throwable) - Constructor for exception org.codehaus.cargo.util.CargoException
 
CargoProject - Class in org.codehaus.cargo.maven2.util
Holder class to transport all required information to the configuration classes.
CargoProject(String, String, String, String, String, Set, Log) - Constructor for class org.codehaus.cargo.maven2.util.CargoProject
 
CargoProject(MavenProject, Log) - Constructor for class org.codehaus.cargo.maven2.util.CargoProject
 
CargoTask - Class in org.codehaus.cargo.ant
Ant task wrapper around the Cargo API to start/stop containers.
CargoTask() - Constructor for class org.codehaus.cargo.ant.CargoTask
 
CargoTestSuite - Class in org.codehaus.cargo.sample.java
 
CargoTestSuite(String) - Constructor for class org.codehaus.cargo.sample.java.CargoTestSuite
 
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.
clear() - Method in class org.codehaus.cargo.container.installer.Proxy
Clear all proxy settings.
clear() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
Clear all proxy settings.
CLUSTERED - Static variable in interface org.codehaus.cargo.container.jboss.JBossPropertySet
Whether the JBoss Configuration should be clustered.
collectUnsupportedDataSourcesAndThrowException() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Warn user and throw an Exception if any unsupported DataSources are setup for this configuration.
collectUnsupportedResourcesAndThrowException() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Warn user and throw an Exception if any unsupported Resources are setup for this configuration.
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
compareTo(Object) - Method in class org.codehaus.cargo.util.log.LogLevel
computedFQCN(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
computeExtension(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
computeLocation(CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
Configuration - Interface in org.codehaus.cargo.container.configuration
A configuration represents how a container is configured: where deployables are deployed, container ports, logging levels, container authentication, etc.
CONFIGURATION - Static variable in interface org.codehaus.cargo.container.jboss.JBossPropertySet
The JBoss configuration selected.
Configuration - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <configuration> tag used to configure the plugin in the pom.xml file.
Configuration() - Constructor for class org.codehaus.cargo.maven2.configuration.Configuration
 
CONFIGURATION_VERSION - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
Version of the domain configuration.
ConfigurationBuilder - Interface in org.codehaus.cargo.container.configuration.builder
Builds String representations a Resource configuration.
ConfigurationCapability - Interface in org.codehaus.cargo.container.configuration
Represents the capability of a configuration.
ConfigurationCapabilityFactory - Interface in org.codehaus.cargo.generic.configuration
Allow finding a Configuration's capability for a given container identified by its id and its type.
ConfigurationElement - Class in org.codehaus.cargo.ant
Nested Ant element to wrap the DefaultConfigurationFactory class.
ConfigurationElement() - Constructor for class org.codehaus.cargo.ant.ConfigurationElement
 
ConfigurationEntryType - Interface in org.codehaus.cargo.container.configuration.builder
Represents the type of a resource, such as a javax.sql.DataSource.
ConfigurationFactory - Interface in org.codehaus.cargo.generic.configuration
Create a Configuration knowing the container to which it is attached to and the configuration type.
ConfigurationType - Class in org.codehaus.cargo.container.configuration
Configuration type of Configurations.
ConfigurationType(String) - Constructor for class org.codehaus.cargo.container.configuration.ConfigurationType
 
configure(DataSource, LocalContainer) - Method in interface org.codehaus.cargo.container.configuration.entry.DataSourceSupport
 
configure(Resource, LocalContainer) - Method in interface org.codehaus.cargo.container.configuration.entry.ResourceSupport
 
configure(LocalContainer) - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
Setup the container which means setting up a valid directory structure, setting up configuration files and deploying static deployables.
configure() - Method in class org.codehaus.cargo.container.installer.Proxy
Set the Java system properties related to proxies.
configure(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Setup the container which means setting up a valid directory structure, setting up configuration files and deploying static deployables.
configure(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Configure the specified container.
configure(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
Configure the specified container.
configure(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
configure(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
configure() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
Set the Java system properties related to proxies.
configureDataSources(LocalContainer) - Method in interface org.codehaus.cargo.container.configuration.entry.DataSourceSupport
Configure the DataSources defined for this configuration.
configureDataSources(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
Configure the DataSources defined for this configuration.
configureDataSources(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Configure the DataSources defined for this configuration.
configureDataSourceWithImplementationClass(DataSource, String) - Method in class org.codehaus.cargo.container.jrun.internal.JRun4xConfigurationBuilder
 
configureDataSourceWithImplementationClass(DataSource, String) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
 
configureDataSourceWithImplementationClass(DataSource, String) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic9x10xAnd103xConfigurationBuilder
In WebLogic 9.x DataSource definitions are located in separate files linked to config.xml.
configureFiles(FilterChain) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Copy the customized configuration files into the cargo home directory.
ConfigureMojo - Class in org.codehaus.cargo.maven2
Mojo to create a local container standalone configuration at a specified directory.
ConfigureMojo() - Constructor for class org.codehaus.cargo.maven2.ConfigureMojo
 
configureResources(LocalContainer) - Method in interface org.codehaus.cargo.container.configuration.entry.ResourceSupport
Configure the Resources defined for this configuration.
configureResources(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
Configure the Resources defined for this configuration.
ConfluenceContainerDocumentationGenerator - Class in org.codehaus.cargo.documentation
Generate container documentation using Confluence markup language.
ConfluenceContainerDocumentationGenerator() - Constructor for class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
connect(String, String, String) - Method in interface org.codehaus.cargo.container.jboss.internal.HttpURLConnection
 
connect(String, String, String) - Method in class org.codehaus.cargo.container.jboss.internal.JdkHttpURLConnection
CONNECTION_PROPERTIES - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
Extra properties passed to the JDBC driver or datasource implementation.
CONNECTION_TYPE - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The type of the data source (typically javax.sql.XADataSource, javax.sql.ConnectionPoolDataSource or javax.sql.DataSource).
CONNECTIONPOOL_DATASOURCE - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
ConnectionPool DataSource, used by frameworks who manage their own database connections.
CONNECTOR_EMPTY_SESSION_PATH - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The boolean value for the empty session path connector property.
Container - Interface in org.codehaus.cargo.container
Common container API to wrap a physical container.
container - Variable in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
The local container to deploy to.
container - Variable in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteDeployer
The remote container to deploy to.
Container - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <container> tag used to configure the plugin in the pom.xml file.
Container() - Constructor for class org.codehaus.cargo.maven2.configuration.Container
 
CONTAINER_DESCRIPTOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'container-descriptor'.
ContainerCapability - Interface in org.codehaus.cargo.container
Represents the capability of a container.
ContainerCapabilityFactory - Interface in org.codehaus.cargo.generic
Allow finding a Container's capability by container id.
ContainerConfiguration - Interface in org.codehaus.cargo.container.spi.configuration
Container implementations of Configuration must also implement this interface.
ContainerException - Exception in org.codehaus.cargo.container
Base exception class for all Cargo Container API classes.
ContainerException(String) - Constructor for exception org.codehaus.cargo.container.ContainerException
 
ContainerException(String, Throwable) - Constructor for exception org.codehaus.cargo.container.ContainerException
 
ContainerFactory - Interface in org.codehaus.cargo.generic
Allow instantiating a container by id (e.g.
containerId - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Name of container to run (this is the container ID, see Container.getId().
ContainerIdentity - Interface in org.codehaus.cargo.generic.internal.util
Represents a container identity.
ContainerInstallMojo - Class in org.codehaus.cargo.maven2
Installs a container into a given directory.
ContainerInstallMojo() - Constructor for class org.codehaus.cargo.maven2.ContainerInstallMojo
 
ContainerStartMojo - Class in org.codehaus.cargo.maven2
Start a container using Cargo.
ContainerStartMojo() - Constructor for class org.codehaus.cargo.maven2.ContainerStartMojo
 
ContainerStopMojo - Class in org.codehaus.cargo.maven2
Stop a running container using Cargo.
ContainerStopMojo() - Constructor for class org.codehaus.cargo.maven2.ContainerStopMojo
 
containerTimeout - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Timeout to test if a container is correctly started or stopped.
ContainerType - Class in org.codehaus.cargo.container
Types of Containers.
ContainerType(String) - Constructor for class org.codehaus.cargo.container.ContainerType
 
containerType - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
The container type (local, remote, etc)
ContainerUtils - Class in org.codehaus.cargo.container.spi.util
Set of common Container utility methods for people extending Cargo.
containsAutoDeployable(Deployable[]) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
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.
containsContextFile() - Method in class org.codehaus.cargo.container.tomcat.TomcatWAR
 
containsJBossWebFile() - Method in class org.codehaus.cargo.container.jboss.JBossWAR
 
CONTEXT_KEY_CONTAINER - Static variable in class org.codehaus.cargo.maven2.AbstractCargoMojo
The key under which the container instance is stored in the plugin context.
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.
contextualize(Context) - Method in class org.codehaus.cargo.maven2.UberWarMojo
 
convertDataSourceToResourceAndGetXMLEntry(DataSource) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatConfigurationBuilder
This method converts the DataSource to a Resource and then builds the xml entry based on that.
convertToResource(DataSource, String, String) - Method in class org.codehaus.cargo.container.property.DataSourceConverter
This method converts the DataSource to a Resource.
convertToResource(DataSource) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatConfigurationBuilder
This method converts the DataSource to a Resource used in Tomcat.
copy(InputStream, OutputStream, int) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Copies data from an InputStream to an OutputStream.
copy(InputStream, OutputStream) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Copies data from an InputStream to an OutputStream using a default buffer size.
copy(InputStream, OutputStream, int) - Method in interface org.codehaus.cargo.util.FileHandler
Copies data from an InputStream to an OutputStream.
copy(InputStream, OutputStream) - Method in interface org.codehaus.cargo.util.FileHandler
Copies data from an InputStream to an OutputStream using a default buffer size.
copy(InputStream, OutputStream) - Method in class org.codehaus.cargo.util.FileUtils
Deprecated. Copies data from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Method in class org.codehaus.cargo.util.FileUtils
Deprecated. Copies data from an InputStream to an OutputStream.
copyAllIntoJar(File) - Method in interface org.codehaus.cargo.module.JarArchiveUpdateable
Recursively copy files from source into this archive.
copyCustomResources(String, FilterChain) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
Copy resources that are different between the different standalone implementations.
copyCustomResources(String, FilterChain) - Method in class org.codehaus.cargo.container.orion.Oc4j9xStandaloneLocalConfiguration
Copy resources that are different between the different standalone implementations.
copyDirectory(String, String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Copy a directory from a source to a destination.
copyDirectory(String, String, List) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Copy a directory from a source to a destination specifying files to be excluded.
copyDirectory(String, String) - Method in interface org.codehaus.cargo.util.FileHandler
Copy a directory from a source to a destination.
copyDirectory(String, String, List) - Method in interface org.codehaus.cargo.util.FileHandler
Copy a directory from a source to a destination specifying files to be excluded.
copyExternalResources(File, File, String[]) - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
Copy external resources to cargo configuration directory.
copyFile(String, String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Copy a file from a source to a destination specifying if source files may overwrite newer destination files.
copyFile(String, String, boolean) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Copy a file from a source to a destination specifying if source files may overwrite newer destination files.
copyFile(String, String, FilterChain) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Copy a file from a source to a destination using a filterchain to specify token replacement.
copyFile(String, String) - Method in interface org.codehaus.cargo.util.FileHandler
Copy a file from a source to a destination specifying if source files may overwrite newer destination files.
copyFile(String, String, boolean) - Method in interface org.codehaus.cargo.util.FileHandler
Copy a file from a source to a destination specifying if source files may overwrite newer destination files.
copyFile(String, String, FilterChain) - Method in interface org.codehaus.cargo.util.FileHandler
Copy a file from a source to a destination using a filterchain to specify token replacement.
copyResource(String, File) - Method in class org.codehaus.cargo.container.internal.util.ResourceUtils
Copies a container resource from the JAR into the specified file.
copyResource(String, String, FileHandler) - Method in class org.codehaus.cargo.container.internal.util.ResourceUtils
Copies a container resource from the JAR into the specified file using the specified file handler.
copyResource(String, File, FilterChain) - Method in class org.codehaus.cargo.container.internal.util.ResourceUtils
Copies a container resource from the JAR into the specified file, thereby applying the specified filters.
copyResource(String, String, FileHandler, FilterChain) - Method in class org.codehaus.cargo.container.internal.util.ResourceUtils
Copies a container resource from the JAR into the specified file, using the specified file handler thereby applying the specified filters.
create(WarArchiveMerger, Merge) - Method in interface org.codehaus.cargo.maven2.merge.MergeProcessorFactory
 
create(WarArchiveMerger, Merge) - Method in class org.codehaus.cargo.maven2.merge.MergeWebXml
 
create(WarArchiveMerger, Merge) - Method in class org.codehaus.cargo.maven2.merge.MergeXslt
create() - Method in class org.codehaus.cargo.module.DescriptorTag
 
create() - Method in interface org.codehaus.cargo.sample.testdata.ejb.SampleHome
 
createAntTask(String) - Method in class org.codehaus.cargo.util.AntUtils
Creates and returns a new instance of the Ant task mapped to the specified logical name.
createAutoDeployDeployable(Container) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
createBlankDataSourceFile(String) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Create a blank datasource file with correct namespace.
createConfiguration() - Method in class org.codehaus.cargo.ant.CargoTask
 
createConfiguration(String, ContainerType) - Method in class org.codehaus.cargo.ant.ConfigurationElement
 
createConfiguration(String, ContainerType, ConfigurationType) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
Create a configuration instance matching the specified container and type.
createConfiguration(String, ContainerType, ConfigurationType, String) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
Create a configuration instance matching the specified container and type.
createConfiguration(String, ContainerType, ConfigurationType) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Create a configuration instance matching the specified container and type.
createConfiguration(String, ContainerType, ConfigurationType, String) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Create a configuration instance matching the specified container and type.
createConfiguration() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Creates a Configuration instance.
createConfiguration(String, ContainerType, CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
Gets this configuration's ConfigurationBuilder.
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.resin.Resin2xStandaloneLocalConfiguration
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.resin.Resin3xStandaloneLocalConfiguration
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
 
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
createConfigurationCapability(String, ContainerType, ConfigurationType) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationCapabilityFactory
Create a ConfigurationCapability instance for a given container.
createConfigurationCapability(String, ContainerType, ConfigurationType) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Create a ConfigurationCapability instance for a given container.
createConnector(InetAddress, int, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates a new connector.
createContainer(String, ContainerType, Configuration) - Method in interface org.codehaus.cargo.generic.ContainerFactory
Create a container instance instantiated using the specified configuration.
createContainer(String, ContainerType, Configuration) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Create a container instance instantiated using the specified configuration.
createContainer() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
createContainer(Configuration, Logger, CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
createContainerCapability(String) - Method in interface org.codehaus.cargo.generic.ContainerCapabilityFactory
Create a ContainerCapability instance.
createContainerCapability(String) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Create a ContainerCapability instance.
createContext(String, String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates an web application for deployment.
createContextToken(WAR) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
 
createDefaultDeployerUrl(Configuration) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Returns a deployerURL based on default values.
createDeployable(String) - Method in class org.codehaus.cargo.ant.DeployableElement
 
createDeployable(String, String, DeployableType) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
createDeployable(String, String, DeployableType) - Method in interface org.codehaus.cargo.generic.deployable.DeployableFactory
 
createDeployable(String, CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
createDeployConnection(WAR) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Creates an deploy connection for the deployer.
createDeployer(Container, DeployerType) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Create a Deployer instance matching the specified container and type.
createDeployer(Container) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Create a Deployer instance whose type matches the container's type.
createDeployer(Container, DeployerType) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
Create a Deployer instance matching the specified container and type.
createDeployer(Container) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
Create a Deployer instance whose type matches the container's type.
createDeployer(Container) - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
 
createDeployer(Container) - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
createDirectory(String, String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Convenience method for creating a new directory inside another one.
createDirectory(String, String) - Method in interface org.codehaus.cargo.util.FileHandler
Convenience method for creating a new directory inside another one.
createDirectory(URI, String) - Method in class org.codehaus.cargo.util.FileUtils
Deprecated. Convenience method for creating a new directory inside another one.
createDirectory(File, String) - Method in class org.codehaus.cargo.util.FileUtils
Deprecated. 
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
 
createElementForDeployableInDomain(Deployable, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
create the config.xml element representing the Deployable.
createEngine() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates a new engine.
createExpandedWarTokenValue(String) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
 
createExtraClasspath() - Method in class org.codehaus.cargo.ant.CargoTask
Adds extra classpath that will be used for starting the container.
createFile(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Create a file.
createFile(String) - Method in interface org.codehaus.cargo.util.FileHandler
Create a file.
createFilterChain() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Creates the default filter chain that should be applied while copying container configuration files to the working directory from which the container is started.
createGeronimoFilterChain(LocalContainer) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xStandaloneLocalConfiguration
Create filter to replace tokens in configuration file with user defined values.
createGeronimoURLClassloader(File) - Method in class org.codehaus.cargo.container.geronimo.internal.GeronimoUtils
 
createHandler(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Create a WebAppContext for the Deployable.
createHandler(String, String) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Create a WebAppContext for the webapp given as a string.
createHandler(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Create a WebAppContext for the Deployable.
createHandler(String, String) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Create a WebAppContext for the webapp given as a string.
createHost(String, File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates a new virtual host mapping.
createIdForDeployable(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Get a string name for the configuration of this deployable.
createIdFromFileName(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Get a string name for the configuration of this deployable based on its filename.
createIdFromJndiLocation(String) - Static method in class org.codehaus.cargo.container.property.DataSourceConverter
Get a string name for the configuration of this datasource.
createImplementation(RegistrationKey, AbstractGenericHintFactory.GenericParameters, String) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
Generic method to create an implementation based on the registered implementation classes.
createImplementation(RegistrationKey, AbstractGenericHintFactory.GenericParameters, String) - Method in class org.codehaus.cargo.generic.spi.AbstractIntrospectionGenericHintFactory
Generic method to create an implementation based on the registered implementation classes.
createInstaller() - Method in class org.codehaus.cargo.ant.ZipURLInstallerElement
 
createInstaller() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
Create an implementation class instance.
createJarFromDirectory(File, File, JarOutputStream) - Method in class org.codehaus.cargo.util.JarUtils
Create a jar file from a particular directory.
createJarFromDirectory(String, File) - Method in class org.codehaus.cargo.util.JarUtils
Create a JAR file from a directory, recursing through children.
createJBossFilterChain(JBoss5xInstalledLocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBoss5xStandaloneLocalConfiguration
Create and return a filterchain for the JBoss configuration files.
createJBossFilterChain(JBossInstalledLocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
Create filter to replace token in configuration file with user defined token.
createJBossRemoteURL(Deployable, String) - Method in class org.codehaus.cargo.container.jboss.JBossRemoteDeployer
Compute the JBoss deploy/undeploy URL.
createLogger() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Create a logger.
createManager(Configuration) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Creates a Tomcat manager wrapper from the specified configuration.
createNestedText(DescriptorTag, String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Creates an element that contains nested text.
createNewContainer() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Creates a brand new Container instance.
createPackager(String, PackagerType, String) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Create a Packager instance matching the specified container id.
createPackager(String, PackagerType, String) - Method in interface org.codehaus.cargo.generic.packager.PackagerFactory
Create a Packager instance matching the specified container id.
createPackager(Container) - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
createPackager(Container) - Method in class org.codehaus.cargo.maven2.PackageMojo
 
createProject() - Method in class org.codehaus.cargo.util.AntUtils
 
createProxy() - Method in class org.codehaus.cargo.ant.ZipURLInstallerElement
 
createProxy() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
createResinFilterChain() - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
 
createResinFilterChain() - Method in class org.codehaus.cargo.container.resin.Resin2xStandaloneLocalConfiguration
createResinFilterChain() - Method in class org.codehaus.cargo.container.resin.Resin3xStandaloneLocalConfiguration
createResource(String, CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
createRoleMap(List) - Static method in class org.codehaus.cargo.container.property.User
Create a user map indexed on the roles.
createServerObject() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
Create a Jetty Server Object.
createServerObject() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Create a Jetty Server Object.
createServerObject() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Create a Jetty Server Object.
createSharedClasspath() - Method in class org.codehaus.cargo.ant.CargoTask
Adds shared classpath that will be shared by container applications.
createSysProperty(String, File) - Method in class org.codehaus.cargo.util.AntUtils
Convenience method to create an Ant environment variable that points to a file.
createSysProperty(String, Path) - Method in class org.codehaus.cargo.util.AntUtils
Convenience method to create an Ant environment variable that contains a path.
createSysProperty(String, String) - Method in class org.codehaus.cargo.util.AntUtils
Convenience method to create an Ant environment variable that contains a string.
createSysProperty(String, URI) - Method in class org.codehaus.cargo.util.AntUtils
Convenience method to create an Ant environment variable that contains a string from an URI.
createTask(String) - Method in interface org.codehaus.cargo.util.AntTaskFactory
Returns the task that is mapped to the specified name.
createTask(String) - Method in class org.codehaus.cargo.util.DefaultAntTaskFactory
Returns the task that is mapped to the specified name.
createTmpDirectory(String) - Method in class org.codehaus.cargo.util.FileUtils
Deprecated. Creates a temporary directory.
createTomcatFilterChain() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
createTomcatFilterChain() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
Configure the emptySessionPath property token on the filter chain for the server.xml configuration file.
createUndeployConnection(WAR) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Creates an undeploy connection for the deployer.
createUniqueTmpDirectory() - Method in class org.codehaus.cargo.util.DefaultFileHandler
Creates a unique temporary directory.
createUniqueTmpDirectory() - Method in interface org.codehaus.cargo.util.FileHandler
Creates a unique temporary directory.
createUniqueTmpDirectory() - Method in class org.codehaus.cargo.util.FileUtils
Deprecated. Creates a unique temporary directory.
createUserToken() - Method in class org.codehaus.cargo.container.jrun.JRun4xFilterChain
 
createZipURLInstaller() - Method in class org.codehaus.cargo.ant.CargoTask
 

D

DATASOURCE - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
Standard DataSource, most often used by application code directly.
DataSource - Class in org.codehaus.cargo.container.configuration.entry
A Datasource is a representation of a JDBC datasource.
DataSource() - Constructor for class org.codehaus.cargo.container.configuration.entry.DataSource
initializes connectionProperties to a new object.
DATASOURCE - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
A property to encapsulate all the other datasource properties.
DataSourceConverter - Class in org.codehaus.cargo.container.property
A DataSource is a representation of an database pool bound to JNDI.
DataSourceConverter() - Constructor for class org.codehaus.cargo.container.property.DataSourceConverter
 
DatasourcePropertySet - Interface in org.codehaus.cargo.container.property
Gathers all data source properties valid for all types of containers.
DataSourceSupport - Interface in org.codehaus.cargo.container.configuration.entry
Designates support of DataSource configuration.
debug(String, String) - Method in class org.codehaus.cargo.util.internal.log.AbstractLogger
Logger debug messages.
debug(String, String) - Method in interface org.codehaus.cargo.util.log.Logger
Logger debug messages.
DEBUG - Static variable in class org.codehaus.cargo.util.log.LogLevel
Represents a debug logging level.
DEFAULT_KEEPALIVE_SOCKET_PORT - Static variable in class org.codehaus.cargo.container.resin.internal.ResinRun
Default keepalive socket port for Resin 3.x.
DEFAULT_PORT - Static variable in interface org.codehaus.cargo.container.jrun.JRun4xPropertySet
The default port.
DEFAULT_SERVER_NAME - Static variable in interface org.codehaus.cargo.container.jrun.JRun4xPropertySet
The default JRun server instance name.
DefaultAntTaskFactory - Class in org.codehaus.cargo.util
Default AntTaskFactory for creating Ant tasks.
DefaultAntTaskFactory(Project) - Constructor for class org.codehaus.cargo.util.DefaultAntTaskFactory
Constructor using default values for the current task name, current location and current target.
DefaultAntTaskFactory(Project, String, Location, Target) - Constructor for class org.codehaus.cargo.util.DefaultAntTaskFactory
 
DefaultConfigurationCapabilityFactory - Class in org.codehaus.cargo.generic.configuration
Default implementation of ConfigurationCapabilityFactory.
DefaultConfigurationCapabilityFactory() - Constructor for class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Initialize configuration capability name mappings with container ids and configuration types.
DefaultConfigurationCapabilityFactory(ClassLoader) - Constructor for class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register configuration capability name mappings.
DefaultConfigurationFactory - Class in org.codehaus.cargo.generic.configuration
Default ConfigurationFactory implementation that has all the known container configurations registered against their containers.
DefaultConfigurationFactory() - Constructor for class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register default configurations.
DefaultConfigurationFactory(ClassLoader) - Constructor for class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register configuration name mappings.
DefaultContainerCapabilityFactory - Class in org.codehaus.cargo.generic
Default implementation of ContainerCapabilityFactory.
DefaultContainerCapabilityFactory() - Constructor for class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Initialize container capability name mappings with container ids.
DefaultContainerCapabilityFactory(ClassLoader) - Constructor for class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register container capability name mappings.
DefaultContainerFactory - Class in org.codehaus.cargo.generic
Default implementation of ContainerFactory.
DefaultContainerFactory() - Constructor for class org.codehaus.cargo.generic.DefaultContainerFactory
Initialize container name mappings with container ids.
DefaultContainerFactory(ClassLoader) - Constructor for class org.codehaus.cargo.generic.DefaultContainerFactory
Register packager name mappings.
DefaultDeployableFactory - Class in org.codehaus.cargo.generic.deployable
Default deployable factory that returns deployables for a given container.
DefaultDeployableFactory() - Constructor for class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Register deployable classes mappings.
DefaultDeployableFactory(ClassLoader) - Constructor for class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Register deployable classes mappings.
DefaultDeployerFactory - Class in org.codehaus.cargo.generic.deployer
Default DeployerFactory implementation that has all the known container deployers registered against their containers.
DefaultDeployerFactory() - Constructor for class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register default deployers.
DefaultDeployerFactory(ClassLoader) - Constructor for class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register deployer name mappings.
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.
DefaultFileHandler - Class in org.codehaus.cargo.util
File operations that are performed in Cargo.
DefaultFileHandler() - Constructor for class org.codehaus.cargo.util.DefaultFileHandler
Initializations.
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.
DefaultPackagerFactory - Class in org.codehaus.cargo.generic.packager
Default PackagerFactory implementation that has all the known container packagers registered against their containers.
DefaultPackagerFactory() - Constructor for class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Register default deployers.
DefaultPackagerFactory(ClassLoader) - Constructor for class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Register packager name mappings.
DefaultServerRun - Class in org.codehaus.cargo.container.spi.util
Helper class to start/stop a container.
DefaultServerRun(String[]) - Constructor for class org.codehaus.cargo.container.spi.util.DefaultServerRun
 
defaultSupportsMap - Variable in class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
Default support Map.
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.
delete(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Deletes a file or directory, removing any children as appropriate.
delete(String) - Method in interface org.codehaus.cargo.util.FileHandler
Deletes a file or directory, removing any children as appropriate.
delete(File) - Method in class org.codehaus.cargo.util.FileUtils
Deprecated. Deletes a file or directory, removing any children as appropriate.
deleteDirectory(File) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Recursively delete the webapp directory.
Dependency - Class in org.codehaus.cargo.maven2.configuration
Allow users to add classpath entries to the classpath used to start the container.
Dependency() - Constructor for class org.codehaus.cargo.maven2.configuration.Dependency
 
DependencyCalculator - Class in org.codehaus.cargo.maven2
This class is effectively an unmitigated hack.
DependencyCalculator(ArtifactFactory, ArtifactResolver, ArtifactRepository, List, MavenProject, MavenProjectBuilder, ArtifactInstaller, PlexusContainer) - Constructor for class org.codehaus.cargo.maven2.DependencyCalculator
 
deploy(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable, DeployableMonitor) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.jboss.JBossRemoteDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(List) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
deploy(Deployable, DeployableMonitor) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(String, URL) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a URL to the specified context path.
deploy(String, URL, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists.
deploy(String, URL, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
deploy(String, InputStream) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a HTTP PUT to the specified context path.
deploy(String, InputStream, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a HTTP PUT to the specified context path, optionally undeploying the webapp if it already exists.
deploy(String, InputStream, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a HTTP PUT to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
deploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(HttpServletResponse, String, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Deploy the war to the given context path.
Deployable - Interface in org.codehaus.cargo.container.deployable
A deployable is a file archive to be deployed in a container (eg WAR, EAR, etc).
Deployable - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <deployable> tag used to configure the plugin in the pom.xml file.
Deployable() - Constructor for class org.codehaus.cargo.maven2.configuration.Deployable
 
DEPLOYABLE_FOLDER - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
The auto-deploy folder, if different then default.
DeployableElement - Class in org.codehaus.cargo.ant
Nested Ant element to wrap a Deployable.
DeployableElement() - Constructor for class org.codehaus.cargo.ant.DeployableElement
 
DeployableException - Exception in org.codehaus.cargo.container.deployable
Exception thrown when a container encounters a problem with a deployable.
DeployableException(String) - Constructor for exception org.codehaus.cargo.container.deployable.DeployableException
 
DeployableException(String, Throwable) - Constructor for exception org.codehaus.cargo.container.deployable.DeployableException
 
DeployableFactory - Interface in org.codehaus.cargo.generic.deployable
Factory to create Deployable instances.
DeployableMonitor - Interface in org.codehaus.cargo.container.deployer
Monitor the deployment status of a Deployable.
DeployableMonitorListener - Interface in org.codehaus.cargo.container.deployer
Listener that is triggered when the deployment status of a Deployable changes.
DeployableType - Class in org.codehaus.cargo.container.deployable
Type of Depoyable.
deployArchive(HttpServletRequest, HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Deploys the archive to the server.
deployCargoPing(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Deploy the Cargo Ping utility to the container.
deployCargoPing(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
Deploy the Cargo Ping utility to the container.
deployContext(String, URL) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration to the specified context path.
deployContext(String, URL, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration to the specified context path, optionally undeploying the webapp if it already exists.
deployContext(String, URL, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
deployContext(String, URL, URL) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration and WAR as a URL to the specified context path.
deployContext(String, URL, URL, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration and WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists.
deployContext(String, URL, URL, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration and WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
deployEar(String, EAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Copy the EAR file to the deployable directory.
deployed() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitorListener
The Deployable has finished deploying.
deployed() - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
 
deployed() - Method in class org.codehaus.cargo.maven2.DeployerDeployMojo.DeployerListener
 
deployEjb(String, EJB) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Copy the EJB file to the deployable directory.
Deployer - Interface in org.codehaus.cargo.container.deployer
API to manage all deployment aspects of Deployable: deploy, undeploy, start, stop and restart.
Deployer - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <deployer> tag used to configure the plugin in the pom.xml file.
Deployer() - Constructor for class org.codehaus.cargo.maven2.configuration.Deployer
 
DEPLOYER_URL - Static variable in interface org.codehaus.cargo.container.jetty.JettyPropertySet
The URL for calling the Jetty Deplotyer webapp.
DeployerDeployMojo - Class in org.codehaus.cargo.maven2
Deploy a deployable to a container.
DeployerDeployMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerDeployMojo
 
DeployerDeployMojo.DeployerListener - Class in org.codehaus.cargo.maven2
 
DeployerDeployMojo.DeployerListener(Deployable) - Constructor for class org.codehaus.cargo.maven2.DeployerDeployMojo.DeployerListener
 
DeployerFactory - Interface in org.codehaus.cargo.generic.deployer
Create a Deployer knowing the container to which it is attached and the deployer type.
DeployerRedeployMojo - Class in org.codehaus.cargo.maven2
Redeploy a deployable (i.e.
DeployerRedeployMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerRedeployMojo
 
DeployerServlet - Class in org.codehaus.cargo.deployer.jetty
This servlet is used to control deploy, undeploy, redeploy, start, and stop a web application within the jetty server.
DeployerServlet(Server) - Constructor for class org.codehaus.cargo.deployer.jetty.DeployerServlet
Creates the DeployerServlet and gives the servlet reference to the server in which it is deployed.This gives the servlet access to the server internals which allows for deployment control.
DeployerStartMojo - Class in org.codehaus.cargo.maven2
Start a deployable which is already installed in a container.
DeployerStartMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerStartMojo
 
DeployerStopMojo - Class in org.codehaus.cargo.maven2
Stop a deployable which is already deployed in a container.
DeployerStopMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerStopMojo
 
DeployerType - Class in org.codehaus.cargo.container.deployer
Type of Deployer.
DeployerUndeployMojo - Class in org.codehaus.cargo.maven2
Undeploy a deployable from a container.
DeployerUndeployMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerUndeployMojo
 
DeployerWatchdog - Class in org.codehaus.cargo.container.spi.deployer
Wait for a deployable to be deployed.
DeployerWatchdog(DeployableMonitor) - Constructor for class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
 
deployExpandedRar(String, RAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Copy the full expanded RAR directory to the deployable directory, renaming it if the user has specified a custom context for this expanded RAR.
deployExpandedSar(String, SAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Copy the full expanded SAR directory to the deployable directory, renaming it if the user has specified a custom context for this expanded SAR.
deployExpandedWar(String, WAR) - Method in class org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer
Copy the full expanded WAR directory to the deployable directory, renaming it if the user has specified a custom context for this expanded WAR.
deployExpandedWar(String, WAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Copy the full expanded WAR directory to the deployable directory, renaming it if the user has specified a custom context for this expanded WAR.
deployExpandedWar(String, WAR) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
We override the default implementation from AbstractCopyingInstalledLocalDeployer in order to handle the special Tomcat scenarios: if the deployable is a TomcatWAR instance and it contains a context.xml file that we need to manually copy.
deployExpandedWar(String, WAR) - Method in class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
Copy the full expanded WAR directory to the deployable directory, renaming it if the user has specified a custom context for this expanded WAR.
deployFile(String, File) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Copy the file to the deployable directory.
deployRar(String, RAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Copy the RAR file to the deployable directory.
deploySar(String, SAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Copy the SAR file to the deployable directory.
DEPLOYTOOL_CLASSPATH - Static variable in interface org.codehaus.cargo.container.property.JSR88PropertySet
Extra classpath necessary for the deployment tool (not the container itself!) to function.
DEPLOYTOOL_JAR - Static variable in interface org.codehaus.cargo.container.property.JSR88PropertySet
JAR file to load the deployment tool from.
deployWar(String, WAR) - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
Copy the WAR file to the deployable directory, renaming it if the user has specified a custom context for this WAR.
deployWar(String, WAR) - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalDeployer
Copy the WAR file to the deployable directory, renaming it if the user has specified a custom context for this WAR.
deployWar(String, WAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Copy the WAR file to the deployable directory, renaming it if the user has specified a custom context for this WAR.
deployWar(String, WAR) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
We override the default implementation from AbstractCopyingInstalledLocalDeployer in order to handle the special Tomcat scenarios: if the deployable is a TomcatWAR instance and it containts a context.xml file that we need to manually copy.
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Implement to perform the work of the deploy.
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalDeployer
Implement to perform the work of the deploy.
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
Implement to perform the work of the deploy.
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
Implement to perform the work of the deploy.
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
Implement to perform the work of the deploy.
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 - Static variable in class org.codehaus.cargo.container.packager.PackagerType
Represents a directory packager, ie a packager that creates a package in a given directory.
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'.
distribute(Deployable) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Distribute a deployable to a running or offline Geronimo server.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBoss5xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBossExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jo.Jo1xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jrun.JRun4xExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.orion.Oc4j10xExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.resin.ResinExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
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.
doExecute() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.ConfigureMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.ContainerInstallMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.ContainerStartMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.ContainerStopMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.PackageMojo
Executes the plugin.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Performs the http GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.authentication.TestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.jdbc.TestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.mail.TestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.tomcatcontext.TestServlet
 
doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.maven2.log.MavenLogger
Common method for all severity levels.
doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.internal.log.AbstractLogger
Common method for all severity levels.
doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.log.AntLogger
Common method for all severity levels.
doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.log.FileLogger
Common method for all severity levels.
doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.log.NullLogger
Common method for all severity levels.
doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.log.SimpleLogger
Common method for all severity levels.
Dom4JUtil - Class in org.codehaus.cargo.util
This class offers utility methods not exposed in the current dom4j api.
Dom4JUtil() - Constructor for class org.codehaus.cargo.util.Dom4JUtil
default constructor will assign no namespaces and use a default file handler.
Dom4JUtil(FileHandler) - Constructor for class org.codehaus.cargo.util.Dom4JUtil
constructor will assign no namespaces.
Dom4JXmlFileBuilder - Class in org.codehaus.cargo.util
This implementation uses @{link Dom4JUtil Dom4JUtil} to manipulate xml files.
Dom4JXmlFileBuilder(FileHandler) - Constructor for class org.codehaus.cargo.util.Dom4JXmlFileBuilder
creates the instance, which will use the specified @{link FileHandler fileHandler} to read or write the xml file.
DOMAIN_VERSION - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
Lowest common denominator of the servers in the domain.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Performs the http PUT method.
doRun() - Method in class org.codehaus.cargo.container.spi.util.DefaultServerRun
Parse and process the command line to start/stop the server.
doStart(Java) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBoss5xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJetty4x5xEmbeddedLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
Implementation of RunnableContainer.start() to all container extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.jrun.internal.AbstractJRunInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOc4j10xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart() - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(Java) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStartServer(String[]) - Method in class org.codehaus.cargo.container.resin.internal.ResinRun
Start the Resin server.
doStartServer(String[]) - Method in class org.codehaus.cargo.container.spi.util.DefaultServerRun
Starts the server (in a blocking mode) and set up a socket listener.
doStop(Java) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
Implementation of RunnableContainer.stop() to all container extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.jrun.internal.AbstractJRunInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOc4j10xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop() - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(Java) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStopServer(String[]) - Method in class org.codehaus.cargo.container.resin.internal.ResinRun
Stops the Resin server.
doStopServer(String[]) - Method in class org.codehaus.cargo.container.spi.util.DefaultServerRun
Stops the server by connecting to the socket set up when the server was started.
download() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
Downloads the zip file containing the container files.
DRIVER_CLASS - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The class name of the Driver or XADataSource implementation clas.
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

EAR - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The EAR deployable type.
EAR - Class in org.codehaus.cargo.container.deployable
Wraps an EAR file that will be deployed in the container.
EAR(String) - Constructor for class org.codehaus.cargo.container.deployable.EAR
EarArchive - Interface in org.codehaus.cargo.module.application
Class that encapsulates access to an EAR.
EJB - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The EJB deployable type.
EJB - Class in org.codehaus.cargo.container.deployable
Wraps an EJB JAR file that will be deployed in the container.
EJB(String) - Constructor for class org.codehaus.cargo.container.deployable.EJB
 
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'.
ejbActivate() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
EjbArchive - Interface in org.codehaus.cargo.module.ejb
Class that encapsulates access to an EJB JAR.
ejbCreate() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
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).
ejbPassivate() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
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.
ejbRemove() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
element(String) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
element(String, Namespace) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
ElementNotFoundException - Exception in org.codehaus.cargo.util
Exception raised when an XPath search returns no results.
ElementNotFoundException(String, Element) - Constructor for exception org.codehaus.cargo.util.ElementNotFoundException
Constructor that provides a default message based on the XPath and element search.
EMBEDDED - Static variable in class org.codehaus.cargo.container.ContainerType
Represents a local embedded container type.
EMBEDDED - Static variable in class org.codehaus.cargo.container.deployer.DeployerType
A deployer type to deploy to an embedded local container.
EmbeddedContainerClasspathResolver - Class in org.codehaus.cargo.sample.java
Create a classloader to load container classes.
EmbeddedContainerClasspathResolver() - Constructor for class org.codehaus.cargo.sample.java.EmbeddedContainerClasspathResolver
 
EmbeddedLocalContainer - Interface in org.codehaus.cargo.container
Represents an embedded container which only requires the correct JARs in the classpath to work.
encode(String) - Static method in class org.codehaus.cargo.util.Base64
Base64 encodes the specified string using the platform's default encoding.
encode(byte[]) - Static method in class org.codehaus.cargo.util.Base64
Base64 encodes the specified bytes.
encodeBase64(byte[]) - Static method in class org.codehaus.cargo.util.Base64
Base64 encodes the specified bytes.
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'.
EnvironmentTestData - Class in org.codehaus.cargo.sample.java
Groups together all environmental test datat (ie data that depends on how the user has configured its tests to run in Maven).
EnvironmentTestData(String, ContainerType, String) - Constructor for class org.codehaus.cargo.sample.java.EnvironmentTestData
 
equals(Object) - Method in class org.codehaus.cargo.container.configuration.ConfigurationType
equals(Object) - Method in class org.codehaus.cargo.container.ContainerType
equals(Object) - Method in class org.codehaus.cargo.container.deployable.DeployableType
equals(Object) - Method in class org.codehaus.cargo.container.deployer.DeployerType
equals(Object) - Method in class org.codehaus.cargo.container.packager.PackagerType
equals(Object) - Method in class org.codehaus.cargo.container.property.TransactionSupport
equals(Object) - Method in class org.codehaus.cargo.container.property.User
equals(Object) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
equals(Object) - Method in class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
Differentiate two identities.
equals(Object) - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
Differentiate two keys.
equals(Object) - Method in class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
Differentiate two identities.
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
equals(Object) - Method in class org.codehaus.cargo.util.log.LogLevel
ERROR_PAGE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'error-page'.
escapeBackSlashesIfNotNull(String) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Escapes backslashes so that they can parse properly.
execute() - Method in class org.codehaus.cargo.ant.CargoTask
 
execute() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
execute() - Method in class org.codehaus.cargo.maven2.AbstractUberWarMojo
 
execute() - Method in class org.codehaus.cargo.maven2.DependencyCalculator
 
execute() - Method in class org.codehaus.cargo.maven2.UberWarMojo
Executes the UberWarMojo on the current project.
execute(File) - Method in class org.codehaus.cargo.module.webapp.merge.ArchiveResourceMerger
Execute the merge into the assembly directory.
executeActions() - Method in class org.codehaus.cargo.ant.CargoTask
Execute the action specified by the user.
executeMergeProcessors(File) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
 
EXISTING - Static variable in class org.codehaus.cargo.container.configuration.ConfigurationType
Represents an existing configuration type.
ExistingLocalConfiguration - Interface in org.codehaus.cargo.container.configuration
An existing configuration allows you to point Cargo to a container configuration that you have already set somewhere on your local file system.
exists(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
exists(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
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

FILE - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The File deployable type.
File - Class in org.codehaus.cargo.container.deployable
Wraps a file that will be deployed into the container.
File(String) - Constructor for class org.codehaus.cargo.container.deployable.File
Constructor.
FileConfig - Class in org.codehaus.cargo.container.configuration
Contains data about configuration files that should be used for the container.
FileConfig() - Constructor for class org.codehaus.cargo.container.configuration.FileConfig
Constructor.
FileHandler - Interface in org.codehaus.cargo.util
File operations that are performed in Cargo.
FileLogger - Class in org.codehaus.cargo.util.log
File implementation which sends logged messages to a file.
FileLogger(File, boolean) - Constructor for class org.codehaus.cargo.util.log.FileLogger
 
FileLogger(String, boolean) - Constructor for class org.codehaus.cargo.util.log.FileLogger
 
FileUtils - Class in org.codehaus.cargo.util
Deprecated. use FileHandler instead
FileUtils() - Constructor for class org.codehaus.cargo.util.FileUtils
Deprecated.  
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.
findArtifactLocation(Set, Log) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
findPropertySetFieldName(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
findPropertySetFieldName(String, Class) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
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
 
fromProperties(Properties) - Method in class org.codehaus.cargo.container.property.DataSourceConverter
Construct a DataSource from a list of properties.
fromProperties(Properties) - Method in class org.codehaus.cargo.container.property.ResourceConverter
Construct a Resource from a list of properties.
fromPropertyString(String) - Method in class org.codehaus.cargo.container.property.DataSourceConverter
Construct a DataSource from a single String.
fromPropertyString(String) - Method in class org.codehaus.cargo.container.property.ResourceConverter
Construct a Resource from a single String.
FullContainerIdentity - Class in org.codehaus.cargo.generic.internal.util
Represents a container identified by its id and type.
FullContainerIdentity(String, ContainerType) - Constructor for class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
 

G

GeneralPropertySet - Interface in org.codehaus.cargo.container.property
Gathers all general container properties valid for all types of containers.
generateConfigurationFeaturesText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
generateConfigurationPropertiesForConfigurationTypeForContainerType(String, ConfigurationType, String, ContainerType) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
generateConfigurationPropertiesText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
generateContainerFeaturesText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
generateDeployerFeaturesText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
generateDocumentation(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
generateExistingConfigurationText(String, ContainerType) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
generateOtherFeaturesText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
generateStandaloneConfigurationText(String, ContainerType) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
Geronimo1xExistingLocalConfiguration - Class in org.codehaus.cargo.container.geronimo
Geronimo 1.x series existing Configuration implementation.
Geronimo1xExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.geronimo.Geronimo1xExistingLocalConfiguration
Geronimo1xInstalledLocalContainer - Class in org.codehaus.cargo.container.geronimo
Geronimo 1.x series container implementation.
Geronimo1xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
Geronimo1xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.geronimo
Geronimo 1.x series standalone Configuration implementation.
Geronimo1xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.geronimo.Geronimo1xStandaloneLocalConfiguration
GERONIMO_CONSOLE_LOGLEVEL - Static variable in interface org.codehaus.cargo.container.geronimo.GeronimoPropertySet
Log level for console log appender.
GERONIMO_FILE_LOGLEVEL - Static variable in interface org.codehaus.cargo.container.geronimo.GeronimoPropertySet
Log level for file log appender.
GERONIMO_SERVLET_CONTAINER_ID - Static variable in interface org.codehaus.cargo.container.geronimo.GeronimoPropertySet
The id for the servlet container.
GERONIMO_USERS - Static variable in interface org.codehaus.cargo.container.geronimo.GeronimoPropertySet
Geronimo list of user credentials.
GeronimoDeployable - Interface in org.codehaus.cargo.container.geronimo.deployable
Geronimo-specific deployable which adds supports for passing Geronimo deployment plans.
GeronimoEAR - Class in org.codehaus.cargo.container.geronimo.deployable
Geronimo EAR deployable.
GeronimoEAR(String) - Constructor for class org.codehaus.cargo.container.geronimo.deployable.GeronimoEAR
 
GeronimoEJB - Class in org.codehaus.cargo.container.geronimo.deployable
Geronimo EJB deployable.
GeronimoEJB(String) - Constructor for class org.codehaus.cargo.container.geronimo.deployable.GeronimoEJB
 
GeronimoExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.geronimo.internal
Capabilities of the Geronimo's existing local configuration.
GeronimoExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.geronimo.internal.GeronimoExistingLocalConfigurationCapability
Initialize Geronimo-specific configuration Map.
GeronimoInstalledLocalDeployer - Class in org.codehaus.cargo.container.geronimo
A Geronimo deploytool-based deployer to perform deployment to a local container.
GeronimoInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
GeronimoPropertySet - Interface in org.codehaus.cargo.container.geronimo
Interface for Geronimo-specific properties.
GeronimoStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.geronimo.internal
Capabilities of the Geronimo's standalone local configuration.
GeronimoStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.geronimo.internal.GeronimoStandaloneLocalConfigurationCapability
Initialize Geronimo-specific configuration Map.
GeronimoUtils - Class in org.codehaus.cargo.container.geronimo.internal
Various utility methods such as checking is Geronimo is started.
GeronimoUtils() - Constructor for class org.codehaus.cargo.container.geronimo.internal.GeronimoUtils
 
GeronimoWAR - Class in org.codehaus.cargo.container.geronimo.deployable
Geronimo WAR deployable.
GeronimoWAR(String) - Constructor for class org.codehaus.cargo.container.geronimo.deployable.GeronimoWAR
 
getAbsolutePath(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
gets the absolute path from a file that may be relative to the current directory.
getAbsolutePath(String) - Method in interface org.codehaus.cargo.util.FileHandler
gets the absolute path from a file that may be relative to the current directory.
getAction() - Method in class org.codehaus.cargo.ant.CargoTask
 
getAddDefaultEntities() - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
Returns the state of the "add default entities" flag.
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.
getAntUtils() - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
 
getAntUtils() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
 
getAntUtils() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
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.
getArtifactId() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getArtifactId() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getArtifacts() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getAutoDeployDirectory() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getAutoDeployDirectory() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getAutoDeployDirectory() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getAutoDeployDirectory() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getAutoDeployDirectory() - Method in interface org.codehaus.cargo.container.weblogic.WebLogicLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getBeaHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getBeaHome() - Method in interface org.codehaus.cargo.container.weblogic.WebLogicLocalContainer
The BEA_HOME is a root directory for various versions of WebLogic server.
getBeaHomeDirs() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getBeaHomeDirs() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
Also includes checking of the modules directory, which is unique to WebLogic 10.
getBeaHomeDirs() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
Also includes checking of the modules directory, which is unique to WebLogic 10.
getBeaHomeFiles() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getBuildDirectory() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getCapability() - Method in interface org.codehaus.cargo.container.configuration.Configuration
 
getCapability() - Method in interface org.codehaus.cargo.container.Container
 
getCapability() - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBossExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBossRuntimeConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.JettyRuntimeConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
 
getCapability() - Method in class org.codehaus.cargo.container.jo.Jo1xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jrun.internal.AbstractJRunInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jrun.JRun4xExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOc4j10xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.orion.Oc4j10xExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.resin.ResinExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.tomcat.TomcatRuntimeConfiguration
getCapability() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
getCargoProject() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getCharset() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the URL encoding charset to use when communicating with Tomcat manager.
getChildren(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
getChildren(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
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.
getClassifier() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getClassLoader() - Method in interface org.codehaus.cargo.container.EmbeddedLocalContainer
 
getClassLoader() - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
 
getClassName() - Method in class org.codehaus.cargo.container.configuration.entry.Resource
 
getClassname() - Method in class org.codehaus.cargo.maven2.Merge
Get the classname field.
getColdDeployer() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer
this deployer will be used when the server is not running.
getColdDeployer() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xSwitchableLocalDeployer
this deployer will be used when the server is not running.
getCommonLibDir() - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBoss5xInstalledLocalContainer
Return the location of the common lib directory.
getCommonLibDir() - Method in interface org.codehaus.cargo.container.jboss.internal.JBoss5xInstalledLocalContainer
Return the location of the common lib directory.
getConfDir(String) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
getConfDir(String) - Method in interface org.codehaus.cargo.container.jboss.internal.JBossInstalledLocalContainer
 
getConfFiles() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
files that should be copied to the conf directory for the server to operate.
getConfFiles() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
files that should be copied to the conf directory for the server to operate.
getConfigDirectory() - Method in class org.codehaus.cargo.maven2.merge.MergeWebXml
 
getConfigDirectory() - Method in class org.codehaus.cargo.maven2.UberWarMojo
 
getConfigfile() - Method in class org.codehaus.cargo.container.configuration.FileConfig
Returns true if the file is marked as a configuration file
getConfigfiles() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getConfiguration() - Method in class org.codehaus.cargo.ant.CargoTask
getConfiguration() - Method in interface org.codehaus.cargo.container.LocalContainer
 
getConfiguration() - Method in interface org.codehaus.cargo.container.RemoteContainer
 
getConfiguration() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
getConfiguration() - Method in class org.codehaus.cargo.container.spi.AbstractRemoteContainer
getConfiguration() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
 
getConfiguration() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
getConfiguration() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteDeployer
getConfigurationClass() - Method in class org.codehaus.cargo.ant.ConfigurationElement
getConfigurationClass(String, ContainerType, ConfigurationType) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
 
getConfigurationClass(String, ContainerType, ConfigurationType) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
getConfigurationElement() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getConfigurationExclusions() - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
getConfigurationExclusions() - Method in class org.codehaus.cargo.container.tomcat.TomcatDirectoryPackager
getConfigXmlPath() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Return the absolute path of the config.xml file.
getConfigXmlPath() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Return the absolute path of the config.xml file.
getConnectionProperties() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
Extra properties passed to the JDBC Driver.
getConnectionPropertiesAsASemicolonDelimitedString(DataSource) - Method in class org.codehaus.cargo.container.property.DataSourceConverter
tests to see if the value is null before attempting to join the database properties on a semicolon.
getConnectionType() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The type of the data source (typically javax.sql.XADataSource or javax.sql.DataSource).
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
Create a constructor.
getContainer() - Method in class org.codehaus.cargo.ant.CargoTask
 
getContainer() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
 
getContainerClass() - Method in class org.codehaus.cargo.ant.CargoTask
getContainerClass(String, ContainerType) - Method in interface org.codehaus.cargo.generic.ContainerFactory
 
getContainerClass(String, ContainerType) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
getContainerClasspathIncludes() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOc4j10xInstalledLocalContainer
 
getContainerClasspathIncludes() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionInstalledLocalContainer
 
getContainerClasspathIncludes() - Method in class org.codehaus.cargo.container.orion.Oc4j10xInstalledLocalContainer
getContainerClasspathIncludes() - Method in class org.codehaus.cargo.container.orion.Oc4j9xInstalledLocalContainer
getContainerElement() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getContainerId() - Method in class org.codehaus.cargo.ant.CargoTask
getContainerId() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getContainerIdentity() - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
 
getContainerIds() - Method in interface org.codehaus.cargo.generic.ContainerFactory
 
getContainerIds() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
getContentAsStream() - Method in class org.codehaus.cargo.module.DefaultJarArchive
Returns the content of the archive as JarInputStream.
getContext() - Method in class org.codehaus.cargo.container.deployable.WAR
 
getContext() - Method in class org.codehaus.cargo.container.jboss.JBossWAR
 
getContext(Deployable) - Static method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Get the context path for the webapp.
getContext() - Method in class org.codehaus.cargo.container.tomcat.TomcatWAR
 
getContextHandler(String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Returns the context handler for the given context.
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.
getContextParams() - Method in class org.codehaus.cargo.maven2.WebXml
Get the contextParams field.
getContextRoot() - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWebXml
 
getCopyWebApp() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
 
getCPCURL(Configuration) - Static method in class org.codehaus.cargo.container.spi.util.ContainerUtils
 
getDataSourceFactoryClass() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat4xConfigurationBuilder
getDataSources() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
getDefaultRealm() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
 
getDefaultStrategyIfNoneSpecified() - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
getDependencies() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getDependencyPath(CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Dependency
 
getDeployableClass() - Method in class org.codehaus.cargo.ant.DeployableElement
 
getDeployableDir() - Method in class org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer
Specifies the directory where Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.jrun.JRun4xInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.resin.ResinInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
Specifies the directory where Deployables should be copied to.
getDeployableName() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitor
 
getDeployableName() - Method in class org.codehaus.cargo.container.deployer.URLDeployableMonitor
getDeployables() - Method in class org.codehaus.cargo.ant.ConfigurationElement
getDeployables() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
getDeployables() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
getDeployables() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getDeployables() - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
getDeployDir(String) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
getDeployDir(String) - Method in interface org.codehaus.cargo.container.jboss.internal.JBossInstalledLocalContainer
 
getDeployedWebAppContext(Deployable) - Static method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Get the deployable that matches the context path.
getDeployerClass(String, DeployerType) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
getDeployerClass(String, DeployerType) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
 
getDeployerElement() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getDeployerFactory() - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
 
getDeployersDir(String) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBoss5xInstalledLocalContainer
getDeployersDir(String) - Method in interface org.codehaus.cargo.container.jboss.internal.JBoss5xInstalledLocalContainer
 
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
 
getDestDirectoryLocation(String, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Determines the correct path for the destination directory.
getDestFileLocation(String, String, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Determines the correct path for the destination file.
getDestinationDir() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
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.
getDistributionExclusions() - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
getDistributionExclusions() - Method in class org.codehaus.cargo.container.tomcat.TomcatDirectoryPackager
getDocument() - Method in class org.codehaus.cargo.maven2.Merge
Get the document field.
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.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
get the DOMAIN_HOME of the server.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
get the DOMAIN_HOME of the server.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getDomainHome() - Method in interface org.codehaus.cargo.container.weblogic.WebLogicConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getDriverClass() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The class name of the Driver or XADataSource.
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.
getEmbeddedClassLoader() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
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
 
getExcludeHosts() - Method in class org.codehaus.cargo.container.installer.Proxy
 
getExcludeHosts() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getExtraClasspath() - Method in class org.codehaus.cargo.ant.CargoTask
getExtraClasspath() - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
getExtraClasspath() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
getExtractWar() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
 
getFactoryClassFor(String) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatConfigurationBuilder
 
getFile() - Method in class org.codehaus.cargo.ant.DeployableElement
 
getFile() - Method in class org.codehaus.cargo.container.configuration.FileConfig
Returns the name of the file to be used.
getFile() - Method in interface org.codehaus.cargo.container.deployable.Deployable
 
getFile() - Method in class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
getFile(String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Returns the file if it exists for the specified context path.
getFile() - Method in class org.codehaus.cargo.maven2.Merge
Get the file field.
getFile() - Method in interface org.codehaus.cargo.module.JarArchiveUpdateable
 
getFileConfigs() - Method in class org.codehaus.cargo.ant.ConfigurationElement
getFileHandler() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
getFileHandler() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
getFileHandler() - Method in interface org.codehaus.cargo.container.LocalContainer
 
getFileHandler() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
 
getFileHandler() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
getFileHandler() - Method in class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
 
getFileHandler() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
 
getFileHandler() - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
getFileHandler() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getFileHandler() - Method in class org.codehaus.cargo.module.DefaultJarArchive
 
getFileHandler() - Method in class org.codehaus.cargo.util.Dom4JUtil
 
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.
getFilename(String) - Method in class org.codehaus.cargo.util.FileUtils
Deprecated. Convenience method that returns a relative filename and its extension from a complete file path (path, name and extension).
getFileProperties() - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
Returns the file configurations.
getFileProperties() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Returns the file configurations.
getFiles() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getFilter(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
 
getFilterChain() - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
Returns the filterchain for this configuration.
getFilterChain() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Returns the filterchain for this configuration.
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.
getFinalName() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
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
 
getGroupId() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getGroupId() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getHint() - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
 
getHome() - Method in class org.codehaus.cargo.ant.CargoTask
getHome() - Method in class org.codehaus.cargo.ant.ConfigurationElement
getHome() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
getHome() - Method in interface org.codehaus.cargo.container.InstalledLocalContainer
 
getHome() - Method in interface org.codehaus.cargo.container.installer.Installer
 
getHome() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
getHome() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
getHome() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
getHome() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getHome() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getHost() - Method in class org.codehaus.cargo.container.installer.Proxy
 
getHost() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getHotDeployer() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer
this deployer will be used when the server is running.
getHotDeployer() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xSwitchableLocalDeployer
this deployer will be used when the server is running.
getHttpUtils() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
 
getId() - Method in class org.codehaus.cargo.ant.CargoTask
getId() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The String used to identify this datasource in configuration files.
getId() - Method in interface org.codehaus.cargo.container.Container
 
getId() - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss3xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss42xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss42xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss4xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss4xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss5xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss5xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty6xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty7xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jrun.JRun4xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.orion.Oc4j10xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.orion.Oc4j9xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.resin.Resin2xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.resin.Resin3xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat6xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat6xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
 
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.
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
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
 
getInputStream(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
getInputStream(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
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.
getInstallDir() - Method in class org.codehaus.cargo.ant.ZipURLInstallerElement
getInstallDir() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
getInstallDirName() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
getInstalledContainer() - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
 
getInstallURL() - Method in class org.codehaus.cargo.ant.ZipURLInstallerElement
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.
getJbossContainer() - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
 
getJBossWebXml() - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWarArchive
Returns the jboss-web.xml deployment descriptor of the web application.
getJdkUtils() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
 
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.
getJndiLocation() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The JNDI location that this datasource should be bound do (in the config file).
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.
getLevel() - Method in class org.codehaus.cargo.util.internal.log.AbstractLogger
getLevel() - Method in interface org.codehaus.cargo.util.log.Logger
 
getLevel() - Method in class org.codehaus.cargo.util.log.LogLevel
 
getLibDir(String) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
getLibDir(String) - Method in interface org.codehaus.cargo.container.jboss.internal.JBossInstalledLocalContainer
 
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.
getLocation() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getLog() - Method in class org.codehaus.cargo.ant.CargoTask
getLog() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getLog() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getLogger() - Method in class org.codehaus.cargo.ant.CargoTask
 
getLogger() - Method in class org.codehaus.cargo.container.jetty.internal.JettyExecutorThread
getLogger() - Method in interface org.codehaus.cargo.util.log.Loggable
 
getLogger() - Method in class org.codehaus.cargo.util.log.LoggedObject
getLoginConfigAuthMethod(WebXml) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Get the login config authorization method.
getLogLevel() - Method in class org.codehaus.cargo.ant.CargoTask
getLogLevel() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getMapping(RegistrationKey) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
 
getMappings() - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
 
getMergers() - Method in class org.codehaus.cargo.module.XmlMerger
 
getMerges() - Method in class org.codehaus.cargo.maven2.MergeRoot
Method getMerges.
getMergeStrategy(String) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
getMessage() - Method in class org.codehaus.cargo.simple.SimpleClass
 
getModelEncoding() - Method in class org.codehaus.cargo.maven2.MergeRoot
Get the modelEncoding field.
getName() - Method in class org.codehaus.cargo.ant.Property
getName() - Method in class org.codehaus.cargo.container.configuration.entry.Resource
 
getName() - Method in interface org.codehaus.cargo.container.Container
 
getName() - Method in class org.codehaus.cargo.container.deployable.EAR
 
getName() - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss3xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss42xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss42xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss4xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss4xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss5xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss5xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty6xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty7xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jrun.JRun4xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.orion.Oc4j10xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.orion.Oc4j9xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.property.User
 
getName() - Method in class org.codehaus.cargo.container.resin.Resin2xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.resin.Resin3xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Gets the name of thist host.
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat6xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat6xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
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.
getName(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
getName(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
getNamespace() - Method in class org.codehaus.cargo.module.webapp.WebXmlVersion
Return the namespace of this web xml file, or null if none.
getNamespaces() - Method in class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
The xml namespaces.
getNamespaces() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
Implementations should avoid passing null, and instead pass Collections.EMPTY_MAP, if the document is DTD bound.
getNamespaces() - Method in class org.codehaus.cargo.container.resin.Resin2xStandaloneLocalConfiguration
Implementations should avoid passing null, and instead pass Collections.EMPTY_MAP, if the document is DTD bound.
getNamespaces() - Method in class org.codehaus.cargo.container.resin.Resin3xStandaloneLocalConfiguration
Implementations should avoid passing null, and instead pass Collections.EMPTY_MAP, if the document is DTD bound.
getNamespaces() - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
Implementations should avoid passing null, and instead pass Collections.EMPTY_MAP, if the document is DTD bound.
getNamespaces() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Implementations should avoid passing null, and instead pass Collections.EMPTY_MAP, if the document is DTD bound.
getNamespaces() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Implementations should avoid passing null, and instead pass Collections.EMPTY_MAP, if the document is DTD bound.
getNamespaces() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
Implementations should avoid passing null, and instead pass Collections.EMPTY_MAP, if the document is DTD bound.
getNamespaces() - Method in class org.codehaus.cargo.util.Dom4JUtil
 
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.
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
Gets the file to insert Datasource Configuraton into.
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
note that this file could hold other configuration besides datasources.
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
note that this file could hold other configuration besides datasources.
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
note that this file could hold other configuration besides datasources.
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
note that this file could hold other configuration besides datasources.
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
note that this file could hold other configuration besides datasources.
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
note that this file could hold other configuration besides datasources.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
Gets the file to insert Resource Configuraton into.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
note that this file could hold other configuration besides Resources.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
note that this file could hold other configuration besides Resources.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
note that this file could hold other configuration besides Resources.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
note that this file could hold other configuration besides Resources.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
note that this file could hold other configuration besides Resources.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
note that this file could hold other configuration besides Resources.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
note that this file could hold other configuration besides Resources.
getOriginalThrowable() - Method in exception org.codehaus.cargo.util.CargoException
 
getOutput() - Method in class org.codehaus.cargo.ant.CargoTask
getOutput() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
getOutput() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
getOutput() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getOutputLocation() - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
getOutputStream(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
getOutputStream(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
getOverwrite() - Method in class org.codehaus.cargo.container.configuration.FileConfig
Return true if the file should overwrite an existing file.
getPackagerElement() - Method in class org.codehaus.cargo.maven2.PackageMojo
 
getPackaging() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getParameter(String) - Method in class org.codehaus.cargo.container.configuration.entry.Resource
Get a stored parameter.
getParameterNames() - Method in class org.codehaus.cargo.container.configuration.entry.Resource
 
getParameters() - Method in class org.codehaus.cargo.container.configuration.entry.Resource
Get parameters.
getParameters() - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
getParameters() - Method in class org.codehaus.cargo.maven2.Merge
Get the parameters field.
getParameters() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
Gets all the parameters that match XPath "Context/Parameter".
getParametersAsASemicolonDelimitedString(Resource) - Method in class org.codehaus.cargo.container.property.ResourceConverter
tests to see if the value is null before attempting to join the database properties on a semicolon.
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
 
getParent(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
getParent(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
getParentLoaderPriority() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
 
getPassword() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The password to use when connecting to the database.
getPassword() - Method in class org.codehaus.cargo.container.installer.Proxy
 
getPassword() - Method in class org.codehaus.cargo.container.property.User
 
getPassword() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the password to use when authenticating with Tomcat manager.
getPassword() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getPath(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Gets the webapp path for the specified deployable.
getPath() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
 
getPingTimeout() - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
getPingURL() - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
getPlan() - Method in interface org.codehaus.cargo.container.geronimo.deployable.GeronimoDeployable
 
getPlan() - Method in class org.codehaus.cargo.container.geronimo.deployable.GeronimoEAR
getPlan() - Method in class org.codehaus.cargo.container.geronimo.deployable.GeronimoEJB
getPlan() - Method in class org.codehaus.cargo.container.geronimo.deployable.GeronimoWAR
getPort() - Method in class org.codehaus.cargo.container.installer.Proxy
 
getPort() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getProject() - Method in class org.codehaus.cargo.maven2.AbstractCommonMojo
 
getProject() - Method in class org.codehaus.cargo.maven2.AbstractUberWarMojo
get the configured project
getProperties() - Method in class org.codehaus.cargo.ant.ConfigurationElement
getProperties() - Method in class org.codehaus.cargo.ant.DeployableElement
getProperties() - Method in interface org.codehaus.cargo.container.configuration.Configuration
 
getProperties() - Method in interface org.codehaus.cargo.container.configuration.ConfigurationCapability
 
getProperties() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
getProperties() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
getProperties() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getProperties() - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
getPropertySupportMap() - Method in class org.codehaus.cargo.container.geronimo.internal.GeronimoExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.geronimo.internal.GeronimoStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jboss.internal.JBossExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jboss.internal.JBossRuntimeConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jboss.internal.JBossStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.Jetty6xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.Jetty7xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.JettyRuntimeConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jo.internal.Jo1xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jrun.internal.JRun4xExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jrun.internal.JRun4xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.orion.internal.Oc4jExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.orion.internal.OrionStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.resin.internal.ResinExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.resin.internal.ResinStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
 
getPropertySupportMap() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatRuntimeConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogicExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogicStandaloneLocalConfigurationCapability
getPropertyValue(String) - Method in interface org.codehaus.cargo.container.configuration.Configuration
 
getPropertyValue(String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
getProxy() - Method in class org.codehaus.cargo.ant.ZipURLInstallerElement
getProxy() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
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.
getRefid() - Method in class org.codehaus.cargo.ant.CargoTask
getResinVersion() - Method in class org.codehaus.cargo.container.resin.internal.ResinUtil
 
getResinVersion(ClassLoader) - Method in class org.codehaus.cargo.container.resin.internal.ResinUtil
 
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.
getResourceLocation(String) - Method in class org.codehaus.cargo.container.internal.util.ResourceUtils
Search for the given resource and return the directory or archive that contains it.
getResourceRefs() - Method in class org.codehaus.cargo.module.webapp.resin.ResinWebXml
Get the resource references.
getResources() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
getResources() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
getResources() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
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.
getResourceUtils() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
 
getResourceUtils() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
getResponseMessage(HttpURLConnection) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Returns the response message from the server in a string format.
getRoles() - Method in class org.codehaus.cargo.container.property.User
 
getRoleToken() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
 
getRootElement() - Method in interface org.codehaus.cargo.module.Descriptor
getSearched() - Method in exception org.codehaus.cargo.util.ElementNotFoundException
Getter that returns the XML Element which didn't match on the given XPath.
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.
getSecurityToken(String, String) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
 
getSecurityToken() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
 
getServer() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
 
getServerName() - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
 
getServerName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
return the running server's name.
getServerName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
return the running server's name.
getServerName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
return the running server's name.
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.
getSetterMethodName(String) - Method in class org.codehaus.cargo.ant.DeployableElement
Transform a property into a method name by transforming the first letter of the property name to uppercase.
getSetterMethodName(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
Transform a property into a method name by transforming the first letter of the property name to uppercase.
getSharedClasspath() - Method in class org.codehaus.cargo.ant.CargoTask
getSharedClasspath() - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
getSharedClasspath() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
getSourceFileName() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
getSpecificConfigurationDir(String, String) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
 
getStartClassname() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOc4j10xInstalledLocalContainer
 
getStartClassname() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionInstalledLocalContainer
 
getStartClassname() - Method in class org.codehaus.cargo.container.orion.Oc4j10xInstalledLocalContainer
getStartClassname() - Method in class org.codehaus.cargo.container.orion.Oc4j9xInstalledLocalContainer
getState() - Method in interface org.codehaus.cargo.container.Container
 
getState() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
getState() - Method in class org.codehaus.cargo.container.spi.AbstractRemoteContainer
getStatus() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
 
getStatus(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Return the status of the webapp at the specified context path.
getStopClassname() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOc4j10xInstalledLocalContainer
 
getStopClassname() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionInstalledLocalContainer
 
getStopClassname() - Method in class org.codehaus.cargo.container.orion.Oc4j10xInstalledLocalContainer
getStopClassname() - Method in class org.codehaus.cargo.container.orion.Oc4j9xInstalledLocalContainer
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.ant.CargoTask
getSystemProperties() - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
getSystemProperties() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
getSystemProperties() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
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.
getTargetDirectory() - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
getTestDataFileFor(String) - Method in class org.codehaus.cargo.sample.java.EnvironmentTestData
 
getText(Element) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns the text value of an element.
getTimeout() - Method in class org.codehaus.cargo.ant.CargoTask
getTimeout() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitor
 
getTimeout() - Method in class org.codehaus.cargo.container.deployer.URLDeployableMonitor
getTimeout() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
getTimeout() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
getTimeout() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getTmpPath(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Compute the location of a temporary directory.
getTmpPath(String) - Method in interface org.codehaus.cargo.util.FileHandler
Compute the location of a temporary directory.
getToDir() - Method in class org.codehaus.cargo.container.configuration.FileConfig
Returns the name of the destination directory.
getToFile() - Method in class org.codehaus.cargo.container.configuration.FileConfig
Returns the name of the destination file.
getTomcatContextXml() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatWarArchive
Returns the META-INF/context.xml deployment descriptor of the web application.
getTomcatManager() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
 
getToolsJar() - Method in class org.codehaus.cargo.container.internal.util.JdkUtils
Returns the file containing the JDK tools (such as the compiler).
getTransactionSupport() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The transaction support of the underlying connections, if javax.xml.DataSource.
getType() - Method in class org.codehaus.cargo.ant.ConfigurationElement
getType() - Method in class org.codehaus.cargo.ant.DeployableElement
 
getType() - Method in interface org.codehaus.cargo.container.configuration.Configuration
 
getType() - Method in class org.codehaus.cargo.container.configuration.ConfigurationType
 
getType() - Method in class org.codehaus.cargo.container.configuration.entry.Resource
 
getType() - Method in interface org.codehaus.cargo.container.Container
 
getType() - Method in class org.codehaus.cargo.container.ContainerType
 
getType() - Method in interface org.codehaus.cargo.container.deployable.Deployable
 
getType() - Method in class org.codehaus.cargo.container.deployable.DeployableType
 
getType() - Method in class org.codehaus.cargo.container.deployable.EAR
getType() - Method in class org.codehaus.cargo.container.deployable.EJB
getType() - Method in class org.codehaus.cargo.container.deployable.File
getType() - Method in class org.codehaus.cargo.container.deployable.RAR
getType() - Method in class org.codehaus.cargo.container.deployable.SAR
getType() - Method in class org.codehaus.cargo.container.deployable.WAR
getType() - Method in interface org.codehaus.cargo.container.deployer.Deployer
 
getType() - Method in class org.codehaus.cargo.container.deployer.DeployerType
 
getType() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
getType() - Method in class org.codehaus.cargo.container.packager.PackagerType
 
getType() - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
getType() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
getType() - Method in class org.codehaus.cargo.container.spi.AbstractRemoteContainer
getType() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractExistingLocalConfiguration
getType() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractRuntimeConfiguration
getType() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
getType() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractEmbeddedLocalDeployer
getType() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
getType() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
getType() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
getType() - Method in class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
getType() - Method in class org.codehaus.cargo.maven2.Merge
Get the type field.
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).
getUrl() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The url to connect to the database.
getURL() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the full URL of the Tomcat manager instance.
getUrl() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
getURL(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
getURL(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
getUrlPattern() - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
Get the URL Pattern.
getUser() - Method in class org.codehaus.cargo.container.installer.Proxy
 
getUser() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getUserAgent() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the user agent name to use when communicating with Tomcat manager.
getUsername() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The username to use when connecting to the database.
getUserName() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the username to use when authenticating with Tomcat manager.
getUserToken() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
 
getValue() - Method in class org.codehaus.cargo.ant.Property
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(String) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
Parse installed Geronimo version.
getVersion(String) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
Parse installed JBoss version.
getVersion(String) - Method in class org.codehaus.cargo.container.jrun.internal.AbstractJRunInstalledLocalContainer
 
getVersion(String) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinInstalledLocalContainer
 
getVersion(String) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
Returns the version of the Tomcat installation.
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.
getVirtualHosts() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
 
getWait() - Method in class org.codehaus.cargo.ant.CargoTask
 
getWarFile() - Method in class org.codehaus.cargo.module.webapp.merge.MergeWarFileDetails
 
getWars() - Method in class org.codehaus.cargo.maven2.MergeRoot
Method getWars.
getWebAppLocation(WebAppContext) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Returns the file location for the specified webapp.
getWebContexts() - Method in class org.codehaus.cargo.container.deployable.EAR
 
getWeblogicHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getWeblogicHome() - Method in interface org.codehaus.cargo.container.weblogic.WebLogicLocalContainer
There are one or many WL_HOMEs per BEA_HOME.
getWeblogicHomeDirs() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getWeblogicHomeFiles() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
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.
getWebUri(String) - Method in class org.codehaus.cargo.container.deployable.EAR
 
getWebXml() - Method in class org.codehaus.cargo.maven2.MergeRoot
Get the webXml field.
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.
getXpath() - Method in exception org.codehaus.cargo.util.ElementNotFoundException
Getter for the XPath that didn't match.
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
Returns the Xpath for the parent element of the datasource xml.
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
This expression evaluates to: "//data-sources" DataSource entries must be stored in the xml configuration file.
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
DataSource entries must be stored in the xml configuration file.
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
DataSource entries must be stored in the xml configuration file.
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Resource entries must be stored in the xml configuration file.
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
DataSource entries must be stored in the xml configuration file.
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
DataSource entries must be stored in the xml configuration file.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
The XPath of the parent Element of resource configuration.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
Resource entries must be stored in the xml configuration file.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.resin.Resin2xStandaloneLocalConfiguration
Resource entries must be stored in the xml configuration file.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.resin.Resin3xStandaloneLocalConfiguration
This expression evaluates to: "//resin:resin" Resource entries must be stored in the xml configuration file.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
Resource entries must be stored in the xml configuration file.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
Resource entries must be stored in the xml configuration file.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
Resource entries must be stored in the xml configuration file.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Resource entries must be stored in the xml configuration file.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
Resource entries must be stored in the xml configuration file.
getZipURLInstaller() - Method in class org.codehaus.cargo.ant.CargoTask
getZipUrlInstaller() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
Grammar - Interface in org.codehaus.cargo.module
Contains methods for retrieving grammar information for an XML file.

H

HasAuthenticationSupportValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container supports authentication configuration.
HasAuthenticationSupportValidator(ConfigurationType) - Constructor for class org.codehaus.cargo.sample.java.validator.HasAuthenticationSupportValidator
 
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.
HasDataSourceSupportValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container supports DataSource configuration.
HasDataSourceSupportValidator(ConfigurationType) - Constructor for class org.codehaus.cargo.sample.java.validator.HasDataSourceSupportValidator
 
HasDirectoryPackagerValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that the specified container has a directory packager registered.
HasDirectoryPackagerValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasDirectoryPackagerValidator
 
HasEarSupportValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container supports EAR archives.
HasEarSupportValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasEarSupportValidator
 
HasExistingConfigurationValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container has an existing configuration.
HasExistingConfigurationValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasExistingConfigurationValidator
 
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.container.configuration.ConfigurationType
hashCode() - Method in class org.codehaus.cargo.container.ContainerType
hashCode() - Method in class org.codehaus.cargo.container.deployable.DeployableType
hashCode() - Method in class org.codehaus.cargo.container.deployer.DeployerType
hashCode() - Method in class org.codehaus.cargo.container.packager.PackagerType
hashCode() - Method in class org.codehaus.cargo.container.property.TransactionSupport
hashCode() - Method in class org.codehaus.cargo.container.property.User
hashCode() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
hashCode() - Method in class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
Allows quick verification to check is two identities are different.
hashCode() - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
Allows quick verification to check is two keys are different.
hashCode() - Method in class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
Allows quick verification to check is two identities are different.
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
hashCode() - Method in class org.codehaus.cargo.util.log.LogLevel
HasInstalledLocalContainerValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container id has an installed local container implementation.
HasInstalledLocalContainerValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasInstalledLocalContainerValidator
 
HasLocalDeployerValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that the specified container has a local deployer.
HasLocalDeployerValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasLocalDeployerValidator
 
hasLoginConfig(WebXml) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Does the descriptor have a login config?
hasMapping(RegistrationKey) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
 
HasRemoteDeployerValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that the specified container has a remote deployer.
HasRemoteDeployerValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasRemoteDeployerValidator
 
HasResourceSupportValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container supports Resource configuration.
HasResourceSupportValidator(ConfigurationType) - Constructor for class org.codehaus.cargo.sample.java.validator.HasResourceSupportValidator
 
HasRuntimeConfigurationValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container has a runtime configuration.
HasRuntimeConfigurationValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasRuntimeConfigurationValidator
 
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.
HasStandaloneConfigurationValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container has a standalone configuration.
HasStandaloneConfigurationValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasStandaloneConfigurationValidator
 
HasWarSupportValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container supports WAR archives.
HasWarSupportValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasWarSupportValidator
 
HasXAEmulationValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container supports DataSource configuration.
HasXAEmulationValidator(ConfigurationType) - Constructor for class org.codehaus.cargo.sample.java.validator.HasXAEmulationValidator
 
HasXASupportValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container supports DataSource configuration.
HasXASupportValidator(ConfigurationType) - Constructor for class org.codehaus.cargo.sample.java.validator.HasXASupportValidator
 
HOME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'home'.
home - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Home for the already installed container (in that case installDir and installURL are ignored).
HOSTNAME - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
Hostname on which the container is listening to.
HttpURLConnection - Interface in org.codehaus.cargo.container.jboss.internal
Perform a HTTP GET to a URL.
HttpUtils - Class in org.codehaus.cargo.container.internal.util
Set of common HTTP(S) utility methods.
HttpUtils() - Constructor for class org.codehaus.cargo.container.internal.util.HttpUtils
 
HttpUtils.HttpResult - Class in org.codehaus.cargo.container.internal.util
Storage class for the HTTP ping result.
HttpUtils.HttpResult() - Constructor for class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
 

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'.
ID - Static variable in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
Geronimo 1.x series unique id.
ID - Static variable in class org.codehaus.cargo.container.jboss.JBoss3xInstalledLocalContainer
JBoss 3.x series unique id.
ID - Static variable in class org.codehaus.cargo.container.jboss.JBoss42xInstalledLocalContainer
JBoss 4.2.x series unique id.
ID - Static variable in class org.codehaus.cargo.container.jboss.JBoss42xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jboss.JBoss4xInstalledLocalContainer
JBoss 4.x series unique id.
ID - Static variable in class org.codehaus.cargo.container.jboss.JBoss4xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jboss.JBoss5xInstalledLocalContainer
JBoss 5.x series unique id.
ID - Static variable in class org.codehaus.cargo.container.jboss.JBoss5xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty6xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty7xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jrun.JRun4xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.orion.Oc4j10xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.orion.Oc4j9xInstalledLocalContainer
Unique container id.
ID - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
Unique id to use in configuration files.
ID - Static variable in class org.codehaus.cargo.container.resin.Resin2xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.resin.Resin3xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat5xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat6xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat6xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
Unique container id.
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
 
ifPresentAddPathToList(String, List) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
adds the location to the list, if the file exists.
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.
info(String, String) - Method in class org.codehaus.cargo.util.internal.log.AbstractLogger
Logger informational messages.
info(String, String) - Method in interface org.codehaus.cargo.util.log.Logger
Logger informational messages.
INFO - Static variable in class org.codehaus.cargo.util.log.LogLevel
Represents an info logging level.
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'.
initBeaHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Check the WLS installation directory setting and if the beaHome attribute is not set, guess it.
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.
insertElementsUnderXPath(String, String) - Method in class org.codehaus.cargo.util.Dom4JXmlFileBuilder
this will parse one or more elements from elementToParse and insert them under the xpath.
insertElementsUnderXPath(String, String) - Method in interface org.codehaus.cargo.util.XmlFileBuilder
this will parse one or more elements from elementToParse and insert them under the xpath.
install() - Method in interface org.codehaus.cargo.container.installer.Installer
Installs the container.
install() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
installDir - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Location where to put the zipped distributions and where to unpack them.
INSTALLED - Static variable in class org.codehaus.cargo.container.ContainerType
Represents a local installed container type.
INSTALLED - Static variable in class org.codehaus.cargo.container.deployer.DeployerType
A deployer type to deploy to an installed local container.
InstalledLocalContainer - Interface in org.codehaus.cargo.container
Represents a local container that requires an installation to work.
Installer - Interface in org.codehaus.cargo.container.installer
Installs a container.
installURL - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
URL where the zipped container is located.
invoke(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Invokes Tomcat manager with the specified command.
invoke(String, InputStream) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Invokes Tomcat manager with the specified command and content data.
invokeContainer(String, Java) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
Invokes the container bootstrap class to start or stop the container, depending on the value of the provided argument.
isAlreadyInstalled() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
isAppend() - Method in class org.codehaus.cargo.ant.CargoTask
isAppend() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
isAppend() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
isConfigurationRegistered(String, ContainerType, ConfigurationType) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
 
isConfigurationRegistered(String, ContainerType, ConfigurationType) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
isContainerRegistered(String, ContainerType) - Method in interface org.codehaus.cargo.generic.ContainerFactory
 
isContainerRegistered(String, ContainerType) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
isDeployableRegistered(String, DeployableType) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
isDeployableRegistered(String, DeployableType) - Method in interface org.codehaus.cargo.generic.deployable.DeployableFactory
 
isDeployerRegistered(String, DeployerType) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
isDeployerRegistered(String, DeployerType) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
 
isDirectory(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
isDirectory(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
isDirectoryEmpty(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
isDirectoryEmpty(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
isExpanded() - Method in interface org.codehaus.cargo.container.deployable.Deployable
 
isExpanded() - Method in class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
isExpandedRar() - Method in class org.codehaus.cargo.container.deployable.RAR
Return whether the RAR is exploded or not.
isExpandedSar() - Method in class org.codehaus.cargo.container.deployable.SAR
Return whether the SAR is exploded or not.
isExpandedWar() - Method in class org.codehaus.cargo.container.deployable.WAR
 
isGeronimoStarted(String, String, String, String) - Method in class org.codehaus.cargo.container.geronimo.internal.GeronimoUtils
 
IsInstalledLocalContainerValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container is an installed local container.
IsInstalledLocalContainerValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.IsInstalledLocalContainerValidator
 
isJ2EEPackaging() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
isLocal() - Method in class org.codehaus.cargo.container.ContainerType
 
isLocal() - Method in class org.codehaus.cargo.container.deployer.DeployerType
 
isLocal() - Method in class org.codehaus.cargo.module.webapp.EjbRef
Indicates if the ejb referenced is a local ejb.
IsLocalContainerValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container is a local container.
IsLocalContainerValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.IsLocalContainerValidator
 
isMultipleAllowed() - Method in class org.codehaus.cargo.module.DescriptorTag
isOSX() - Method in class org.codehaus.cargo.container.internal.util.JdkUtils
Is the user running on a Macintosh OS X system? Heuristic derived from Apple Tech Note 2042.
isPackagerRegistered(String, PackagerType) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
isPackagerRegistered(String, PackagerType) - Method in interface org.codehaus.cargo.generic.packager.PackagerFactory
 
isRemote() - Method in class org.codehaus.cargo.container.ContainerType
 
isRemote() - Method in class org.codehaus.cargo.container.deployer.DeployerType
 
IsRemoteContainerValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container is a remote container.
IsRemoteContainerValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.IsRemoteContainerValidator
 
isStarted() - Method in class org.codehaus.cargo.container.State
 
isStarting() - Method in class org.codehaus.cargo.container.State
 
isStopped() - Method in class org.codehaus.cargo.container.State
 
isStopping() - Method in class org.codehaus.cargo.container.State
 
isTypeCompatible(CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
isWorking() - Method in interface org.codehaus.cargo.sample.testdata.ejb.Sample
 
isWorking() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 

J

J2EEContainerCapability - Class in org.codehaus.cargo.container.internal
Capability for J2EE containers.
J2EEContainerCapability() - Constructor for class org.codehaus.cargo.container.internal.J2EEContainerCapability
 
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.
JarUtils - Class in org.codehaus.cargo.util
Some utility classes for manipulating JAR files.
JarUtils() - Constructor for class org.codehaus.cargo.util.JarUtils
 
JAVA_HOME - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
The location of the jvm to use when starting/stopping containers.
javaHome - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Java Home used to start the container.
JBoss3xInstalledLocalContainer - Class in org.codehaus.cargo.container.jboss
JBoss 3.x series container implementation.
JBoss3xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.JBoss3xInstalledLocalContainer
JBoss42xInstalledLocalContainer - Class in org.codehaus.cargo.container.jboss
JBoss 4.2.x series container implementation.
JBoss42xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.JBoss42xInstalledLocalContainer
JBoss42xRemoteContainer - Class in org.codehaus.cargo.container.jboss
Special container support for wrapping a running instance of JBoss 4.2.x.
JBoss42xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.JBoss42xRemoteContainer
JBoss4xInstalledLocalContainer - Class in org.codehaus.cargo.container.jboss
JBoss 4.x series container implementation.
JBoss4xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.JBoss4xInstalledLocalContainer
JBoss4xRemoteContainer - Class in org.codehaus.cargo.container.jboss
Special container support for wrapping a running instance of JBoss 4.x.
JBoss4xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.JBoss4xRemoteContainer
JBoss5xInstalledLocalContainer - Interface in org.codehaus.cargo.container.jboss.internal
The JBoss5x container implementation must implement this interface which provides JBoss5x specifics elements.
JBoss5xInstalledLocalContainer - Class in org.codehaus.cargo.container.jboss
JBoss 5.x series container implementation.
JBoss5xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.JBoss5xInstalledLocalContainer
JBoss5xRemoteContainer - Class in org.codehaus.cargo.container.jboss
Special container support for wrapping a running instance of JBoss 5.x.
JBoss5xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jboss.JBoss5xRemoteContainer
JBoss5xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jboss
 
JBoss5xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jboss.JBoss5xStandaloneLocalConfiguration
jbossContainer - Variable in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
JBoss container instance.
JBossContainerCapability - Class in org.codehaus.cargo.container.jboss.internal
Capabilities of the JBoss container.
JBossContainerCapability() - Constructor for class org.codehaus.cargo.container.jboss.internal.JBossContainerCapability
 
JBossExistingLocalConfiguration - Class in org.codehaus.cargo.container.jboss
JBoss existing Configuration implementation.
JBossExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jboss.JBossExistingLocalConfiguration
JBossExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.jboss.internal
Capabilities of the JBoss's JBossExistingLocalConfiguration configuration.
JBossExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jboss.internal.JBossExistingLocalConfigurationCapability
Initialize JBoss-specific configuration Map.
JBossInstalledLocalContainer - Interface in org.codehaus.cargo.container.jboss.internal
All JBoss container implementation must implement this interface which provides method to find out the location of configuration files located in the JBoss installation source tree.
JBossInstalledLocalDeployer - Class in org.codehaus.cargo.container.jboss
Static deployer that deploys WARs and EARs to the JBoss deploy directory.
JBossInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer
JBossPropertySet - Interface in org.codehaus.cargo.container.jboss
JBoss-specific properties.
JBossRemoteDeployer - Class in org.codehaus.cargo.container.jboss
Remote deployer that uses JMX to deploy to JBoss.
JBossRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.jboss.JBossRemoteDeployer
Use the JdkHttpURLConnection class to connect the JBoss remote URLs.
JBossRemoteDeployer(RemoteContainer, HttpURLConnection) - Constructor for class org.codehaus.cargo.container.jboss.JBossRemoteDeployer
 
JBossRuntimeConfiguration - Class in org.codehaus.cargo.container.jboss
Configuration to use when using a JBoss remote container.
JBossRuntimeConfiguration() - Constructor for class org.codehaus.cargo.container.jboss.JBossRuntimeConfiguration
 
JBossRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.jboss.internal
Capabilities of JBoss's JBossRuntimeConfiguration configuration.
JBossRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jboss.internal.JBossRuntimeConfigurationCapability
Initialize the configuration-specific supports Map.
JBossStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jboss
Implementation of a standalone Configuration for JBoss 3.x series and JBoss 4.x series.
JBossStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
JBossStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jboss.internal
Capabilities of the JBoss's JBossStandaloneLocalConfiguration configuration.
JBossStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jboss.internal.JBossStandaloneLocalConfigurationCapability
Initialize JBoss-specific configuration Map.
JBossWAR - Class in org.codehaus.cargo.container.jboss
Extension that supports custom JBoss descriptor files such as the jboss-web.xml one.
JBossWAR(String) - Constructor for class org.codehaus.cargo.container.jboss.JBossWAR
 
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.
JDBC_DRIVER - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
Driver, typically used to configure DataSource objects.
JdkHttpURLConnection - Class in org.codehaus.cargo.container.jboss.internal
Implementation of HttpURLConnection using the JDK's HttpURLConnection class.
JdkHttpURLConnection() - Constructor for class org.codehaus.cargo.container.jboss.internal.JdkHttpURLConnection
 
JdkUtils - Class in org.codehaus.cargo.container.internal.util
Set of common JDK utility methods.
JdkUtils() - Constructor for class org.codehaus.cargo.container.internal.util.JdkUtils
 
Jetty4xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty
Special container support for the Jetty 4.x servlet container, using Jetty in embedded mode.
Jetty4xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
Jetty4xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty
Deployer to deploy to a Jetty 4.x (embedded) container.
Jetty4xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalDeployer
Jetty4xEmbeddedStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
A mostly canned config for a Jetty 4.x container.
Jetty4xEmbeddedStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedStandaloneLocalConfiguration
Jetty4xEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Configuration capability for a Jetty 4.x Embedded container.
Jetty4xEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty4xEmbeddedStandaloneLocalConfigurationCapability
Jetty5xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty
A Jetty 5.x instance running embedded.
Jetty5xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
Jetty5xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty
Deploys webapps to a Jetty 5.x instance running embedded.
Jetty5xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
Jetty5xEmbeddedStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
A mostly canned configuration for a Jetty 5.x running embedded.
Jetty5xEmbeddedStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedStandaloneLocalConfiguration
Jetty5xEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Configuration capability for a Jetty 5.x Embedded container.
Jetty5xEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty5xEmbeddedStandaloneLocalConfigurationCapability
Jetty6xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty
A Jetty 6.x instance running embedded.
Jetty6xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Jetty6xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty
A deployer for webapps that deploys to a Jetty 6.x instance running embedded.
Jetty6xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
Jetty6xEmbeddedStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
A mostly canned configuration for an embedded Jetty 6.x instance.
Jetty6xEmbeddedStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedStandaloneLocalConfiguration
Jetty6xEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Configuration capability for a Jetty 6.x Embedded container.
Jetty6xEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty6xEmbeddedStandaloneLocalConfigurationCapability
Jetty6xInstalledLocalContainer - Class in org.codehaus.cargo.container.jetty
Special container support for the Jetty 6.x servlet container.
Jetty6xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
Jetty6xInstalledLocalContainer Constructor.
Jetty6xInstalledLocalDeployer - Class in org.codehaus.cargo.container.jetty
A deployer for webapps that deploys to a Jetty 6.x installed instance.
Jetty6xInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
Jetty6xRemoteContainer - Class in org.codehaus.cargo.container.jetty
Special container support for wrapping a running instance of Jetty.
Jetty6xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xRemoteContainer
Jetty6xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
Jetty 6.x standalone ContainerConfiguration implementation.
Jetty6xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
Jetty6xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Capabilities of the Jetty's AbstractJettyStandaloneLocalConfiguration configuration for Installed containers.
Jetty6xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty6xStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
Jetty7xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty
A Jetty 7.x instance running embedded.
Jetty7xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Jetty7xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty
A deployer for webapps that deploys to a Jetty 7.x instance running embedded.
Jetty7xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
Jetty7xEmbeddedStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
A mostly canned configuration for an embedded Jetty 7.x instance.
Jetty7xEmbeddedStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedStandaloneLocalConfiguration
Jetty7xEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Configuration capability for a Jetty 7.x Embedded container.
Jetty7xEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty7xEmbeddedStandaloneLocalConfigurationCapability
Jetty7xInstalledLocalContainer - Class in org.codehaus.cargo.container.jetty
Special container support for the Jetty 7.x servlet container.
Jetty7xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
Jetty7xInstalledLocalContainer Constructor.
Jetty7xInstalledLocalDeployer - Class in org.codehaus.cargo.container.jetty
A deployer for webapps that deploys to a Jetty 7.x installed instance.
Jetty7xInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalDeployer
Jetty7xRemoteContainer - Class in org.codehaus.cargo.container.jetty
Special container support for wrapping a running instance of Jetty.
Jetty7xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xRemoteContainer
Jetty7xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
Jetty 7.x standalone ContainerConfiguration implementation.
Jetty7xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
Jetty7xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Capabilities of the Jetty's AbstractJettyStandaloneLocalConfiguration configuration for Installed containers.
Jetty7xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty7xStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
JettyArtifactResolver - Class in org.codehaus.cargo.maven2.jetty
Dynamically load Jetty dependencies.
JettyArtifactResolver(ArtifactResolver, ArtifactRepository, List, ArtifactFactory) - Constructor for class org.codehaus.cargo.maven2.jetty.JettyArtifactResolver
 
JettyClasspathResolver - Class in org.codehaus.cargo.sample.java
Create a classloader with Jetty dependencies.
JettyClasspathResolver() - Constructor for class org.codehaus.cargo.sample.java.JettyClasspathResolver
 
JettyExecutorThread - Class in org.codehaus.cargo.container.jetty.internal
Executor that executes by introspection a Jetty Server object.
JettyExecutorThread(Object, boolean) - Constructor for class org.codehaus.cargo.container.jetty.internal.JettyExecutorThread
 
JettyPropertySet - Interface in org.codehaus.cargo.container.jetty
Gathers all Jetty properties.
JettyRemoteDeployer - Class in org.codehaus.cargo.container.jetty
A remote deployer for the Jetty container.
JettyRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Remote deployer for the Jetty container.
JettyRuntimeConfiguration - Class in org.codehaus.cargo.container.jetty
Configuration to use when using a AbstractJettyRemoteContainer.
JettyRuntimeConfiguration() - Constructor for class org.codehaus.cargo.container.jetty.JettyRuntimeConfiguration
 
JettyRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Capabilities of Jetty's JettyRuntimeConfiguration configuration.
JettyRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.JettyRuntimeConfigurationCapability
Initialize the configuration-specific supports Map.
JNDI_LINK - Static variable in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlTag
Elements of jndi-link.
JNDI_LOCATION - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The JNDI location that this datasource should be bound do (in the config file).
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.
Jo1xInstalledLocalContainer - Class in org.codehaus.cargo.container.jo
jo! 1.1 container implementation.
Jo1xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
Jo1xInstalledLocalDeployer - Class in org.codehaus.cargo.container.jo
Static deployer that deploys WARs to the jo! webapp/host directory.
Jo1xInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.jo.Jo1xInstalledLocalDeployer
Jo1xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jo
jo! standalone ContainerConfiguration implementation.
Jo1xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jo.Jo1xStandaloneLocalConfiguration
Jo1xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jo.internal
Capabilities of Jo's standalone local configuration.
Jo1xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jo.internal.Jo1xStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
joinOnDelimiter(Map, char) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Convert properties to a string representation, based on the specified delimiter.
joinOnPipe(Map) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Convert properties to a string representation.
joinOnSemicolon(Map) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Convert properties to a string representation.
JRun4xConfigurationBuilder - Class in org.codehaus.cargo.container.jrun.internal
Contains the xml elements used to build a normal or XA compliant DataSource for JRun.
JRun4xConfigurationBuilder() - Constructor for class org.codehaus.cargo.container.jrun.internal.JRun4xConfigurationBuilder
 
JRun4xExistingLocalConfiguration - Class in org.codehaus.cargo.container.jrun
JRun existing Configuration implementation.
JRun4xExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jrun.JRun4xExistingLocalConfiguration
JRun4xExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.jrun.internal
Capabilities of the JRun's JRun4xExistingLocalConfigurationCapability configuration.
JRun4xExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jrun.internal.JRun4xExistingLocalConfigurationCapability
Initialize the configuration-specific supports Map.
JRun4xFilterChain - Class in org.codehaus.cargo.container.jrun
JRun FilterChain for StandaloneLocalConfiguration implementation.
JRun4xFilterChain(LocalContainer) - Constructor for class org.codehaus.cargo.container.jrun.JRun4xFilterChain
Sole constructor.
JRun4xInstalledLocalContainer - Class in org.codehaus.cargo.container.jrun
Special container support for the Adobe JRun4.x servlet container.
JRun4xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jrun.JRun4xInstalledLocalContainer
JRun4xInstalledLocalDeployer - Class in org.codehaus.cargo.container.jrun
Static deployer that deploys WARs to the JRun servers/server_name directory.
JRun4xInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.jrun.JRun4xInstalledLocalDeployer
JRun4xPropertySet - Interface in org.codehaus.cargo.container.jrun
Gathers all JRun properties.
JRun4xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jrun
JRun standalone ContainerConfiguration implementation.
JRun4xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
JRun4xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jrun.internal
Capabilities of the JRun's JRunExistingLocalConfigurationCapability configuration.
JRun4xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jrun.internal.JRun4xStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
JRUN_CLASSPATH - Static variable in interface org.codehaus.cargo.container.jrun.JRun4xPropertySet
The JRun4 classpath.
JRUN_HOME - Static variable in interface org.codehaus.cargo.container.jrun.JRun4xPropertySet
The JRun4 installation directory.
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'.
JSR88PropertySet - Interface in org.codehaus.cargo.container.property
Defines all general container properties valid for JSR88-compliant containers.
JVMARGS - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
JVM args to be used when starting/stopping containers (ex: "-Xmx500m").

L

linkDataSourceToConfigXml(DataSource) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
This will add a reference to an externally defined datasource file into the config.xml file.
list() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
 
list() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
List currently deployed webapps.
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'.
loadEmbeddedContainerDependencies() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
loadFile() - Method in class org.codehaus.cargo.util.Dom4JXmlFileBuilder
load the current xml file into a Document.
loadFile() - Method in interface org.codehaus.cargo.util.XmlFileBuilder
load the current xml file into a Document.
loadXmlFromFile(String) - Method in class org.codehaus.cargo.util.Dom4JUtil
read the specified file into a Document.
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'.
LOCAL_TRANSACTION - Static variable in class org.codehaus.cargo.container.property.TransactionSupport
Indicates support of container-managed transactions.
LocalConfiguration - Interface in org.codehaus.cargo.container.configuration
A local configuration represents a container configuration located somewhere on the local file system.
LocalContainer - Interface in org.codehaus.cargo.container
A local container is a container that executes on the machine where Cargo is executing.
Loggable - Interface in org.codehaus.cargo.util.log
All classes that want to perform logging must implement this interface.
LoggedObject - Class in org.codehaus.cargo.util.log
Helper class for implementing Loggable methods.
LoggedObject() - Constructor for class org.codehaus.cargo.util.log.LoggedObject
 
Logger - Interface in org.codehaus.cargo.util.log
Simple interface for logging and tracing.
LOGGING - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
Logging level for logging container information.
LOGGING - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
Log level used in the server log.
LOGIN_CONFIG - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'login-config'.
LogLevel - Class in org.codehaus.cargo.util.log
Definition of logging levels for Cargo's logs.

M

MAIL_SESSION - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
Used to obtain connections to outgoing and incoming mail resources.
main(String[]) - Static method in class org.codehaus.cargo.container.resin.internal.ResinRun
Entry point to start/stop the Resin server.
makeContainer() - Method in class org.codehaus.cargo.ant.CargoTask
 
makeStrategy(Xpp3Dom) - Method in class org.codehaus.cargo.maven2.merge.MergeWebXml
 
MANAGER_URL - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The URL for calling the Tomcat Manager app.
MavenLogger - Class in org.codehaus.cargo.maven2.log
Logger that sends messages to the Maven 2 logging subsystem.
MavenLogger(Log) - Constructor for class org.codehaus.cargo.maven2.log.MavenLogger
 
memArgsProvidedAsASystemProperty() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Scan the System properties provided by the user and determine if memory args are present.
Merge - Class in org.codehaus.cargo.maven2
Merge settings.
Merge() - Constructor for class org.codehaus.cargo.maven2.Merge
 
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.
MergeProcessorFactory - Interface in org.codehaus.cargo.maven2.merge
Factory for creating merge processors.
MergeRoot - Class in org.codehaus.cargo.maven2
Root element of the merge xml.
MergeRoot() - Constructor for class org.codehaus.cargo.maven2.MergeRoot
 
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.
MergeWebXml - Class in org.codehaus.cargo.maven2.merge
Merge processor designed for web.xml files.
MergeWebXml(File) - Constructor for class org.codehaus.cargo.maven2.merge.MergeWebXml
 
MergeXslt - Class in org.codehaus.cargo.maven2.merge
Merge processor that uses XSLT
MergeXslt(File) - Constructor for class org.codehaus.cargo.maven2.merge.MergeXslt
 
message - Variable in class org.codehaus.cargo.simple.SimpleClass
 
messageLogged(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
MIME_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'mime-mapping'.
MIMETYPE_DATASOURCE - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
object which can be used for sending email using SMTP.
mkdirs(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Create directories for the passed path.
mkdirs(String) - Method in interface org.codehaus.cargo.util.FileHandler
Create directories for the passed path.
MODULE - Static variable in class org.codehaus.cargo.module.application.ApplicationXmlTag
Element name 'module'.
monitor() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitor
Check the deployment status of the associated Deployable and tell the registered DeployableMonitorListener about the status.
monitor() - Method in class org.codehaus.cargo.container.deployer.URLDeployableMonitor
 

N

NAME - Static variable in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
Container name (humand-readable name).
newWebXml(WebXmlVersion) - Static method in class org.codehaus.cargo.module.webapp.WebXmlIo
Creates a new empty deployment descriptor.
NO_TRANSACTION - Static variable in class org.codehaus.cargo.container.property.TransactionSupport
Indicates lack of transaction support.
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.
NOT_FOUND - Static variable in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
The status of the deployable when it doesn't exists in Tomcat.
notationDecl(String, String, String) - Method in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
NullLogger - Class in org.codehaus.cargo.util.log
Null implementation which does nothing with log messages.
NullLogger() - Constructor for class org.codehaus.cargo.util.log.NullLogger
 

O

Oc4j10xExistingLocalConfiguration - Class in org.codehaus.cargo.container.orion
Existing local configuration for the OC4J 10.x application server.
Oc4j10xExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.orion.Oc4j10xExistingLocalConfiguration
Oc4j10xInstalledLocalContainer - Class in org.codehaus.cargo.container.orion
Installed local container for the OC4J 10.x application server.
Oc4j10xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.orion.Oc4j10xInstalledLocalContainer
Oc4j9xInstalledLocalContainer - Class in org.codehaus.cargo.container.orion
Special container support for the OC4J 9.x application server.
Oc4j9xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.orion.Oc4j9xInstalledLocalContainer
Oc4j9xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.orion
Oc4j9x standalone configuration implementation.
Oc4j9xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.orion.Oc4j9xStandaloneLocalConfiguration
Oc4jExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.orion.internal
Capabilities of OC4J Oc4j10xExistingLocalConfiguration configuration.
Oc4jExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.orion.internal.Oc4jExistingLocalConfigurationCapability
Initialize the configuration-specific supports Map.
Oc4jPropertySet - Interface in org.codehaus.cargo.container.orion.internal
Gathers all OC4J properties.
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.ant - package org.codehaus.cargo.ant
 
org.codehaus.cargo.container - package org.codehaus.cargo.container
 
org.codehaus.cargo.container.configuration - package org.codehaus.cargo.container.configuration
 
org.codehaus.cargo.container.configuration.builder - package org.codehaus.cargo.container.configuration.builder
 
org.codehaus.cargo.container.configuration.entry - package org.codehaus.cargo.container.configuration.entry
 
org.codehaus.cargo.container.deployable - package org.codehaus.cargo.container.deployable
 
org.codehaus.cargo.container.deployer - package org.codehaus.cargo.container.deployer
 
org.codehaus.cargo.container.geronimo - package org.codehaus.cargo.container.geronimo
 
org.codehaus.cargo.container.geronimo.deployable - package org.codehaus.cargo.container.geronimo.deployable
 
org.codehaus.cargo.container.geronimo.internal - package org.codehaus.cargo.container.geronimo.internal
 
org.codehaus.cargo.container.installer - package org.codehaus.cargo.container.installer
 
org.codehaus.cargo.container.internal - package org.codehaus.cargo.container.internal
 
org.codehaus.cargo.container.internal.util - package org.codehaus.cargo.container.internal.util
 
org.codehaus.cargo.container.jboss - package org.codehaus.cargo.container.jboss
 
org.codehaus.cargo.container.jboss.internal - package org.codehaus.cargo.container.jboss.internal
 
org.codehaus.cargo.container.jetty - package org.codehaus.cargo.container.jetty
 
org.codehaus.cargo.container.jetty.internal - package org.codehaus.cargo.container.jetty.internal
 
org.codehaus.cargo.container.jo - package org.codehaus.cargo.container.jo
 
org.codehaus.cargo.container.jo.internal - package org.codehaus.cargo.container.jo.internal
 
org.codehaus.cargo.container.jrun - package org.codehaus.cargo.container.jrun
 
org.codehaus.cargo.container.jrun.internal - package org.codehaus.cargo.container.jrun.internal
 
org.codehaus.cargo.container.orion - package org.codehaus.cargo.container.orion
 
org.codehaus.cargo.container.orion.internal - package org.codehaus.cargo.container.orion.internal
 
org.codehaus.cargo.container.packager - package org.codehaus.cargo.container.packager
 
org.codehaus.cargo.container.property - package org.codehaus.cargo.container.property
 
org.codehaus.cargo.container.resin - package org.codehaus.cargo.container.resin
 
org.codehaus.cargo.container.resin.internal - package org.codehaus.cargo.container.resin.internal
 
org.codehaus.cargo.container.spi - package org.codehaus.cargo.container.spi
 
org.codehaus.cargo.container.spi.configuration - package org.codehaus.cargo.container.spi.configuration
 
org.codehaus.cargo.container.spi.configuration.builder - package org.codehaus.cargo.container.spi.configuration.builder
 
org.codehaus.cargo.container.spi.deployable - package org.codehaus.cargo.container.spi.deployable
 
org.codehaus.cargo.container.spi.deployer - package org.codehaus.cargo.container.spi.deployer
 
org.codehaus.cargo.container.spi.packager - package org.codehaus.cargo.container.spi.packager
 
org.codehaus.cargo.container.spi.util - package org.codehaus.cargo.container.spi.util
 
org.codehaus.cargo.container.tomcat - package org.codehaus.cargo.container.tomcat
 
org.codehaus.cargo.container.tomcat.internal - package org.codehaus.cargo.container.tomcat.internal
 
org.codehaus.cargo.container.weblogic - package org.codehaus.cargo.container.weblogic
 
org.codehaus.cargo.container.weblogic.internal - package org.codehaus.cargo.container.weblogic.internal
 
org.codehaus.cargo.deployer.jetty - package org.codehaus.cargo.deployer.jetty
 
org.codehaus.cargo.documentation - package org.codehaus.cargo.documentation
 
org.codehaus.cargo.generic - package org.codehaus.cargo.generic
 
org.codehaus.cargo.generic.configuration - package org.codehaus.cargo.generic.configuration
 
org.codehaus.cargo.generic.deployable - package org.codehaus.cargo.generic.deployable
 
org.codehaus.cargo.generic.deployer - package org.codehaus.cargo.generic.deployer
 
org.codehaus.cargo.generic.internal.util - package org.codehaus.cargo.generic.internal.util
 
org.codehaus.cargo.generic.packager - package org.codehaus.cargo.generic.packager
 
org.codehaus.cargo.generic.spi - package org.codehaus.cargo.generic.spi
 
org.codehaus.cargo.maven2 - package org.codehaus.cargo.maven2
 
org.codehaus.cargo.maven2.configuration - package org.codehaus.cargo.maven2.configuration
 
org.codehaus.cargo.maven2.io.xpp3 - package org.codehaus.cargo.maven2.io.xpp3
 
org.codehaus.cargo.maven2.jetty - package org.codehaus.cargo.maven2.jetty
 
org.codehaus.cargo.maven2.log - package org.codehaus.cargo.maven2.log
 
org.codehaus.cargo.maven2.merge - package org.codehaus.cargo.maven2.merge
 
org.codehaus.cargo.maven2.util - package org.codehaus.cargo.maven2.util
 
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
 
org.codehaus.cargo.sample.java - package org.codehaus.cargo.sample.java
 
org.codehaus.cargo.sample.java.validator - package org.codehaus.cargo.sample.java.validator
 
org.codehaus.cargo.sample.testdata.authentication - package org.codehaus.cargo.sample.testdata.authentication
 
org.codehaus.cargo.sample.testdata.ejb - package org.codehaus.cargo.sample.testdata.ejb
 
org.codehaus.cargo.sample.testdata.jdbc - package org.codehaus.cargo.sample.testdata.jdbc
 
org.codehaus.cargo.sample.testdata.mail - package org.codehaus.cargo.sample.testdata.mail
 
org.codehaus.cargo.sample.testdata.tomcatcontext - package org.codehaus.cargo.sample.testdata.tomcatcontext
 
org.codehaus.cargo.simple - package org.codehaus.cargo.simple
 
org.codehaus.cargo.util - package org.codehaus.cargo.util
 
org.codehaus.cargo.util.internal.log - package org.codehaus.cargo.util.internal.log
 
org.codehaus.cargo.util.log - package org.codehaus.cargo.util.log
 
OrionConfigurationBuilder - Class in org.codehaus.cargo.container.orion.internal
Contains the xml elements used to build a normal or XA compliant DataSource for Orion.
OrionConfigurationBuilder() - Constructor for class org.codehaus.cargo.container.orion.internal.OrionConfigurationBuilder
create the default instance by passing control to the superclass.
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.
OrionStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.orion.internal
Capabilities of Orion's org.codehaus.cargo.container.orion.OrionStandaloneLocalConfiguration configuration.
OrionStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.orion.internal.OrionStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
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

packageContainer(InstalledLocalContainer) - Method in interface org.codehaus.cargo.container.packager.Packager
Package an installed container distribution and its local configuration in a single location.
packageContainer(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
Package an installed container distribution and its local configuration in a single location.
PackageMojo - Class in org.codehaus.cargo.maven2
Package a container distribution, a Configuration and deployed deployables.
PackageMojo() - Constructor for class org.codehaus.cargo.maven2.PackageMojo
 
Packager - Interface in org.codehaus.cargo.container.packager
Gathers an installed container distribution and a local configuration in a single location.
Packager - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <packager> tag used to configure the plugin in the pom.xml file.
Packager() - Constructor for class org.codehaus.cargo.maven2.configuration.Packager
 
PackagerFactory - Interface in org.codehaus.cargo.generic.packager
Create a Packager instance for a given container.
PackagerType - Class in org.codehaus.cargo.container.packager
Types of Packagers.
PackagerType(String) - Constructor for class org.codehaus.cargo.container.packager.PackagerType
 
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'.
PARAMETERS - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
Parameters passed to the implementation class.
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.
parseIntoElement(String) - Method in class org.codehaus.cargo.util.Dom4JUtil
parse the passed string into an Element object.
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.
parsePropertiesForPendingConfiguration() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Some configuration can be specified as encoded properties.
parseResinXml(InputStream) - Static method in class org.codehaus.cargo.module.webapp.resin.ResinWebXmlIo
Parses a deployment descriptor provided as input stream.
parseRoles(String) - Static method in class org.codehaus.cargo.container.property.User
Parse roles defined as a list in the format "role1,role2,...,roleN".
parseTomcatConfigXml(InputStream) - Static method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlIo
Parses a deployment descriptor provided as input stream.
parseUser(String) - Static method in class org.codehaus.cargo.container.property.User
Parse a user defined in the format "name:pwd:role1,...roleN".
parseUsers(String) - Static method in class org.codehaus.cargo.container.property.User
Parse a string representing the users (see ServletPropertySet.USERS.
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
 
PASSWORD - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The password to use when connecting to the database.
PASSWORD - Static variable in interface org.codehaus.cargo.container.property.JSR88PropertySet
Password to use when acquiring a javax.enterprise.deploy.spi.DeploymentManager.
PASSWORD - Static variable in interface org.codehaus.cargo.container.property.RemotePropertySet
Password to use to authenticate against a remote container (when deploying for example).
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
 
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerDeployMojo
 
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerRedeployMojo
 
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerStartMojo
 
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerStopMojo
 
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerUndeployMojo
 
performExtraSetupOnDeployable(Object) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJetty4x5xEmbeddedLocalContainer
Allow extending classes to perform extra setup on the web application object.
performExtraSetupOnDeployable(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
Allow extending classes to perform extra setup on the web application object.
performExtraSetupOnDeployable(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
Allow extending classes to perform extra setup on the web application object.
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.
performUndeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Performs undeployment of deployable.
performUndeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
Performs undeployment of deployable.
performUndeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteDeployer
Performs undeployment of deployable.
performUndeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteDeployer
Performs undeployment of deployable.
performUndeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat6xRemoteDeployer
Performs undeployment of deployable.
ping(URL) - Method in class org.codehaus.cargo.container.internal.util.HttpUtils
 
ping(URL, HttpUtils.HttpResult) - Method in class org.codehaus.cargo.container.internal.util.HttpUtils
Ping a URL and store the detailed result in a HttpUtils.HttpResult object.
ping(URL, Map, HttpUtils.HttpResult) - Method in class org.codehaus.cargo.container.internal.util.HttpUtils
Ping a URL and store the detailed result in a HttpUtils.HttpResult object.
PingUtils - Class in org.codehaus.cargo.sample.java
Utilities to ping URLs.
PingUtils() - Constructor for class org.codehaus.cargo.sample.java.PingUtils
 
pipe(InputStream, OutputStream) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Reads all the data from the specified input stream and writes it to the specified output stream.
PORT - Static variable in interface org.codehaus.cargo.container.property.ServletPropertySet
Port on which the Servlet/JSP container is listening to.
port - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Port on which to start the web container.
prepareAdditions(Container, FilterChain) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
Allow specific version implementations to add custom preparation steps before the container is started.
prepareAdditions(Container, FilterChain) - Method in class org.codehaus.cargo.container.resin.Resin2xStandaloneLocalConfiguration
Allow specific version implementations to add custom preparation steps before the container is started.
prepareAdditions(Container, FilterChain) - Method in class org.codehaus.cargo.container.resin.Resin3xStandaloneLocalConfiguration
Allow specific version implementations to add custom preparation steps before the container is started.
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.
printStackTrace() - Method in exception org.codehaus.cargo.util.CargoException
Print the full stack trace, including the original exception.
printStackTrace(PrintStream) - Method in exception org.codehaus.cargo.util.CargoException
Print the full stack trace, including the original exception.
printStackTrace(PrintWriter) - Method in exception org.codehaus.cargo.util.CargoException
Print the full stack trace, including the original exception.
Property - Class in org.codehaus.cargo.ant
Represent a container property.
Property() - Constructor for class org.codehaus.cargo.ant.Property
 
PropertySet - Class in org.codehaus.cargo.ant
Ant element used to tell the Cargo task to load a properties file containing system properties.
PropertySet() - Constructor for class org.codehaus.cargo.ant.PropertySet
 
PropertyUtils - Class in org.codehaus.cargo.container.internal.util
A class to convert properties to strings and back.
PROTOCOL - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
Protocol on which the container is listening to.
Proxy - Class in org.codehaus.cargo.container.installer
Nested Ant element to specify proxy properties.
Proxy() - Constructor for class org.codehaus.cargo.container.installer.Proxy
 
Proxy - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <proxy> tag used to configure the plugin in the pom.xml file.
Proxy() - Constructor for class org.codehaus.cargo.maven2.configuration.Proxy
 
proxy - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Proxy properties if defined (can be null).

R

RAR - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The RAR deployable type.
RAR - Class in org.codehaus.cargo.container.deployable
Wraps an RAR file that will be deployed in the container.
RAR(String) - Constructor for class org.codehaus.cargo.container.deployable.RAR
read(Reader, boolean) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
 
read(Reader) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
 
read(InputStream, boolean) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
Method read.
read(InputStream) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
Method read.
readConfigXml() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
read the domain's config.xml file into a Document.
readConfigXml() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
read the domain's config.xml file into a Document.
readConfigXml() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
read the domain's config.xml file into a Document.
readProperties() - Method in class org.codehaus.cargo.ant.PropertySet
 
readTextFile(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
readTextFile(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
REALM_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'realm-name'.
redeploy(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer
Undeploys and then deploys artifact.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.jboss.JBossRemoteDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
Undeploys and then deploys artifact.
REFERENCE_DESCRIPTOR - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'reference-descriptor'.
register(ClassLoader, DeployableFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
Discovers all the Deployables and adds them to the given DeployableFactory.
register(ClassLoader, ConfigurationFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(ClassLoader, DeployableFactory) for the semantics.
register(ClassLoader, ConfigurationCapabilityFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(ClassLoader, DeployableFactory) for the semantics.
register(ClassLoader, DeployerFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(ClassLoader, DeployableFactory) for the semantics.
register(ClassLoader, PackagerFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(ClassLoader, DeployableFactory) for the semantics.
register(ClassLoader, ContainerFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(ClassLoader, DeployableFactory) for the semantics.
register(ClassLoader, ContainerCapabilityFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(ClassLoader, DeployableFactory) for the semantics.
register(DeployableFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
Registers Deployable implementations to the given DeployableFactory.
register(ConfigurationCapabilityFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(DeployableFactory) for the semantics.
register(ConfigurationFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(DeployableFactory) for the semantics.
register(DeployerFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(DeployableFactory) for the semantics.
register(PackagerFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(DeployableFactory) for the semantics.
register(ContainerFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(DeployableFactory) for the semantics.
register(ContainerCapabilityFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
See AbstractFactoryRegistry.register(DeployableFactory) for the semantics.
registerConfiguration(String, ContainerType, ConfigurationType, Class) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
Registers a configuration implementation.
registerConfiguration(String, ContainerType, ConfigurationType, Class) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Registers a configuration implementation.
registerConfiguration(String, ContainerType, ConfigurationType, String) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Registers a configuration using a class specified as a String.
registerConfigurationCapability(String, ContainerType, ConfigurationType, Class) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationCapabilityFactory
 
registerConfigurationCapability(String, ContainerType, ConfigurationType, Class) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
registerConfigurationCapability(String, ContainerType, ConfigurationType, String) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Registers a configuration capability using a class specified as a String.
registerContainer(String, ContainerType, Class) - Method in interface org.codehaus.cargo.generic.ContainerFactory
 
registerContainer(String, ContainerType, Class) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
registerContainer(String, ContainerType, String) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Registers a container using a class specified as a String.
registerContainerCapability(String, Class) - Method in interface org.codehaus.cargo.generic.ContainerCapabilityFactory
 
registerContainerCapability(String, Class) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
registerContainerCapability(String, String) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Registers a container capability using a class specified as a String.
registerDeployable(String, DeployableType, Class) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Registers a deployable implementation against a container.
registerDeployable(String, DeployableType, String) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Registers a deployable using a class specified as a String.
registerDeployable(String, DeployableType, Class) - Method in interface org.codehaus.cargo.generic.deployable.DeployableFactory
Registers a deployable implementation against a container.
registerDeployer(String, DeployerType, Class) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Registers a Deployer implementation.
registerDeployer(String, DeployerType, String) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Registers a deployer using a class specified as a String.
registerDeployer(String, DeployerType, Class) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
Registers a Deployer implementation.
registerGeronimo() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register Apache Geronimo
registerGeronimo() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register Apache Geronimo
registerGeronimo() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register Apache Geronimo
registerGeronimo() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register Apache Geronimo
registerGeronimo() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register Apache Geronimo
registerImplementation(RegistrationKey, Class) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
Register an implementation class for a given key.
registerImplementation(RegistrationKey, String) - Method in class org.codehaus.cargo.generic.spi.AbstractIntrospectionGenericHintFactory
Allow registering container objects using introspection so that at build time and runtime the user can handpick the container implementation jars that he want to use.
registerInstallation() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
Create timestamp file to register that the installation has been successful.
registerJBoss() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register JBoss
registerJBoss() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register JBoss
registerJBoss() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register JBoss
registerJBoss() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register JBoss
registerJBoss() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register JBoss
registerJetty() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register Jetty
registerJetty() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register Jetty
registerJetty() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register Jetty
registerJetty() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register Jetty
registerJetty() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register Jetty
registerJO() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register JO!
registerJO() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register JO!
registerJO() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register JO!
registerJO() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register JO!
registerJO() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register JO!
registerJOnAS() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register OW2 JOnAS
registerJOnAS() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register OW2 JOnAS
registerJOnAS() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register OW2 JOnAS
registerJOnAS() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register OW2 JOnAS
registerJOnAS() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register OW2 JOnAS
registerJRun() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register JRun
registerJRun() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register JRun
registerJRun() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register JRun
registerJRun() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register JRun
registerJRun() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register JRun
registerListener(DeployableMonitorListener) - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitor
Register a listener that we will warn about the deployment status of the associated Deployable.
registerListener(DeployableMonitorListener) - Method in class org.codehaus.cargo.container.deployer.URLDeployableMonitor
Register a listener that we will warn about the deployment status of the associated Deployable.
registerOrion() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register Orion
registerOrion() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register Orion
registerOrion() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register Orion
registerOrion() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register Orion
registerOrion() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register Orion
registerPackager(String, PackagerType, Class) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Registers a Packager implementation.
registerPackager(String, PackagerType, String) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Registers a packager using a class specified as a String.
registerPackager(String, PackagerType, Class) - Method in interface org.codehaus.cargo.generic.packager.PackagerFactory
Registers a Packager implementation.
registerResin() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register Resin
registerResin() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register Resin
registerResin() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register Resin
registerResin() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register Resin
registerResin() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register Resin
registerTomcat() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register Tomcat
registerTomcat() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register Tomcat
registerTomcat() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register Tomcat
registerTomcat() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register Tomcat
registerTomcat() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register Tomcat
registerWeblogic() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Register BEA/Oracle Weblogic
registerWeblogic() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register BEA/Oracle Weblogic
registerWeblogic() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Register BEA/Oracle Weblogic
registerWeblogic() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Register BEA/Oracle Weblogic
registerWeblogic() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register BEA/Oracle Weblogic
RegistrationKey - Class in org.codehaus.cargo.generic.internal.util
A key used to register Cargo object implementation classes (configurations, deployables, deployers, etc) against containers.
RegistrationKey(ContainerIdentity, String) - Constructor for class org.codehaus.cargo.generic.internal.util.RegistrationKey
 
reload() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
Reloads this web application.
reload(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Reloads the webapp at the specified context path.
reload(HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Reload the application specified with the given context.
REMOTE - Static variable in class org.codehaus.cargo.container.ContainerType
Represents a remote container type.
REMOTE - Static variable in class org.codehaus.cargo.container.deployer.DeployerType
A deployer type to deploy to a remote container.
REMOTE - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'remote'.
RemoteContainer - Interface in org.codehaus.cargo.container
A remote container is a container that is already installed and started (locally or on a remote machine).
RemotePropertySet - Interface in org.codehaus.cargo.container.property
Gathers all general container properties valid for all types of remote containers.
remove(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Removes the webapp at the specified context path.
removeChild(Tomcat5xEmbedded.Context) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Removes a web application.
removeDeployableFromDomain(Deployable, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Remove the corresponding app-deployment element from the domain of the WebLogic server.
removeDeployedWebAppContext(String) - Static method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Take a map entry away using the key.
removeHandler(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Undeploy the handler representing the webapp.
removeHandler(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Undeploy the handler representing the webapp.
removeMerge(Merge) - Method in class org.codehaus.cargo.maven2.MergeRoot
Method removeMerge.
removeWar(String) - Method in class org.codehaus.cargo.maven2.MergeRoot
Method removeWar.
reorderAppDeploymentsAfterConfigurationVersion(Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Per current schema of the weblogic domain, app-deployment elements need to come directly after the configuration-version element.
Resin2xConfigurationBuilder - Class in org.codehaus.cargo.container.resin.internal
Contains the xml elements used to build a normal or XA compliant DataSource for Resin.
Resin2xConfigurationBuilder() - Constructor for class org.codehaus.cargo.container.resin.internal.Resin2xConfigurationBuilder
 
Resin2xInstalledLocalContainer - Class in org.codehaus.cargo.container.resin
Special container support for the Caucho Resin 3.x servlet container.
Resin2xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.resin.Resin2xInstalledLocalContainer
Resin2xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.resin
Resin 2.x standalone ContainerConfiguration implementation.
Resin2xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.resin.Resin2xStandaloneLocalConfiguration
Resin3xConfigurationBuilder - Class in org.codehaus.cargo.container.resin.internal
Constructs xml elements needed to configure a normal or XA compliant DataSource for Resin 3.x.
Resin3xConfigurationBuilder() - Constructor for class org.codehaus.cargo.container.resin.internal.Resin3xConfigurationBuilder
 
Resin3xInstalledLocalContainer - Class in org.codehaus.cargo.container.resin
Special container support for the Caucho Resin 3.x servlet container.
Resin3xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.resin.Resin3xInstalledLocalContainer
Resin3xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.resin
Resin 3.x standalone ContainerConfiguration implementation.
Resin3xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.resin.Resin3xStandaloneLocalConfiguration
ResinExistingLocalConfiguration - Class in org.codehaus.cargo.container.resin
Resin existing Configuration implementation.
ResinExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.resin.ResinExistingLocalConfiguration
ResinExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.resin.internal
Capabilities of the Resin's ResinExistingLocalConfigurationCapability configuration.
ResinExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.resin.internal.ResinExistingLocalConfigurationCapability
Initialize the configuration-specific supports Map.
ResinInstalledLocalDeployer - Class in org.codehaus.cargo.container.resin
Static deployer that deploys WARs to the Resin webapps directory.
ResinInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.resin.ResinInstalledLocalDeployer
ResinRun - Class in org.codehaus.cargo.container.resin.internal
Starts/stop Resin by setting up a listener socket.
ResinRun(String[]) - Constructor for class org.codehaus.cargo.container.resin.internal.ResinRun
 
ResinStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.resin.internal
Capabilities of the Resin's AbstractResinStandaloneLocalConfiguration configuration.
ResinStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.resin.internal.ResinStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
ResinUtil - Class in org.codehaus.cargo.container.resin.internal
Set of common Resin utility methods.
ResinUtil() - Constructor for class org.codehaus.cargo.container.resin.internal.ResinUtil
 
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.
resolveDependencies(String, ClassLoader) - Method in class org.codehaus.cargo.maven2.jetty.JettyArtifactResolver
 
resolveDependencies(String, String) - Method in class org.codehaus.cargo.sample.java.EmbeddedContainerClasspathResolver
 
resolveDependencies(String, File) - Method in class org.codehaus.cargo.sample.java.JettyClasspathResolver
 
resolveEntity(String, String) - Method in class org.codehaus.cargo.module.XmlEntityResolver
Resource - Class in org.codehaus.cargo.container.configuration.entry
Represents a resource, such as a datasource.
Resource(String, String) - Constructor for class org.codehaus.cargo.container.configuration.entry.Resource
 
RESOURCE - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
A property to encapsulate all the other resource properties.
Resource - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <resource> tag used to configure the plugin in the pom.xml file.
Resource() - Constructor for class org.codehaus.cargo.maven2.configuration.Resource
 
RESOURCE_CLASS - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
The class name of the Resource implementation class.
RESOURCE_CONFIGURATION_UNSUPPORTED - Static variable in class org.codehaus.cargo.container.jrun.internal.JRun4xConfigurationBuilder
Exception message when trying to configure a Resource.
RESOURCE_CONFIGURATION_UNSUPPORTED - Static variable in class org.codehaus.cargo.container.orion.internal.OrionConfigurationBuilder
Exception message when trying to configure a Resource.
RESOURCE_CONFIGURATION_UNSUPPORTED - Static variable in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
Exception message when trying to configure a Resource.
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_NAME - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
The JNDI location that this datasource should be bound do (in the config file).
RESOURCE_PATH - Static variable in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
The path under which the container resources are stored in the JAR.
RESOURCE_PATH - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
The path under which the container resources are stored in the JAR.
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.
RESOURCE_TYPE - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
The type of the resource (ex.
ResourceConverter - Class in org.codehaus.cargo.container.property
A Resource is a representation of an object bound to JNDI.
ResourceConverter() - Constructor for class org.codehaus.cargo.container.property.ResourceConverter
 
ResourcePropertySet - Interface in org.codehaus.cargo.container.property
Gathers all resource properties valid for all types of containers.
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.
ResourceSupport - Interface in org.codehaus.cargo.container.configuration.entry
Designates a container supports resource configuration.
ResourceUtils - Class in org.codehaus.cargo.container.internal.util
Utility class that provides a couple of methods for extracting files stored as resource in a JAR.
ResourceUtils() - Constructor for class org.codehaus.cargo.container.internal.util.ResourceUtils
 
responseBody - Variable in class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
The HTTP connection response body.
responseCode - Variable in class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
The HTTP connection response code (eg 200).
responseMessage - Variable in class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
The HTTP connection response message (eg "Ok").
RMI_PORT - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
The port to use when communicating with this server, for example to start and stop it.
ROLE_NAME - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'role-name'.
run() - Method in class org.codehaus.cargo.container.internal.AntContainerExecutorThread
Execute the Ant's java command.
run() - Method in class org.codehaus.cargo.container.jetty.internal.JettyExecutorThread
Start or stop Jetty by introspection.
run() - Method in class org.codehaus.cargo.container.spi.util.DefaultServerRun
Sets up a listener socket and wait until we receive a request on it to stop the running server.
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'.
RunnableContainer - Interface in org.codehaus.cargo.container.internal
All methods that a container that can be started/stopped must implement.
RUNNING - Static variable in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
The status of the deployable when it's running in Tomcat.
RUNTIME - Static variable in class org.codehaus.cargo.container.configuration.ConfigurationType
Represents a runtime configuration type.
RuntimeConfiguration - Interface in org.codehaus.cargo.container.configuration
A runtime configuration represents a configuration for a container that is already started.

S

Sample - Interface in org.codehaus.cargo.sample.testdata.ejb
Test EJB to verify Cargo can deploy EJB JAR to containers which supports it.
SampleBean - Class in org.codehaus.cargo.sample.testdata.ejb
Test EJB to verify Cargo can deploy EJB JAR to containers which supports it.
SampleBean() - Constructor for class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
SampleHome - Interface in org.codehaus.cargo.sample.testdata.ejb
Test EJB to verify Cargo can deploy EJB JAR to containers which supports it.
SAR - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The SAR deployable type.
SAR - Class in org.codehaus.cargo.container.deployable
Wraps an SAR file that will be deployed in the container.
SAR(String) - Constructor for class org.codehaus.cargo.container.deployable.SAR
saveXml(Document, String) - Method in class org.codehaus.cargo.util.Dom4JUtil
write the xml document to disk, rethrowing checked exceptions as runtime.
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.
selectAppDeployments(Deployable, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
this will select the node(s) that match the below deployment.
selectElementMatchingXPath(String, Element) - Method in class org.codehaus.cargo.util.Dom4JUtil
The following will search the given element for the specified xpath and return any node that matches.
selectElementsMatchingXPath(String, Element) - Method in class org.codehaus.cargo.util.Dom4JUtil
The following will search the given element for the specified xpath and return a list of nodes that match.
sendError(HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Sends the given error message back in the http response.
sendMessage(HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Sends the given message back in the http response.
server - Variable in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
Jetty Server object.
SERVER - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
WebLogic server name.
SERVER_NAME - Static variable in interface org.codehaus.cargo.container.jrun.JRun4xPropertySet
The JRun server instance name.
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'.
ServletContainerCapability - Class in org.codehaus.cargo.container.internal
Capability for Servlet containers.
ServletContainerCapability() - Constructor for class org.codehaus.cargo.container.internal.ServletContainerCapability
 
ServletPropertySet - Interface in org.codehaus.cargo.container.property
Gathers all properties related to Servlet/JSP containers.
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'.
SESSION_PATH - Static variable in interface org.codehaus.cargo.container.jetty.JettyPropertySet
The default session path to use for all session cookies.
setAction(String) - Method in class org.codehaus.cargo.ant.CargoTask
Sets the action to execute (either "start" or "stop").
setAddDefaultEntities(boolean) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
Sets the state of the "add default entities" flag.
setAntTaskFactory(AntTaskFactory) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
Convenience method used for testing in isolation.
setAppend(boolean) - Method in class org.codehaus.cargo.ant.CargoTask
setAppend(boolean) - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
Sets whether output of the container should be appended to an existing file, or the existing file should be truncated.
setAppend(boolean) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Sets whether output of the container should be appended to an existing file, or the existing file should be truncated.
setArtifactId(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setAutoDeploy(boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Supposed to enable auto-deployment of war file.
setAvailable(boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
Makes web application available/unavailable.
setBaseDir(String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Sets the directory that Tomcat will use as a workspace.
setBeaHome(String) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Sets the Bea home directory.
setCargoProject(CargoProject) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setCatalinaBase(File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Sets the Tomcat installation where catalina jars are loaded from.
setCatalinaHome(File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Sets the directory where Tomcat stores data file for the current running instance.
setClass(Class) - Method in class org.codehaus.cargo.ant.CargoTask
 
setClass(Class) - Method in class org.codehaus.cargo.ant.ConfigurationElement
 
setClass(Class) - Method in class org.codehaus.cargo.ant.DeployableElement
 
setClassifier(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setClassLoader(ClassLoader) - Method in interface org.codehaus.cargo.container.EmbeddedLocalContainer
 
setClassLoader(ClassLoader) - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
 
setClassName(String) - Method in class org.codehaus.cargo.container.configuration.entry.Resource
 
setClassname(String) - Method in class org.codehaus.cargo.maven2.Merge
Set the classname field.
setConfigDirectory(File) - Method in class org.codehaus.cargo.maven2.merge.MergeWebXml
 
setConfigfile(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Set if the destination should be considered a configuration file
setConfigfile(boolean) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Set if the destination should be considered a configuration file
setConfigFileProperty(FileConfig) - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
set the config file property for a configuration.
setConfigFileProperty(FileConfig) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
set the config file property for a configuration.
setConfigfiles(FileConfig[]) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setConfiguration(LocalConfiguration) - Method in interface org.codehaus.cargo.container.LocalContainer
 
setConfiguration(RuntimeConfiguration) - Method in interface org.codehaus.cargo.container.RemoteContainer
 
setConfiguration(LocalConfiguration) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
setConfiguration(RuntimeConfiguration) - Method in class org.codehaus.cargo.container.spi.AbstractRemoteContainer
setConfigurationElement(Configuration) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setConnectionProperties(Properties) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setConnectionType(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setContainerElement(Container) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setContainerFactory(ContainerFactory) - Method in class org.codehaus.cargo.ant.CargoTask
 
setContainerId(String) - Method in class org.codehaus.cargo.ant.CargoTask
 
setContainerId(String) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setContext(String) - Method in class org.codehaus.cargo.container.deployable.WAR
 
setContextParams(Object) - Method in class org.codehaus.cargo.maven2.WebXml
Set the contextParams field.
setCopyWebApp(Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
copy webapp.
setDefaultHost(String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Don't know what it really does.
setDefaultRealm(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
 
setDefaultRealm(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
If a default realm is available, set it on the given webapp.
setDefaultRealm(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
If a default realm is available, set it on the given webapp.
setDefaultStrategyIfNoneSpecified(MergeStrategy) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
setDependencies(Dependency[]) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setDeployables(Deployable[]) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setDeployerElement(Deployer) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setDeployerFactory(DeployerFactory) - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
 
setDeployURL(String) - Method in class org.codehaus.cargo.container.jboss.JBossRemoteDeployer
 
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
 
setDocument(String) - Method in class org.codehaus.cargo.maven2.Merge
Set the document field.
setDriverClass(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
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.
setEmbeddedClassLoader(ClassLoader) - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
setExcludeHosts(String) - Method in class org.codehaus.cargo.container.installer.Proxy
List of hosts which should be connected too directly and not through the proxy server.
setExcludeHosts(String) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
List of hosts which should be connected too directly and not through the proxy server.
setExtraClasspath(String[]) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
setExtraClasspath(String[]) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
setExtractWar(Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
If true, all wars deployed by this deployer will be extracted before being deployed.
setFile(String) - Method in class org.codehaus.cargo.ant.DeployableElement
 
setFile(File) - Method in class org.codehaus.cargo.ant.PropertySet
 
setFile(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Sets the file to be used.
setFile(String) - Method in class org.codehaus.cargo.maven2.Merge
Set the file field.
setFile(String) - Method in class org.codehaus.cargo.util.Dom4JXmlFileBuilder
sets the name of the file we will read and write.
setFile(String) - Method in interface org.codehaus.cargo.util.XmlFileBuilder
sets the name of the file we will read and write.
setFileHandler(FileHandler) - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
setFileHandler(FileHandler) - Method in interface org.codehaus.cargo.container.LocalContainer
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.module.DefaultJarArchive
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.util.Dom4JUtil
 
setFileProperty(FileConfig) - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
set the file property for a configuration.
setFileProperty(FileConfig) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
set the file property for a configuration.
setFiles(FileConfig[]) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
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.
setGroupId(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setHint(String) - Method in class org.codehaus.cargo.ant.CargoTask
Deprecated. see CargoTask.setType(ContainerType)
setHome(String) - Method in class org.codehaus.cargo.ant.CargoTask
Sets the home dir.
setHome(String) - Method in class org.codehaus.cargo.ant.ConfigurationElement
setHome(String) - Method in interface org.codehaus.cargo.container.InstalledLocalContainer
 
setHome(String) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
setHome(String) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setHome(String) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setHost(String) - Method in class org.codehaus.cargo.container.installer.Proxy
 
setHost(String) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
setId(String) - Method in class org.codehaus.cargo.ant.CargoTask
 
setId(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setId(String) - Method in class org.codehaus.cargo.module.ejb.EjbDef
Id setter.
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
setInstallDir(String) - Method in class org.codehaus.cargo.ant.ZipURLInstallerElement
setInstallDir(String) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
setInstallDir(String) - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
setInstallURL(URL) - Method in class org.codehaus.cargo.ant.ZipURLInstallerElement
setJndiLocation(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setJndiName(String) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Sets the jndi name.
setJvmToLaunchContainerIn(Java) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Determines which java virtual machine will run the container.
setLevel(LogLevel) - Method in class org.codehaus.cargo.util.internal.log.AbstractLogger
setLevel(LogLevel) - Method in interface org.codehaus.cargo.util.log.Logger
 
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.
setLocation(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setLog(File) - Method in class org.codehaus.cargo.ant.CargoTask
setLog(File) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setLogger(Logger) - Method in class org.codehaus.cargo.container.jetty.internal.JettyExecutorThread
setLogger(Logger) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Overriden in order to set the logger on ancillary components.
setLogger(Logger) - Method in interface org.codehaus.cargo.util.log.Loggable
 
setLogger(Logger) - Method in class org.codehaus.cargo.util.log.LoggedObject
setLoginConfig(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Set the login config.
setLogLevel(String) - Method in class org.codehaus.cargo.ant.CargoTask
setLogLevel(String) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setMergeJarFiles(boolean) - Method in class org.codehaus.cargo.module.webapp.merge.WarArchiveMerger
Control whether the merge should include JAR files.
setMerges(List) - Method in class org.codehaus.cargo.maven2.MergeRoot
Set merge settings.
setMessage(String) - Method in class org.codehaus.cargo.simple.SimpleClass
 
setModelEncoding(String) - Method in class org.codehaus.cargo.maven2.MergeRoot
Set the modelEncoding field.
setName(String) - Method in class org.codehaus.cargo.ant.Property
 
setName(String) - Method in class org.codehaus.cargo.container.deployable.EAR
 
setName(String) - Method in class org.codehaus.cargo.container.property.User
 
setName(String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Assigns a name to engine.
setName(String) - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
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.
setNamespaces(Map) - Method in class org.codehaus.cargo.util.Dom4JUtil
 
setNamespaces(Map) - Method in class org.codehaus.cargo.util.Dom4JXmlFileBuilder
assign prefix to namespace mappings used for xpath and other xml operations.
setNamespaces(Map) - Method in interface org.codehaus.cargo.util.XmlFileBuilder
assign prefix to namespace mappings used for xpath and other xml operations.
setOutput(String) - Method in class org.codehaus.cargo.ant.CargoTask
setOutput(String) - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
setOutput(String) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
setOutputLocation(String) - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
setOverwrite(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Set if the destination file should be overwritten.
setOverwrite(boolean) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Set if the destination file should be overwritten.
setPackagerElement(Packager) - Method in class org.codehaus.cargo.maven2.PackageMojo
 
setParameter(String, String) - Method in class org.codehaus.cargo.container.configuration.entry.Resource
Set a resource parameter.
setParameters(Map) - Method in class org.codehaus.cargo.container.configuration.entry.Resource
Set parameters.
setParameters(Map) - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
setParameters(Object) - Method in class org.codehaus.cargo.maven2.Merge
Set the parameters field.
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
 
setParentClassLoader(ClassLoader) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Sets the ClassLoader that this engine will delegate to.
setParentLoaderPriority(Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
This is called java2classloadercompliance setting in jetty5 and the parentloaderpriority in jetty6.
setPassword(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setPassword(String) - Method in class org.codehaus.cargo.container.installer.Proxy
 
setPassword(String) - Method in class org.codehaus.cargo.container.property.User
Sets the authenticated user password.
setPassword(String) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
setPathname(File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.MemoryRealm
Sets the file to load username/password.
setPlan(String) - Method in interface org.codehaus.cargo.container.geronimo.deployable.GeronimoDeployable
 
setPlan(String) - Method in class org.codehaus.cargo.container.geronimo.deployable.GeronimoEAR
setPlan(String) - Method in class org.codehaus.cargo.container.geronimo.deployable.GeronimoEJB
setPlan(String) - Method in class org.codehaus.cargo.container.geronimo.deployable.GeronimoWAR
setPort(int) - Method in class org.codehaus.cargo.container.installer.Proxy
 
setPort(int) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
setProject(MavenProject) - Method in class org.codehaus.cargo.maven2.AbstractUberWarMojo
set the configured project
setProperties(Map) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setProperties(Map) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
setPropertiesOnDeployable(Deployable, CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
Set user-defined properties on the created deployable.
setProperty(String, String) - Method in interface org.codehaus.cargo.container.configuration.Configuration
A property is a configuration value for the container (eg the web port, the number of executing threads, etc).
setProperty(String, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
A property is a configuration value for the container (eg the web port, the number of executing threads, etc).
setPropertyIfNotNull(Properties, String, Object) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Sets a property value if the property is not null.
setProxy(Proxy) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
Sets proxy details.
setRealm(Tomcat5xEmbedded.MemoryRealm) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Associates a realm to Tomcat.
setRedeployURL(String) - Method in class org.codehaus.cargo.container.jboss.JBossRemoteDeployer
 
setRefId(Reference) - Method in class org.codehaus.cargo.ant.CargoTask
 
setResources(Resource[]) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setSecurityRealm() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJetty4x5xEmbeddedLocalContainer
Defines a security realm and adds defined users to it.
setServerName(String) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
 
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
 
setSessionContext(SessionContext) - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
setSharedClasspath(String[]) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
setSharedClasspath(String[]) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
setShouldCopyWars(boolean) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
Whether the local deployer should copy the wars to the Tomcat webapps directory.
setShouldDeployExpandedRARs(boolean) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Decide whether expanded RARs should be deployed.
setShouldDeployExpandedSARs(boolean) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Decide whether expanded SARs should be deployed.
setShouldDeployExpandedWARs(boolean) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Decide whether expanded WARs should be deployed.
setState(State) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
 
setStrategy(String, MergeStrategy) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
Set the merging strategy for a particular tag.
setSystemProperties(Map) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
setSystemProperties(Map) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
setSystemProperties(Map) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setTag(DescriptorTag) - Method in class org.codehaus.cargo.module.DescriptorElement
 
setTimeout(long) - Method in class org.codehaus.cargo.ant.CargoTask
setTimeout(long) - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
setTimeout(long) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
setToDir(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Sets the destination directory to use.
setToFile(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Sets the destination file name.
setTransactionSupport(TransactionSupport) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setType(ContainerType) - Method in class org.codehaus.cargo.ant.CargoTask
 
setType(String) - Method in class org.codehaus.cargo.ant.ConfigurationElement
Defaults to the standalone configuration if type is not specified by the user.
setType(String) - Method in class org.codehaus.cargo.ant.DeployableElement
 
setType(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setType(ConfigurationType) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setType(ContainerType) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setType(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
setType(String) - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
setType(String) - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
setType(String) - Method in class org.codehaus.cargo.maven2.Merge
Set the type field.
setType(String) - Method in class org.codehaus.cargo.module.webapp.EjbRef
Sets the type of the reference.
setUndeployURL(String) - Method in class org.codehaus.cargo.container.jboss.JBossRemoteDeployer
 
setupConfFiles(LocalContainer, FilterChain) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
copy files to the conf directory, replacing tokens based on the filterchain parameter.
setupConfigurationDir() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Set up the configuration directory (create it and clean it).
setupDeployables(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xExistingLocalConfiguration
Deploy the Deployables to the weblogic configuration.
setupDeployables(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
Deploy the Deployables to the weblogic configuration.
setupExtraClasspath() - Method in class org.codehaus.cargo.ant.CargoTask
Set up extra classpaths if defined.
setupHome() - Method in class org.codehaus.cargo.ant.CargoTask
Set up a home dir (possibly using a ZipURLInstaller).
setupLogger() - Method in class org.codehaus.cargo.ant.CargoTask
Set up a logger for the container.
setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Setup the manager webapp.
setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
Setup the manager webapp.
setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
Setup the manager webapp.
setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat6xStandaloneLocalConfiguration
Setup the manager webapp.
setupOutput() - Method in class org.codehaus.cargo.ant.CargoTask
Set up an output file containing container's console output if defined.
setupSharedClasspath() - Method in class org.codehaus.cargo.ant.CargoTask
Set up shared classpath if defined.
setupSystemProperties() - Method in class org.codehaus.cargo.ant.CargoTask
Set up system properties if defined.
setupTimeout() - Method in class org.codehaus.cargo.ant.CargoTask
Set up a timeout if defined.
setupTransactionManager() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Adds an implementation of UserTransaction to the configuration.
setupTransactionManager() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
Adds an implementation of UserTransaction to the configuration.
setupTransactionManager() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
Adds an implementation of UserTransaction to the configuration.
setUrl(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setUrl(URL) - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
setUrlPattern(String) - Method in class org.codehaus.cargo.module.webapp.elements.FilterMapping
Set the URL Pattern.
setUser(String) - Method in class org.codehaus.cargo.container.installer.Proxy
 
setUser(String) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
setUserAgent(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Sets the user agent name to use when communicating with Tomcat manager.
setUsername(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setValue(String) - Method in class org.codehaus.cargo.ant.Property
 
setValue(String) - Method in class org.codehaus.cargo.module.webapp.resin.elements.SystemProperty
Set the system property value.
setVirtualHosts(String[]) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Set a list of virtual hosts corresponding to the webapps deployed via this deployer.
setWait(boolean) - Method in class org.codehaus.cargo.ant.CargoTask
 
setWars(List) - Method in class org.codehaus.cargo.maven2.MergeRoot
Set war Files to merge.
setWebXml(WebXml) - Method in class org.codehaus.cargo.maven2.MergeRoot
Set the webXml field.
shouldAppend() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
SimpleClass - Class in org.codehaus.cargo.simple
 
SimpleClass() - Constructor for class org.codehaus.cargo.simple.SimpleClass
 
SimpleContainerIdentity - Class in org.codehaus.cargo.generic.internal.util
Represents a container identified only by its id.
SimpleContainerIdentity(String) - Constructor for class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
 
SimpleLogger - Class in org.codehaus.cargo.util.log
Simple implementation which sends log messages to the console (stdout).
SimpleLogger() - Constructor for class org.codehaus.cargo.util.log.SimpleLogger
 
sleep(long) - Method in class org.codehaus.cargo.container.internal.util.JdkUtils
Pauses the current thread for the specified amount.
snippetResin3xLocalDeploy() - Method in class org.codehaus.cargo.documentation.Snippets
 
snippetResin3xStartAndStopTyped() - Method in class org.codehaus.cargo.documentation.Snippets
 
snippetResin3xStartAndStopUntyped() - Method in class org.codehaus.cargo.documentation.Snippets
 
Snippets - Class in org.codehaus.cargo.documentation
Code snippets referenced from the Cargo website using the Confluence {snippet} marco (see http://confluence.atlassian.com/display/CONFEXT/Snippet+Macro+Library).
Snippets() - Constructor for class org.codehaus.cargo.documentation.Snippets
 
SpawnedContainer - Interface in org.codehaus.cargo.container.internal
All methods that a container that is spawned must implement.
splitPropertiesOnDelimiter(String, char) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Construct a Properties object from a single string, by splitting it on a specified delimiter.
splitPropertiesOnPipe(String) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Construct a Properties object from a single string, converting '|' symbols to end of line characters for parsing.
splitPropertiesOnSemicolon(String) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Construct a Properties object from a single string, converting ';' symbols to end of line characters for parsing.
STANDALONE - Static variable in class org.codehaus.cargo.container.configuration.ConfigurationType
Represents a standalone configuration type.
StandaloneLocalConfiguration - Interface in org.codehaus.cargo.container.configuration
Using a standalone configuration allows Cargo to create a valid configuration for your container in the directory of your choice.
start(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start(Deployable) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start(String) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Starts a deployable with the given ID.
start() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
Starts the container.
start(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Starts the container.
start(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Starts the container.
start(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Starts the webapp at the specified context path.
start(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start(HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Start the webapp for the given context path
STARTED - Static variable in class org.codehaus.cargo.container.State
State when container is started.
startElement(String, String, String, Attributes) - Method in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
STARTING - Static variable in class org.codehaus.cargo.container.State
State when container is starting.
startInternal() - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
Installed and Embedded containers do not have the same signature for their doStart method.
startInternal() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Installed and Embedded containers do not have the same signature for their doStart method.
startInternal() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Installed and Embedded containers do not have the same signature for their doStart method.
StartsWithContainerValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container id starts with a specific value.
StartsWithContainerValidator(String) - Constructor for class org.codehaus.cargo.sample.java.validator.StartsWithContainerValidator
 
startUpAdditions(Java, Path) - Method in class org.codehaus.cargo.container.jrun.internal.AbstractJRunInstalledLocalContainer
Allow specific version implementations to add custom settings to the Java container that will be started.
startUpAdditions(Java, Path) - Method in class org.codehaus.cargo.container.jrun.JRun4xInstalledLocalContainer
Allow specific version implementations to add custom settings to the Java container that will be started.
startUpAdditions(Java, Path) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinInstalledLocalContainer
Allow specific version implementations to add custom settings to the Java container that will be started.
startUpAdditions(Java, Path) - Method in class org.codehaus.cargo.container.resin.Resin2xInstalledLocalContainer
Allow specific version implementations to add custom settings to the Java container that will be started.
startUpAdditions(Java, Path) - Method in class org.codehaus.cargo.container.resin.Resin3xInstalledLocalContainer
Allow specific version implementations to add custom settings to the Java container that will be started.
State - Class in org.codehaus.cargo.container
Represent the container states (started, starting, stopped, etc).
stop(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop(Deployable) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop(String) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Stops a deployable with the given ID.
stop() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
Stops the container.
stop(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Stops the container.
stop(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Stops the container.
stop(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Stops the webapp at the specified context path.
stop(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop(HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Stop the webapp at the given context.
stopInternal() - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
Installed and Embedded containers do not have the same signature for their doStop method.
stopInternal() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Installed and Embedded containers do not have the same signature for their doStop method.
stopInternal() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Installed and Embedded containers do not have the same signature for their doStop method.
STOPPED - Static variable in class org.codehaus.cargo.container.State
State when container is stopped.
STOPPED - Static variable in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
The status of the deployable when it's stopped in Tomcat.
STOPPING - Static variable in class org.codehaus.cargo.container.State
State when container is stopping.
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.
streamToString(InputStream, String) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Gets the data from the specified input stream as a string using the specified charset.
supportsDeployableType(DeployableType) - Method in interface org.codehaus.cargo.container.ContainerCapability
 
supportsDeployableType(DeployableType) - Method in class org.codehaus.cargo.container.internal.J2EEContainerCapability
supportsDeployableType(DeployableType) - Method in class org.codehaus.cargo.container.internal.ServletContainerCapability
supportsDeployableType(DeployableType) - Method in class org.codehaus.cargo.container.jboss.internal.JBossContainerCapability
Add support for EJB deployable types.
supportsMap - Variable in class org.codehaus.cargo.container.weblogic.internal.WebLogicStandaloneLocalConfigurationCapability
Configuration-specific supports Map.
supportsProperty(String) - Method in interface org.codehaus.cargo.container.configuration.ConfigurationCapability
 
supportsProperty(String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
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'.
targetDir - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Target directory where build results are stored and where container execution will happen.
targetFinished(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
targetStarted(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
taskFinished(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
taskStarted(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
TestServlet - Class in org.codehaus.cargo.sample.testdata.authentication
Sample test Servlet used to verify that security parameters are correctly set.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.authentication.TestServlet
 
TestServlet - Class in org.codehaus.cargo.sample.testdata.jdbc
Sample test Servlet used to verify that jdbc datasource is deployed.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.jdbc.TestServlet
 
TestServlet - Class in org.codehaus.cargo.sample.testdata.mail
Sample test Servlet used to verify that resource Mail Session is deployed.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.mail.TestServlet
 
TestServlet - Class in org.codehaus.cargo.sample.testdata.tomcatcontext
Sample test Servlet used to verify that parameters passed in Tomcat's context.xml file are correctly passed to Tomcat when the WAR module is deployed.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.tomcatcontext.TestServlet
 
toAuthorization(String, String) - Static method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Gets the HTTP Basic Authorization header value for the supplied username and password.
toConfigurationEntry(Resource) - Method in interface org.codehaus.cargo.container.configuration.builder.ConfigurationBuilder
Detects the type of the Resource and creates an appropriate configuration.
toConfigurationEntry(DataSource) - Method in interface org.codehaus.cargo.container.configuration.builder.ConfigurationBuilder
Detects the type of the DataSource and creates an appropriate configuration.
toConfigurationEntry(Resource) - Method in class org.codehaus.cargo.container.jrun.internal.JRun4xConfigurationBuilder
Detects the type of the Resource and creates an appropriate configuration.
toConfigurationEntry(Resource) - Method in class org.codehaus.cargo.container.orion.internal.OrionConfigurationBuilder
Detects the type of the Resource and creates an appropriate configuration.
toConfigurationEntry(Resource) - Method in class org.codehaus.cargo.container.resin.internal.Resin2xConfigurationBuilder
Detects the type of the Resource and creates an appropriate configuration.
toConfigurationEntry(Resource) - Method in class org.codehaus.cargo.container.resin.internal.Resin3xConfigurationBuilder
Detects the type of the Resource and creates an appropriate configuration.
toConfigurationEntry(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
Detects the type of the DataSource and creates an appropriate configuration.
toConfigurationEntry(Resource) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat4xConfigurationBuilder
 
toConfigurationEntry(Resource) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5And6xConfigurationBuilder
Detects the type of the Resource and creates an appropriate configuration.
toConfigurationEntry(Resource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
Detects the type of the Resource and creates an appropriate configuration.
toLevel(String) - Static method in class org.codehaus.cargo.util.log.LogLevel
Transform a log level represented as a string into a LogLevel object.
Tomcat4xConfigurationBuilder - Class in org.codehaus.cargo.container.tomcat.internal
Constructs xml elements needed to configure a DataSource for Tomcat4x.
Tomcat4xConfigurationBuilder() - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat4xConfigurationBuilder
generates AbstractTomcatConfigurationBuilder.typeToFactory
Tomcat4xInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for the Apache Tomcat 4.x servlet container.
Tomcat4xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
Tomcat4xRemoteContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for wrapping a running instance of Apache Tomcat.
Tomcat4xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteContainer
Tomcat4xRemoteDeployer - Class in org.codehaus.cargo.container.tomcat
A special Tomcat4x manager-based deployer to perform deployment to a remote container.
Tomcat4xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteDeployer
Tomcat4xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
StandAloneLocalConfiguration that is appropriate for Tomcat 4.x containers.
Tomcat4xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
Tomcat5And6xConfigurationBuilder - Class in org.codehaus.cargo.container.tomcat.internal
Constructs xml elements needed to configure DataSource for Tomcat5 and 6x.
Tomcat5And6xConfigurationBuilder() - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5And6xConfigurationBuilder
generates AbstractTomcatConfigurationBuilder.typeToFactory
Tomcat5xEmbedded - Class in org.codehaus.cargo.container.tomcat.internal
Wrapper classes around Tomcat 5.x embedded API to hide reflection.
Tomcat5xEmbedded(ClassLoader) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded
Prepares the reflection access to Tomcat.
Tomcat5xEmbedded.Connector - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Connector(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Connector
Wraps a connector object.
Tomcat5xEmbedded.Context - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Context(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
Wraps org.apache.catalina.Context object.
Tomcat5xEmbedded.Embedded - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Embedded() - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates a new Tomcat5xEmbedded.Embedded Tomcat.
Tomcat5xEmbedded.Engine - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Engine(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Wraps an engine object.
Tomcat5xEmbedded.Host - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Host(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Wraps a Tomcat5xEmbedded.Host object.
Tomcat5xEmbedded.MemoryRealm - Class in org.codehaus.cargo.container.tomcat.internal
MemoryRealm wrapper.
Tomcat5xEmbedded.MemoryRealm() - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.MemoryRealm
Creates a new Tomcat5xEmbedded.MemoryRealm.
Tomcat5xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.tomcat
Embedded Tomcat 5.x container.
Tomcat5xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
Creates a Tomcat 5.x EmbeddedLocalContainer.
Tomcat5xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.tomcat
Deployer for deploying to embedded Tomcat container.
Tomcat5xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
Creates a new deployer for Tomcat5xEmbeddedLocalContainer.
Tomcat5xInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for the Apache Tomcat 5.x servlet container.
Tomcat5xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xInstalledLocalContainer
Perform Tomcat 5.x-specific initializations.
Tomcat5xRemoteContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for wrapping a running instance of Apache Tomcat.
Tomcat5xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteContainer
Tomcat5xRemoteDeployer - Class in org.codehaus.cargo.container.tomcat
A special Tomcat5x manager-based deployer to perform deployment to a remote container.
Tomcat5xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteDeployer
Tomcat5xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
StandAloneLocalConfiguration that is appropriate for Tomcat 5.x containers.
Tomcat5xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
Tomcat6xInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for the Apache Tomcat 4.x servlet container.
Tomcat6xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat6xInstalledLocalContainer
Tomcat6xRemoteContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for wrapping a running instance of Apache Tomcat.
Tomcat6xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat6xRemoteContainer
Tomcat6xRemoteDeployer - Class in org.codehaus.cargo.container.tomcat
A special Tomcat6x manager-based deployer to perform deployment to a remote container.
Tomcat6xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat6xRemoteDeployer
Tomcat6xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
Catalina standalone ContainerConfiguration implementation.
Tomcat6xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat6xStandaloneLocalConfiguration
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
 
TomcatCopyingInstalledLocalDeployer - Class in org.codehaus.cargo.container.tomcat
Static deployer that deploys WARs to the Tomcat webapps directory.
TomcatCopyingInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
TomcatDeployableStatus - Class in org.codehaus.cargo.container.tomcat.internal
Status of a Deployable deployed in Tomcat.
TomcatDirectoryPackager - Class in org.codehaus.cargo.container.tomcat
Package a Tomcat distribution.
TomcatDirectoryPackager(String) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatDirectoryPackager
TomcatExistingLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
Tomcat existing Configuration implementation.
TomcatExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
TomcatExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.tomcat.internal
Capabilities of Tomcat's TomcatExistingLocalConfiguration configuration.
TomcatExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatExistingLocalConfigurationCapability
Initialize the configuration-specific supports Map.
TomcatManager - Class in org.codehaus.cargo.container.tomcat.internal
A Tomcat manager webapp invocation wrapper.
TomcatManager(URL) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Creates a Tomcat manager wrapper for the specified URL that uses a username of admin, an empty password and ISO-8859-1 URL encoding.
TomcatManager(URL, String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Creates a Tomcat manager wrapper for the specified URL and username that uses an empty password and ISO-8859-1 URL encoding.
TomcatManager(URL, String, String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Creates a Tomcat manager wrapper for the specified URL, username and password that uses ISO-8859-1 URL encoding.
TomcatManager(URL, String, String, String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Creates a Tomcat manager wrapper for the specified URL, username, password and URL encoding.
TomcatManagerException - Exception in org.codehaus.cargo.container.tomcat.internal
Indicates an error received from Tomcat manager.
TomcatManagerException() - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
Creates a new ManagerException with no message or cause.
TomcatManagerException(String) - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
Creates a new ManagerException with the specified message and no cause.
TomcatManagerException(Throwable) - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
Creates a new ManagerException with no message and the specified cause.
TomcatManagerException(String, Throwable) - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
Creates a new ManagerException with the specified message and cause.
TomcatManagerInstalledLocalDeployer - Class in org.codehaus.cargo.container.tomcat
A Tomcat manager-based deployer to perform deployment to a local container.
TomcatManagerInstalledLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatManagerInstalledLocalDeployer
TomcatPropertySet - Interface in org.codehaus.cargo.container.tomcat
Gathers all Tomcat properties.
TomcatRuntimeConfiguration - Class in org.codehaus.cargo.container.tomcat
Configuration to use when using a AbstractTomcatRemoteContainer.
TomcatRuntimeConfiguration() - Constructor for class org.codehaus.cargo.container.tomcat.TomcatRuntimeConfiguration
 
TomcatRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.tomcat.internal
Capabilities of Tomcat's TomcatRuntimeConfiguration configuration.
TomcatRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatRuntimeConfigurationCapability
Initialize the configuration-specific supports Map.
TomcatStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.tomcat.internal
Capabilities of Tomcat's AbstractTomcatStandaloneLocalConfiguration configuration.
TomcatStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
TomcatWAR - Class in org.codehaus.cargo.container.tomcat
Extension that supports custom Tomcat context.xml files located in the META-INF/ directory of your WAR.
TomcatWAR(String) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatWAR
 
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.
toProperties(DataSource) - Method in class org.codehaus.cargo.container.property.DataSourceConverter
Get a properties object containing all of the members of this datasource object.
toProperties(Resource) - Method in class org.codehaus.cargo.container.property.ResourceConverter
Get a properties object containing all of the members of this Resource object.
toPropertyString(DataSource) - Method in class org.codehaus.cargo.container.property.DataSourceConverter
Get a string representation of this datasource.
toPropertyString(Resource) - Method in class org.codehaus.cargo.container.property.ResourceConverter
Get a string representation of this Resource.
toResinConfigurationEntry(DataSource) - Method in class org.codehaus.cargo.container.resin.internal.Resin2xConfigurationBuilder
In Resin 2.x DataSources are Resources
toResinConfigurationEntry(DataSource) - Method in class org.codehaus.cargo.container.resin.internal.Resin3xConfigurationBuilder
In Resin 3.x DataSources are proper types
toStatus(String) - Static method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
Transform a status represented as a string into a TomcatDeployableStatus object.
toString() - Method in class org.codehaus.cargo.container.configuration.ConfigurationType
toString() - Method in class org.codehaus.cargo.container.ContainerType
toString() - Method in class org.codehaus.cargo.container.deployable.DeployableType
toString() - Method in class org.codehaus.cargo.container.deployer.DeployerType
toString() - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xExistingLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jboss.JBossExistingLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jboss.JBossRuntimeConfiguration
toString() - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.JettyRuntimeConfiguration
toString() - Method in class org.codehaus.cargo.container.jo.Jo1xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jrun.JRun4xExistingLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jrun.JRun4xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.orion.Oc4j9xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.packager.PackagerType
toString() - Method in class org.codehaus.cargo.container.property.TransactionSupport
toString() - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.resin.ResinExistingLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.State
 
toString() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
toString() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.Tomcat6xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.TomcatRuntimeConfiguration
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
toString(String) - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
toString() - Method in class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
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
toString() - Method in class org.codehaus.cargo.util.log.LogLevel
toType(String) - Static method in class org.codehaus.cargo.container.configuration.ConfigurationType
Transform a type represented as a string into a ConfigurationType object.
toType(String) - Static method in class org.codehaus.cargo.container.ContainerType
Transform a type represented as a string into a ContainerType object.
toType(String) - Static method in class org.codehaus.cargo.container.deployable.DeployableType
Transform a type represented as a string into a DeployableType object.
toType(String) - Static method in class org.codehaus.cargo.container.deployer.DeployerType
Transform a type represented as a string into a DeployerType object.
toType(ContainerType) - Static method in class org.codehaus.cargo.container.deployer.DeployerType
Converts a ContainerType to the corresponding DeployerType.
toType(String) - Static method in class org.codehaus.cargo.container.packager.PackagerType
Transform a type represented as a string into a PackagerType object.
TRANSACTION_SUPPORT - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The transaction support of the data source.
TRANSACTIONS_WITH_XA_OR_JCA_ONLY - Static variable in class org.codehaus.cargo.container.resin.internal.Resin2xConfigurationBuilder
Exception message when trying to configure Transactions when not using an appropriate driver.
TransactionSupport - Class in org.codehaus.cargo.container.property
Represents the transactional support of a resource, such as a XA_TRANSACTION.
typeToFactory - Variable in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatConfigurationBuilder
contains a mapping of resource types to the factory they use.

U

UberWarMojo - Class in org.codehaus.cargo.maven2
Build an uberwar
UberWarMojo() - Constructor for class org.codehaus.cargo.maven2.UberWarMojo
 
UberWarXpp3Reader - Class in org.codehaus.cargo.maven2.io.xpp3
Class UberWarXpp3Reader.
UberWarXpp3Reader() - Constructor for class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
 
UberWarXpp3Writer - Class in org.codehaus.cargo.maven2.io.xpp3
Class UberWarXpp3Writer.
UberWarXpp3Writer() - Constructor for class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Writer
 
undeploy(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Undeploy a Deployable from the running container.
undeploy(Deployable, DeployableMonitor) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Undeploy a Deployable to the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Undeploy a Deployable from the running container.
undeploy(String) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Undeploy a deployable with the given ID.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer
Removes previously deployed artifact.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.jboss.JBossRemoteDeployer
Undeploy a Deployable from the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Undeploy a Deployable from the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Undeploy a Deployable from the running container.
undeploy(Deployable, DeployableMonitor) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Undeploy a Deployable to the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Undeploy a Deployable from the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer
Undeploy a Deployable from the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Undeploy a Deployable from the running container.
undeploy(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Undeploys the webapp at the specified context path.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
Undeploy a Deployable from the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
Undeploy a Deployable from the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Undeploy a Deployable from the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
Removes previously deployed artifact.
undeploy(HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Undeploy the webapp with the given context path.
undeployed() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitorListener
The Deployable has finished undeploying.
undeployed() - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
 
undeployed() - Method in class org.codehaus.cargo.maven2.DeployerDeployMojo.DeployerListener
 
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Implement to perform the work of the undeploy.
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalDeployer
Implement to perform the work of the undeploy.
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
Implement to perform the work of the undeploy.
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
Implement to perform the work of the undeploy.
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
Implement to perform the work of the undeploy.
UNKNOWN - Static variable in class org.codehaus.cargo.container.State
Unknown state.
unparsedEntityDecl(String, String, String, String) - Method in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
URI - Static variable in interface org.codehaus.cargo.container.property.RemotePropertySet
URI to use when manipulating a remote container.
URI_ENCODING - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
URI Encoding to set.
URL - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The url to connect to the database.
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'.
URLDeployableMonitor - Class in org.codehaus.cargo.container.deployer
Monitor that verifies if a Deployable is deployed by pinging a URL provided by the user.
URLDeployableMonitor(URL) - Constructor for class org.codehaus.cargo.container.deployer.URLDeployableMonitor
 
URLDeployableMonitor(URL, long) - Constructor for class org.codehaus.cargo.container.deployer.URLDeployableMonitor
 
User - Class in org.codehaus.cargo.container.property
Represent an authenticating user for the Servlet container.
User() - Constructor for class org.codehaus.cargo.container.property.User
 
USERNAME - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The username to use when connecting to the database.
USERNAME - Static variable in interface org.codehaus.cargo.container.property.JSR88PropertySet
Username to use when acquiring a javax.enterprise.deploy.spi.DeploymentManager.
USERNAME - Static variable in interface org.codehaus.cargo.container.property.RemotePropertySet
Username to use to authenticate against a remote container (when deploying for example).
USERS - Static variable in interface org.codehaus.cargo.container.property.ServletPropertySet
Allow defining users and map to roles.

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.
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasAuthenticationSupportValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasDataSourceSupportValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasDirectoryPackagerValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasEarSupportValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasExistingConfigurationValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasInstalledLocalContainerValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasLocalDeployerValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasRemoteDeployerValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasResourceSupportValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasRuntimeConfigurationValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasStandaloneConfigurationValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasWarSupportValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasXAEmulationValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.HasXASupportValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.IsInstalledLocalContainerValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.IsLocalContainerValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.IsRemoteContainerValidator
 
validate(String, ContainerType) - Method in class org.codehaus.cargo.sample.java.validator.StartsWithContainerValidator
 
validate(String, ContainerType) - Method in interface org.codehaus.cargo.sample.java.validator.Validator
 
Validator - Interface in org.codehaus.cargo.sample.java.validator
 
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.
verify() - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
 
verify() - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
Verify that the configuration is valid.
verify() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Verify required properties have been set before executing any action.
verify() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Verify required properties have been set before executing any action.
verify() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
Verify that the configuration is valid.
verify() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Verify that the configuration is valid.
verify() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Verify that the configuration is valid.
verify() - Method in interface org.codehaus.cargo.container.spi.configuration.ContainerConfiguration
Verify that the configuration is valid.
verify() - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
Verify that the configuration is valid.
verify() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
verify(String, String, List, List) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
run through a list of expected files and directories that indicate a properly installed product.
verifyBeaHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Verify that the Bea home directory structure is valid and throw a ContainerException if not.
verifyJBossHome() - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
Verify that the JBoss directory structure is valid and throw a ContainerException if not.
verifyWeblogicHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Verify that the Weblogic home directory structure is valid and throw a ContainerException if not.
version - Variable in class org.codehaus.cargo.module.webapp.WebXmlTypeAwareParser
The version that we think the XML data is.
version - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Version of Cargo being built (this is required to compute the exact location of the test data files in the local Maven repository)
VIRTUAL_DIRECTORY_MAPPING - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'virtual-directory-mapping'.

W

waitForCompletion(boolean) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
Replace default CPC progress monitor by a log progress monitor.
waitForCompletion(boolean) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Ping the WAR CPC to verify if the container is started or stopped.
waitForCompletion(boolean) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
Tomcat's start/stop methods are synchronous, so no need for waiting.
waitTillContainerIsStopped(Container) - Static method in class org.codehaus.cargo.container.spi.util.ContainerUtils
Wait indefinitely till the container is stopped.
WAR - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The WAR deployable type.
WAR - Class in org.codehaus.cargo.container.deployable
Wraps a WAR file that will be deployed in the container.
WAR(String) - Constructor for class org.codehaus.cargo.container.deployable.WAR
 
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.
warn(String, String) - Method in class org.codehaus.cargo.util.internal.log.AbstractLogger
Logger warning messages.
warn(String, String) - Method in interface org.codehaus.cargo.util.log.Logger
Logger warning messages.
WARN - Static variable in class org.codehaus.cargo.util.log.LogLevel
Represents a warning logging level.
watch(boolean) - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
 
watchForAvailability() - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
Wait till the monitored Deployable is made available or throw an exception if the timeout period is reached.
watchForUnavailability() - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
Wait till the monitored Deployable is made unavailable or throw an exception if the timeout period is reached.
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'.
WebLogic103xInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic
Special container support for the Bea WebLogic 10.x application server.
WebLogic103xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
WebLogic103xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic 10x standalone ContainerConfiguration implementation.
WebLogic103xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic103xStandaloneLocalConfiguration
WebLogic10xInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic
Special container support for the Bea WebLogic 10.x application server.
WebLogic10xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
WebLogic10xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic 10x standalone ContainerConfiguration implementation.
WebLogic10xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic10xStandaloneLocalConfiguration
WebLogic8xConfigurationBuilder - Class in org.codehaus.cargo.container.weblogic.internal
Contains the xml elements used to build a normal or XA compliant DataSource for WebLogic.
WebLogic8xConfigurationBuilder(String) - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
Create an instance to add configuration for a particular server.
WebLogic8xConfigXmlInstalledLocalDeployer - Class in org.codehaus.cargo.container.weblogic
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.
WebLogic8xConfigXmlInstalledLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
WebLogic8xInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic
Special container support for the Bea WebLogic 8.x application server.
WebLogic8xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
WebLogic8xSwitchableLocalDeployer - Class in org.codehaus.cargo.container.weblogic
Changes config.xml if the server is down.
WebLogic8xSwitchableLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic8xSwitchableLocalDeployer
WebLogic9x10xAnd103xConfigurationBuilder - Class in org.codehaus.cargo.container.weblogic.internal
Constructs xml elements needed to configure a normal or XA compliant DataSource for WebLogic 9-10.3.
WebLogic9x10xAnd103xConfigurationBuilder(String) - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogic9x10xAnd103xConfigurationBuilder
Sets the server name that the resources this creates are bound to.
WebLogic9x10xAnd103xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.weblogic.internal
Capabilities of the WebLogic's WebLogic9xStandaloneLocalConfiguration configuration.
WebLogic9x10xAnd103xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogic9x10xAnd103xStandaloneLocalConfigurationCapability
WebLogic 9x supports additional features not available in 8x.
WebLogic9xConfigXmlInstalledLocalDeployer - Class in org.codehaus.cargo.container.weblogic
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.
WebLogic9xConfigXmlInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
WebLogic9xExistingLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic existing configuration implementation for WebLogic9x style domains.
WebLogic9xExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic9xExistingLocalConfiguration
WebLogic9xInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic
Special container support for the Bea WebLogic 9.x application server.
WebLogic9xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
WebLogic9xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic standalone ContainerConfiguration implementation.
WebLogic9xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
WEBLOGIC_VERSION - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'weblogic-version'.
WebLogicConfiguration - Interface in org.codehaus.cargo.container.weblogic
All WebLogic configuration implementations must implement this interface which provides method to find out the location of key directories needed to operate WebLogic.
WebLogicCopyingInstalledLocalDeployer - Class in org.codehaus.cargo.container.weblogic
Static deployer that deploys WARs to the WebLogic auto-deploy directory.
WebLogicCopyingInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
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
 
WebLogicExistingLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic existing configuration implementation.
WebLogicExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
WebLogicExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.weblogic.internal
Capabilities of the WebLogic's WebLogicExistingLocalConfiguration configuration.
WebLogicExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogicExistingLocalConfigurationCapability
Initialize the configuration-specific supports Map.
WebLogicLocalContainer - Interface in org.codehaus.cargo.container.weblogic
All WebLogic configuration implementations must implement this interface which provides method to find out the location of key directories needed to operate WebLogic.
WebLogicPropertySet - Interface in org.codehaus.cargo.container.weblogic
Gathers all WebLogic properties.
WebLogicStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic standalone ContainerConfiguration implementation.
WebLogicStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
WebLogicStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.weblogic.internal
Capabilities of the WebLogic's WebLogicStandaloneLocalConfiguration configuration.
WebLogicStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogicStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
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.maven2
Web.xml merge settings.
WebXml() - Constructor for class org.codehaus.cargo.maven2.WebXml
 
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'.
write(Writer, MergeRoot) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Writer
Method write.
write(OutputStream, MergeRoot) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Writer
Method write.
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.
writeConfigurationToXpath(String, String, String) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
Utility method used to write XML to an appropriate place in the configuration file.
writeConfigXml(Document) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
write the domain's config.xml to disk.
writeConfigXml(Document) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
write the domain's config.xml to disk.
writeConfigXml(Document) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
write the domain's config.xml to disk.
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.
writeFile() - Method in class org.codehaus.cargo.util.Dom4JXmlFileBuilder
write the current xml to disk.
writeFile() - Method in interface org.codehaus.cargo.util.XmlFileBuilder
write the current xml to disk.

X

XA_DATASOURCE - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
XADataSource, typically used to configure DataSource objects.
XA_TRANSACTION - Static variable in class org.codehaus.cargo.container.property.TransactionSupport
Indicates support of distributed transactions using XA protocol.
XML_PARENT_OF_RESOURCES - Static variable in class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
Where elements for resources will be inserted.
XML_PARENT_OF_RESOURCES - Static variable in class org.codehaus.cargo.container.resin.Resin2xStandaloneLocalConfiguration
Where elements for resources will be inserted.
XML_PARENT_OF_RESOURCES - Static variable in class org.codehaus.cargo.container.resin.Resin3xStandaloneLocalConfiguration
Where elements for resources will be inserted.
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
 
XmlFileBuilder - Interface in org.codehaus.cargo.util
This interface intends to remove hard-bindings to a specific xml api.
XmlMerger - Class in org.codehaus.cargo.module
Class for merging XML FIles.
XmlMerger() - Constructor for class org.codehaus.cargo.module.XmlMerger
 

Z

ZipURLInstaller - Class in org.codehaus.cargo.container.installer
Installs a zipped container file from a URL to a location on your local disk.
ZipURLInstaller(URL) - Constructor for class org.codehaus.cargo.container.installer.ZipURLInstaller
 
ZipURLInstaller(URL, String) - Constructor for class org.codehaus.cargo.container.installer.ZipURLInstaller
 
ZipUrlInstaller - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <zipUrlInstaller> tag used to configure the plugin in the pom.xml file.
ZipUrlInstaller() - Constructor for class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
ZipURLInstallerElement - Class in org.codehaus.cargo.ant
Nested Ant element to wrap the ZipURLInstaller class.
ZipURLInstallerElement() - Constructor for class org.codehaus.cargo.ant.ZipURLInstallerElement
 

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

Copyright © 2004-2012 Codehaus. All Rights Reserved.