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

A

AbstractAsAdmin - Class in org.codehaus.cargo.container.glassfish.internal
Implements an Glassfish AsAdmin command.
AbstractAsAdmin() - Constructor for class org.codehaus.cargo.container.glassfish.internal.AbstractAsAdmin
 
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
 
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.
AbstractConfigurationCapabilityAndTypeValidator - Class in org.codehaus.cargo.sample.java.validator
Abstract validator, that overrides AbstractConfigurationCapabilityValidator and also takes into account ConfigurationType.
AbstractConfigurationCapabilityAndTypeValidator(ConfigurationType, String) - Constructor for class org.codehaus.cargo.sample.java.validator.AbstractConfigurationCapabilityAndTypeValidator
Saves the attributes.
AbstractConfigurationCapabilityValidator - Class in org.codehaus.cargo.sample.java.validator
Abstract validator, that instanciates the ConfigurationCapabilityFactory.
AbstractConfigurationCapabilityValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.AbstractConfigurationCapabilityValidator
 
AbstractConfigurationFactoryValidator - Class in org.codehaus.cargo.sample.java.validator
Abstract validator, that instanciates the ConfigurationFactory.
AbstractConfigurationFactoryValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.AbstractConfigurationFactoryValidator
 
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
 
AbstractContainerFactoryValidator - Class in org.codehaus.cargo.sample.java.validator
Abstract validator, that instanciates the ContainerFactory.
AbstractContainerFactoryValidator(ContainerType) - Constructor for class org.codehaus.cargo.sample.java.validator.AbstractContainerFactoryValidator
Saves the type to check for.
AbstractCopyingInstalledLocalDeployer - Class in org.codehaus.cargo.container.spi.deployer
Local deployer that deploys deployables to a deployable directory of the given installed container.
AbstractCopyingInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
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(Container) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
 
AbstractDeployerFactoryValidator - Class in org.codehaus.cargo.sample.java.validator
Abstract validator, that instanciates the DeployerFactory.
AbstractDeployerFactoryValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.AbstractDeployerFactoryValidator
 
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<T> - 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.
AbstractGeronimoStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.geronimo.internal
Abstract Geronimo standalone Configuration implementation.
AbstractGeronimoStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.geronimo.internal.AbstractGeronimoStandaloneLocalConfiguration
AbstractGlassFishInstalledLocalContainer - Class in org.codehaus.cargo.container.glassfish.internal
Abstract GlassFish installed local container.
AbstractGlassFishInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalContainer
Calls parent constructor, which saves the configuration.
AbstractGlassFishInstalledLocalDeployer - Class in org.codehaus.cargo.container.glassfish.internal
GlassFish installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.
AbstractGlassFishInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalDeployer
Calls parent constructor, which saves the container.
AbstractGlassFishStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.glassfish.internal
GlassFish standalone local configuration.
AbstractGlassFishStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishStandaloneLocalConfiguration
Creates the local configuration object.
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<T> - 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
AbstractJBoss5xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jboss.internal
Basis for all JBoss 5.x and 6.x standalone local configurations.
AbstractJBoss5xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jboss.internal.AbstractJBoss5xStandaloneLocalConfiguration
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
AbstractJBossRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.jboss.internal
Capabilities of JBoss's org.codehaus.cargo.container.jboss.JBossRuntimeConfiguration configuration.
AbstractJBossRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jboss.internal.AbstractJBossRuntimeConfigurationCapability
Initialize the configuration-specific supports Map.
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
AbstractJettyEmbeddedStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty.internal
Base class for Jetty standalone configurations.
AbstractJettyEmbeddedStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedStandaloneLocalConfiguration
AbstractJettyExistingLocalConfiguration - Class in org.codehaus.cargo.container.jetty.internal
Abstract configuration for existing local Jetty
AbstractJettyExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyExistingLocalConfiguration
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
AbstractJonas4xRemoteDeployer - Class in org.codehaus.cargo.container.jonas.internal
Remote deployer for JOnAS 4.x.
AbstractJonas4xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.jonas.internal.AbstractJonas4xRemoteDeployer
Constructor.
AbstractJonas5xRemoteDeployer - Class in org.codehaus.cargo.container.jonas.internal
Remote deployer for JOnAS 5.x.
AbstractJonas5xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.jonas.internal.AbstractJonas5xRemoteDeployer
Constructor.
AbstractJonasExistingLocalConfiguration - Class in org.codehaus.cargo.container.jonas.internal
JOnAS existing Configuration implementation.
AbstractJonasExistingLocalConfiguration(String, String) - Constructor for class org.codehaus.cargo.container.jonas.internal.AbstractJonasExistingLocalConfiguration
Creates the configuration.
AbstractJonasInstalledLocalContainer - Class in org.codehaus.cargo.container.jonas.internal
Support for the JOnAS JEE container.
AbstractJonasInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jonas.internal.AbstractJonasInstalledLocalContainer
AbstractJonasRemoteDeployer - Class in org.codehaus.cargo.container.jonas.internal
Abstract base class for JOnAS remote deployment.
AbstractJonasRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer
Constructor.
AbstractJonasRemoteDeployer.ActionType - Class in org.codehaus.cargo.container.jonas.internal
Action types.
AbstractJonasRemoteDeployer.RemoteDeployerConfig - Class in org.codehaus.cargo.container.jonas.internal
This class represents the Remote Deployer Configuration.
AbstractJonasRemoteDeployer.RemoteDeployerConfig() - Constructor for class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.RemoteDeployerConfig
 
AbstractJonasRemoteDeployer.TargetType - Class in org.codehaus.cargo.container.jonas.internal
Target types.
AbstractJonasStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jonas.internal
Implementation of a standalone Configuration for JOnAS.
AbstractJonasStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jonas.internal.AbstractJonasStandaloneLocalConfiguration
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
AbstractJsr88Deployer - Class in org.codehaus.cargo.container.spi.deployer
JSR-88 remote deployer.
AbstractJsr88Deployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
Constructor.
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
 
AbstractLocalConfigurationCapability - Class in org.codehaus.cargo.container.spi.configuration
Base implementation of ConfigurationCapability that needs to be extended by each local configuration's implementation.
AbstractLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfigurationCapability
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.
AbstractPackagerValidator - Class in org.codehaus.cargo.sample.java.validator
Abstract validator, that instanciates the PackagerFactory.
AbstractPackagerValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.AbstractPackagerValidator
 
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(Container) - 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 StandaloneLocalConfiguration 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
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
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.AbstractJettyEmbeddedStandaloneLocalConfiguration
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.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty8xEmbeddedStandaloneLocalConfiguration
Turn on the logging for the container.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty9xEmbeddedStandaloneLocalConfiguration
Turn on the logging for the container.
addAppArgument(File) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Adds the specified pathname as an argument to the application.
addAppArgumentLine(String) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Adds the specified comma separated argument line as arguments to the application.
addAppArguments(String...) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Adds the specified values as arguments to the application.
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.
addClasspathEntries(String...) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Adds the specified paths to the system classpath of the JVM.
addClasspathEntries(File...) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Adds the specified paths to the system classpath of the JVM.
addConnectOptions(List<String>) - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalDeployer
Adds connection options.
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 interface org.codehaus.cargo.container.configuration.LocalConfiguration
Add data source the container can take advantage of.
addDataSource(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Add data source the container can take advantage of.
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.
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.spi.configuration.AbstractLocalConfiguration
Deploy a Deployable in the container.
addDeployables() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Add the cargo deployables and the Cargo Ping Check.
addDeployableToDomain(Deployable, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9x10x103x12xConfigXmlInstalledLocalDeployer
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
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(JvmLauncher) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Add extra container classpath entries specified by the user.
addExtraClasspath(String) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
addExtraClasspath(JvmLauncher) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
Does not add anything to the extra classpath since this is already handled by the AbstractCatalinaStandaloneLocalConfiguration.
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.
addJettyHandlers() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Add Jetty handlers.
addJspFile(WebXml, String, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Add a JSP file.
addJvmArgument(File) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Adds the specified pathname as an argument to the JVM.
addJvmArgumentLine(String) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Adds the specified comma separated argument line as arguments to the JVM.
addJvmArguments(String...) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Adds the specified values as arguments to the JVM.
addMemoryArguments(JvmLauncher) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Adds the JVM memory arguments.
addMemoryArguments(JvmLauncher) - Method in class org.codehaus.cargo.container.weblogic.WebLogic12xInstalledLocalContainer
Adds the JVM memory arguments.
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
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
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
 
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<String>) - Method in class org.codehaus.cargo.container.property.User
 
addRuntimeArgs(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.JBoss7xInstalledLocalContainer
Add command line arguments to the java command.
addRuntimeArgs(JvmLauncher) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Add command line arguments to the java command.
addSecurityConstraint(WebXml, String, String, List<String>) - 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.
addSysProp(JvmLauncher, Map<String, String>, String, String) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasInstalledLocalContainer
Add java system properties (to configure JOnAS properly).
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<? extends Test>, Validator[]) - Method in class org.codehaus.cargo.sample.java.CargoTestSuite
Add a given test suite.
addTestSuite(Class<? extends Test>, Validator[], Set<String>) - Method in class org.codehaus.cargo.sample.java.CargoTestSuite
Add a given test suite.
addTokensToFilterChain(FilterChain, Map<String, String>) - 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(JvmLauncher) - 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.
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.
addWeblogicAdminArguments(JvmLauncher) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Add WebLogic admin arguments.
addWebModule(String, String) - Method in class org.codehaus.cargo.module.application.ApplicationXml
Adds a web module to the deployment descriptor.
addXmlReplacement(String, String, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Adds an XML replacement.
addXmlReplacement(String, String, String, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Adds an XML replacement.
ADMIN_PASSWORD - Static variable in interface org.codehaus.cargo.container.websphere.WebSpherePropertySet
Password for user with administrator rights.
ADMIN_PORT - Static variable in interface org.codehaus.cargo.container.glassfish.GlassFishPropertySet
The admin HTTP port that Glassfish will use.
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.
ADMIN_USERNAME - Static variable in interface org.codehaus.cargo.container.websphere.WebSpherePropertySet
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.
ALTERNATIVE_DEPLOYMENT_DIR - Static variable in interface org.codehaus.cargo.container.jboss.JBossPropertySet
Deployment target directory to use instead of the default deployments directory.
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, boolean) - 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
 
AOP - Class in org.codehaus.cargo.container.deployable
Wraps a AOP (JBoss AOP Archive) file that will be deployed in the container.
AOP(String) - Constructor for class org.codehaus.cargo.container.deployable.AOP
AOP - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The AOP deployable type.
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).
applyPortOffset() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
Apply the port offset to the configuration port properties.
applyPortOffset() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Apply the port offset to the configuration port properties.
applyPortOffset(String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Apply the port offset on the specified property
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<String, String>, boolean, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
Ping a container and check the result.
assertPingFalse(String, String, URL, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
Ping a container and expect it to return an error.
assertPingFalse(String, URL, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
Ping a container and expect it to return an error.
assertPingTrue(String, String, URL, Map<String, String>, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
Ping a container and expect it to return a given content.
assertPingTrue(String, String, URL, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
Ping a container and expect it to return a given content.
assertPingTrue(String, URL, Logger) - Static method in class org.codehaus.cargo.sample.java.PingUtils
Ping a container and expect it to return any content.
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
buildSocketAddressForDeployableServer() - Method in class org.codehaus.cargo.container.jboss.JBoss4xRemoteDeployer
return the socket address used for serving deployables to remote JBoss servers
buildStarted(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
Bundle - Class in org.codehaus.cargo.container.deployable
Wraps an OSGi Bundle file that will be deployed in the container.
Bundle(String) - Constructor for class org.codehaus.cargo.container.deployable.Bundle
 
BUNDLE - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The OSGi Bundle deployable type.

C

callCount - Variable in class org.codehaus.cargo.container.jboss.internal.SimpleHttpFileServer
Call count.
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
 
CargoTestSuite - Class in org.codehaus.cargo.sample.java
Cargo test suite.
CargoTestSuite(String) - Constructor for class org.codehaus.cargo.sample.java.CargoTestSuite
Initialize with the given suite name.
CELL - Static variable in interface org.codehaus.cargo.container.websphere.WebSpherePropertySet
WebSphere cell name.
CHARSET_PARAMS - Static variable in class org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag
Element name 'charset-params'.
checkDirExists(String) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasExistingLocalConfiguration
Check if the directory exists.
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.
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
Create the short class name for a given class name.
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 class org.codehaus.cargo.container.jboss.JBoss7xStandaloneLocalConfiguration
JBoss configuration used as base.
CONFIGURATION - Static variable in interface org.codehaus.cargo.container.jboss.JBossPropertySet
The JBoss configuration selected.
configuration - Variable in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer
The run time 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.
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
 
CONFIGURATOR_PREFIX - Static variable in class org.codehaus.cargo.container.jonas.JonasPropertySet
Prefix used for configuration properties that will set values on the JOnAS configurator.
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.jboss.JBoss71xStandaloneLocalConfiguration
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.jboss.JBoss7xStandaloneLocalConfiguration
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.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.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
configureDatasource(LocalContainer, String) - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
Configure datasource definitions.
configureDatasource(LocalContainer, String) - Method in class org.codehaus.cargo.container.jetty.Jetty8xStandaloneLocalConfiguration
Configure datasource definitions.
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.WebLogic9x10x103x12xConfigurationBuilder
In WebLogic 9.x DataSource definitions are located in separate files linked to config.xml.
configureFiles(FilterChain, LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Copy the customized configuration files into the cargo home directory.
configureFiles(FilterChain, LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Copy the customized configuration files into the cargo home directory.
configureJettyConnectors() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Configure Jetty connectors.
configureJettyConnectors() - Method in class org.codehaus.cargo.container.jetty.Jetty9xEmbeddedLocalContainer
Configure Jetty connectors.
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.
configureUsingAsAdmin(AbstractGlassFishInstalledLocalContainer) - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xStandaloneLocalConfiguration
Configures the domain using asadmin.
configureUsingAsAdmin(AbstractGlassFishInstalledLocalContainer) - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xStandaloneLocalConfiguration
Configures the domain using asadmin.
configureUsingAsAdmin(AbstractGlassFishInstalledLocalContainer) - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishStandaloneLocalConfiguration
Configures the domain using asadmin.
ConfluenceContainerDocumentationGenerator - Class in org.codehaus.cargo.documentation
Generate container documentation using Confluence markup language.
ConfluenceContainerDocumentationGenerator() - Constructor for class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
 
ConfluenceProjectStructureDocumentationGenerator - Class in org.codehaus.cargo.documentation
Generate project structure documentation using Confluence markup language.
ConfluenceProjectStructureDocumentationGenerator() - Constructor for class org.codehaus.cargo.documentation.ConfluenceProjectStructureDocumentationGenerator
 
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_CLIENT_AUTH - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The requirements for client authentication.
CONNECTOR_EMPTY_SESSION_PATH - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The boolean value for the empty session path connector property.
CONNECTOR_KEY_ALIAS - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The alias of the key in the key store.
CONNECTOR_KEY_STORE_FILE - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The file path for the key store file.
CONNECTOR_KEY_STORE_PASSWORD - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The password for the server key store.
CONNECTOR_KEY_STORE_TYPE - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The type of the key store file.
CONNECTOR_SSL_PROTOCOL - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The password for the server key store.
CONNECTOR_TRUST_STORE_FILE - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The file path for the trust store file.
CONNECTOR_TRUST_STORE_PASSWORD - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The password for the server trust store.
CONNECTOR_TRUST_STORE_TYPE - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The type of the trust store file.
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_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.
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.
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(Deployable) - Static method in class org.codehaus.cargo.container.tomcat.internal.TomcatUtils
Tests whether the specified deployable is a Tomcat WAR and contains a META-INF/context.xml file.
containsContextFile() - Method in class org.codehaus.cargo.container.tomcat.TomcatWAR
 
containsElement(List<Element>, Element) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Checks if haystack contains needle.
containsJBossWebFile() - Method in class org.codehaus.cargo.container.jboss.deployable.JBossWAR
 
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_RELOADABLE - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
Whether the contexts for deployed Web applications should be set as reloadable.
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.
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_WARS - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
Whether WAR deployables should be copied or referenced.
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<String>) - 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, FilterChain, String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
Copy a directory from a source to a destination using a filterchain to specify token replacement.
copyDirectory(String, String) - Method in interface org.codehaus.cargo.util.FileHandler
Copy a directory from a source to a destination.
copyDirectory(String, String, List<String>) - Method in interface org.codehaus.cargo.util.FileHandler
Copy a directory from a source to a destination specifying files to be excluded.
copyDirectory(String, String, FilterChain, String) - Method in interface org.codehaus.cargo.util.FileHandler
Copy a directory from a source to a destination using a filterchain to specify token replacement.
copyExternalResources(File, File) - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
Copy external resources to cargo configuration directory.
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.
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
copyFile(String, String, FilterChain, String) - 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.
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, String) - 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, String) - 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, String) - 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() - Method in class org.codehaus.cargo.module.DescriptorTag
 
CREATE_CONTEXT_XML - Static variable in interface org.codehaus.cargo.container.jetty.JettyPropertySet
Whether to create context.xml files to deploy WARs.
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.
createBlankDataSourceFile(String) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Create a blank datasource file with correct namespace.
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.
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.WebLogic8xStandaloneLocalConfiguration
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
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.
createConnection(Hashtable<String, Object>) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory
Create the MBean server proxy connection.
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.
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
 
createContextToken(WAR) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
Override the context element creation as Tomcat 5x and newer don't support the debug attribute.
createContextXml(WAR) - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
Creates the contents of the context file.
createContextXml(WAR) - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalDeployer
 
createDatasourceDefinitions(StringBuilder, LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
Creates datasource definitions.
createDefaultDeployerUrl(Configuration) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Returns a deployerURL based on default values.
createDeployable(String, String, DeployableType) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Creates an Deployable instance, wrapping a file or a directory.
createDeployable(String, String, DeployableType) - Method in interface org.codehaus.cargo.generic.deployable.DeployableFactory
Creates an Deployable instance, wrapping a file or a directory.
createDeployConnection(WAR) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Creates an deploy connection for the deployer.
createDeployer(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyExistingLocalConfiguration
Creation of deployer according to the container
createDeployer(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
Creates a new deployer for the specified container.
createDeployer(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty6xExistingLocalConfiguration
Creation of deployer according to the container
createDeployer(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
 
createDeployer(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty7xExistingLocalConfiguration
Creation of deployer according to the container
createDeployer(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
Creates a new deployer for the specified container.
createDeployer(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty9xExistingLocalConfiguration
Creation of deployer according to the container
createDeployer(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty9xStandaloneLocalConfiguration
Creates a new deployer for the specified container.
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.
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.
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.WebLogic9x10x103x12xConfigXmlInstalledLocalDeployer
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
 
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.AbstractLocalConfiguration
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.internal.AbstractGeronimoStandaloneLocalConfiguration
Create filter to replace tokens in configuration file with user defined values.
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.WebLogic9x10x103x12xConfigXmlInstalledLocalDeployer
Get a string name for the configuration of this deployable.
createIdFromFileName(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9x10x103x12xConfigXmlInstalledLocalDeployer
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.
createInstance(Constructor<? extends ConfigurationCapability>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Create an implementation class instance.
createInstance(Constructor<? extends Configuration>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Create an implementation class instance.
createInstance(Constructor<? extends ContainerCapability>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Create an implementation class instance.
createInstance(Constructor<? extends Container>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Create an implementation class instance.
createInstance(Constructor<? extends Deployable>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Create an implementation class instance.
createInstance(Constructor<? extends Deployer>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Create an implementation class instance.
createInstance(Constructor<? extends Packager>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Create an implementation class instance.
createInstance(Constructor<? extends T>, 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(JBossInstalledLocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
Create filter to replace token in configuration file with user defined token.
createJettyFilterChain() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedStandaloneLocalConfiguration
Creates the filter chain that should be applied while copying container configuration files to the working directory from which the container is started.
createJettyFilterChain() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
Creates the filter chain that should be applied while copying container configuration files to the working directory from which the container is started.
createJettyFilterChain() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedStandaloneLocalConfiguration
 
createJettyFilterChain() - Method in class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
 
createJettyFilterChain() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedStandaloneLocalConfiguration
 
createJettyFilterChain() - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
 
createJvmLauncher(boolean) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Creates a preinitialized instance of a JVM launcher to be used for starting, stopping and controlling the container.
createJvmLauncher(JvmLauncherRequest) - Method in class org.codehaus.cargo.container.spi.jvm.DefaultJvmLauncherFactory
Creates a new JVM launcher for the specified request.
createJvmLauncher(JvmLauncherRequest) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncherFactory
Creates a new JVM launcher for the specified request.
createJvmLauncher() - Method in class org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalContainer
Creates a JVM launcher with the IBM WebSphere classpath.
createManager(Configuration) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Creates a Tomcat manager wrapper from the specified configuration.
createMBean(String, ObjectName) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
createMBean(String, ObjectName, ObjectName) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
createMBean(String, ObjectName, Object[], String[]) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
createNestedText(DescriptorTag, String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Creates an element that contains nested text.
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.
createProject() - Method in class org.codehaus.cargo.util.AntUtils
 
createRoleMap(List<User>) - 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.
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.
createTomcatWebappsToken() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Create the Tomcat <webapp> token.
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.
createUserToken() - Method in class org.codehaus.cargo.container.jrun.JRun4xFilterChain
 
cutExtension(String) - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalDeployer
Returns a filename without its extension.

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.
DEBUG_MODE - Static variable in interface org.codehaus.cargo.container.glassfish.GlassFishPropertySet
Glassfish domain debug mode.
DEBUGGER_PORT - Static variable in interface org.codehaus.cargo.container.glassfish.GlassFishPropertySet
Debugger port.
DEFAULT_JAAS_FILE - Static variable in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory
Default JAAS file name.
DEFAULT_JNDI_INITIAL_CTX_FACTORY - Static variable in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory
Default JOnAS initial context factory.
DEFAULT_JNDI_MEJB_PATH - Static variable in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory
Default path for MEJB on JNDI.
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_PROVIDER_URI - Static variable in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory
Default provider URI.
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.
defaultFinalOptions - Variable in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
List of default OPTIONs.
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.
DefaultJvmLauncherFactory - Class in org.codehaus.cargo.container.spi.jvm
The default factory to create JVM launchers.
DefaultJvmLauncherFactory() - Constructor for class org.codehaus.cargo.container.spi.jvm.DefaultJvmLauncherFactory
Creates a new JVM launcher factory.
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.
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.glassfish.internal.AbstractGlassFishInstalledLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(File, String) - Method in interface org.codehaus.cargo.container.jboss.internal.IJBossProfileManagerDeployer
Deploys an application.
deploy(Deployable) - Method in class org.codehaus.cargo.container.jboss.JBoss4xRemoteDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.jboss.JBoss5xRemoteDeployer
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.jonas.internal.AbstractJonas5xRemoteDeployer
Deploy a Deployable to the running container and make it available for requests.
DEPLOY - Static variable in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.ActionType
The "deploy" action.
deploy(Deployable) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(String) - Method in interface org.codehaus.cargo.container.jonas.internal.Jonas4xAdmin
deploys the given bean name.
deploy(String) - Method in class org.codehaus.cargo.container.jonas.internal.Jonas4xAdminImpl
deploys the given bean name.
deploy(Deployable) - Method in class org.codehaus.cargo.container.jonas.Jonas5xInstalledLocalDeployer
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<Deployable>) - 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.AbstractJsr88Deployer
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(String, 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.WebLogic9x10x103x12xConfigXmlInstalledLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(Deployable) - Method in class org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalDeployer
Deploy a Deployable to the running container and make it available for requests.
deploy(File, String) - Method in class org.codehaus.cargo.tools.jboss.JBossDeployer
Deploys an application.
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_FOLDER - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
The auto-deploy folder, if different then default.
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.
deployCargoPing(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xStandaloneLocalConfiguration
Deploy the Cargo Ping utility to the container.
deployCargoPing(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
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.
deployDatasource(DataSource) - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xInstalledLocalDeployer
Does not do anything since GlassFish 2.x cannot deploy datasources using java.sql.Driver drivers.
deployDatasource(DataSource) - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xInstalledLocalDeployer
Deploy a datasource.
deployDatasource(DataSource) - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalDeployer
Deploy a datasource.
deployDatasources(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.geronimo.internal.AbstractGeronimoStandaloneLocalConfiguration
Deploy datasources.
deployDatasources(String) - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
Deploys the JBoss datasources.
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
 
Deployer - Interface in org.codehaus.cargo.container.deployer
API to manage all deployment aspects of Deployable: deploy, undeploy, start, stop and restart.
DEPLOYER_URL - Static variable in interface org.codehaus.cargo.container.jetty.JettyPropertySet
The URL for calling the Jetty Deployer webapp.
DeployerFactory - Interface in org.codehaus.cargo.generic.deployer
Create a Deployer knowing the container to which it is attached and the deployer type.
DeployerType - Class in org.codehaus.cargo.container.deployer
Type of Deployer.
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
 
deployExtraClasspath(String[]) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Deploys extra classpath elements to the Geronimo classpath.
deployRar(String, File) - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
Deploys a RAR plan.
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.
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() - Method in class org.codehaus.cargo.container.jonas.internal.JSR160MBeanServerConnectionFactory
Destroys the factory and any underlying IO sockets.
destroy() - Method in interface org.codehaus.cargo.container.jonas.internal.MBeanServerConnectionFactory
Destroys the factory and any underlying IO sockets.
destroy() - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory
Destroys the factory and any underlying IO sockets.
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'.
doAction(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.Jonas4xInstalledLocalContainer
Configuring the target java ant task to launch a JOnAS command.
doAction(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.Jonas5xInstalledLocalContainer
Configuring the target java ant task to launch a JOnAS command.
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.geronimo.Geronimo2xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.geronimo.Geronimo3xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.geronimo.GeronimoExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.glassfish.GlassFishExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishStandaloneLocalConfiguration
Creates a new domain and set up the workspace by invoking the "asadmin" command.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBoss5xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBoss71xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBoss7xExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBoss7xStandaloneLocalConfiguration
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.AbstractJettyEmbeddedStandaloneLocalConfiguration
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.AbstractJettyExistingLocalConfiguration
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.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.jonas.internal.AbstractJonasStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jonas.Jonas4xExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jonas.Jonas4xStandaloneLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jonas.Jonas5xExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jonas.Jonas5xStandaloneLocalConfiguration
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.Resin2xExistingLocalConfiguration
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.Tomcat4xStandaloneLocalConfiguration
Tomcat 4.x does not load $CATALINA_BASE/common/lib (as explained in http://tomcat.apache.org/tomcat-4.1-doc/class-loader-howto.html), therefore we copy the extra classpath into $CATALINA_HOME/common/lib.
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.WebLogic8xExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xStandaloneLocalConfiguration
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.websphere.WebSphere85xExistingLocalConfiguration
Implementation of LocalConfiguration.configure(LocalContainer) that all local configuration using this class must implement.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.websphere.WebSphere85xStandaloneLocalConfiguration
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.
doDeploy(Deployable, boolean) - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xInstalledLocalDeployer
Does the actual deployment.
doDeploy(Deployable, boolean) - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xInstalledLocalDeployer
Does the actual deployment.
doDeploy(Deployable, boolean) - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalDeployer
Does the actual deployment.
doDeploy(String, Deployable) - Method in class org.codehaus.cargo.container.jboss.JBoss7xInstalledLocalDeployer
Do the actual deployment.
doDeploy(String, Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
Do the actual deployment.
doDeploy(String, Deployable) - Method in class org.codehaus.cargo.container.jonas.Jonas4xInstalledLocalDeployer
Do the actual deployment.
doDeploy(String, Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Do the actual deployment.
doDeploy(String, Deployable) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
Do the actual deployment.
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 - Static variable in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.TargetType
The domain master.
DOMAIN_NAME - Static variable in interface org.codehaus.cargo.container.glassfish.GlassFishPropertySet
Glassfish domain name.
DOMAIN_VERSION - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
Lowest common denominator of the servers in the domain.
doRun() - Method in class org.codehaus.cargo.container.spi.util.DefaultServerRun
Parse and process the command line to start/stop the server.
doServerAndDomainNameArgs(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasInstalledLocalContainer
Setup of the target server and domain name for the JOnAS admin command call.
doServerAndDomainNameParam(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasInstalledLocalContainer
Setup of the target server and domain name for the JOnAS admin command call.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.geronimo.Geronimo2xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.geronimo.Geronimo3xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBoss5xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.JBoss61xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.JBoss71xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.JBoss7xInstalledLocalContainer
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(JvmLauncher) - 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(JvmLauncher) - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart() - Method in class org.codehaus.cargo.container.jetty.Jetty8xEmbeddedLocalContainer
 
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
Implementation of RunnableContainer.start() to all container extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.Jonas4xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.Jonas5xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.jrun.internal.AbstractJRunInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOc4j10xInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.resin.Resin4xInstalledLocalContainer
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(JvmLauncher) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
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(JvmLauncher) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Implementation of RunnableContainer.start() that all containers extending this class must implement.
doStart(JvmLauncher) - Method in class org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalContainer
Implementation of RunnableContainer.start() to all container 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(JvmLauncher) - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.geronimo.Geronimo2xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.geronimo.Geronimo3xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.JBoss6xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.JBoss71xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jboss.JBoss7xInstalledLocalContainer
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(JvmLauncher) - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
Implementation of RunnableContainer.stop() to all container extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.Jonas4xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.Jonas5xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.jrun.internal.AbstractJRunInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOc4j10xInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.orion.internal.AbstractOrionInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.resin.Resin4xInstalledLocalContainer
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(JvmLauncher) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - 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(JvmLauncher) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Implementation of RunnableContainer.stop() that all containers extending this class must implement.
doStop(JvmLauncher) - Method in class org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalContainer
Implementation of RunnableContainer.stop() to all container 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.
doUsernameAndPasswordArgs(JvmLauncher) - Method in class org.codehaus.cargo.container.jonas.Jonas5xInstalledLocalContainer
Setup of the username and password for the JOnAS admin command call.
download() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
Downloads the zip file containing the container files.
downloadDir - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Location where to put the zipped distributions.
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'.
EjbArchive - Interface in org.codehaus.cargo.module.ejb
Class that encapsulates access to an EJB JAR.
EjbDef - Class in org.codehaus.cargo.module.ejb
Class representing an EJB definition in a ejb-jar.xml descriptor.
EjbDef() - Constructor for class org.codehaus.cargo.module.ejb.EjbDef
Constructor.
EjbDef(String) - Constructor for class org.codehaus.cargo.module.ejb.EjbDef
Constructor.
EjbDef(String, String) - Constructor for class org.codehaus.cargo.module.ejb.EjbDef
Constructor.
EjbJarXml - Class in org.codehaus.cargo.module.ejb
Encapsulates the DOM representation of a ejb deployment descriptor ejb-jar.xml to provide convenience methods for easy access and manipulation.
EjbJarXml(Element, DescriptorType) - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXml
Constructor.
EjbJarXmlIo - Class in org.codehaus.cargo.module.ejb
Provides convenience methods for reading and writing ejb deployment descriptors (ejb-jar.xml).
EjbJarXmlIo() - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlIo
 
EjbJarXmlTag - Class in org.codehaus.cargo.module.ejb
Represents the various tags in a ejb jar deployment descriptor.
EjbJarXmlTag(DescriptorType, String, boolean) - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Constructor.
EjbJarXmlTag(DescriptorType, String) - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlTag
Constructor.
EjbJarXmlType - Class in org.codehaus.cargo.module.ejb
 
EjbJarXmlType() - Constructor for class org.codehaus.cargo.module.ejb.EjbJarXmlType
Protected constructor.
EjbJarXmlVersion - Class in org.codehaus.cargo.module.ejb
Enumerated type that represents the version of the deployment descriptor of a ejb descriptor (ejb-jar.xml).
EjbRef - Class in org.codehaus.cargo.module.webapp
Represents a ejb-ref element of a web application descriptor.
EjbRef() - Constructor for class org.codehaus.cargo.module.webapp.EjbRef
Empty constructor.
EjbRef(String, String, String) - Constructor for class org.codehaus.cargo.module.webapp.EjbRef
Construct a new ejb-ref.
element(String) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
element(String, Namespace) - Method in class org.codehaus.cargo.module.AbstractDescriptorType
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.jonas.internal.AbstractJonasRemoteDeployer.ActionType
equals(Object) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.TargetType
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.FileHandler.XmlReplacement
equals(Object) - Method in class org.codehaus.cargo.util.log.LogLevel
equalsLevel(String) - Method in enum org.codehaus.cargo.container.property.LoggingLevel
Tests whether the specified logging level equals this enum constant.
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.
escapePath(String) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Escapes a Windows path: backslashes become slashes, drive paths get prefixed with a slash.
execute() - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Launches a JVM according to the configuration of this launcher and waits for its termination.
execute(File) - Method in class org.codehaus.cargo.module.webapp.merge.ArchiveResourceMerger
Execute the merge into the assembly directory.
executeMergeProcessors(File) - Method in class org.codehaus.cargo.module.webapp.merge.MergedWarArchive
 
executePostStartTasks() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Some containers may require some extra steps after startup.
executePostStartTasks() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Some containers may require some extra steps after startup.
executeWsAdmin(String...) - Method in class org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalDeployer
Executed WS admin commands.
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.
EXTENSION - Static variable in class org.codehaus.cargo.module.webapp.WebXmlType
Element name 'extension'.
extractDir - Variable in class org.codehaus.cargo.sample.java.EnvironmentTestData
Location where to extract the zipped distributions.

F

factory - Variable in class org.codehaus.cargo.sample.java.validator.AbstractConfigurationCapabilityValidator
Configuration capability factory.
factory - Variable in class org.codehaus.cargo.sample.java.validator.AbstractConfigurationFactoryValidator
Configuration factory.
factory - Variable in class org.codehaus.cargo.sample.java.validator.AbstractDeployerFactoryValidator
Container capability factory.
factory - Variable in class org.codehaus.cargo.sample.java.validator.AbstractPackagerValidator
Configuration packager factory.
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 - Variable in class org.codehaus.cargo.container.jboss.internal.SimpleHttpFileServer
CARGO file handler.
FileHandler - Interface in org.codehaus.cargo.util
File operations that are performed in Cargo.
FileHandler.XmlReplacement - Class in org.codehaus.cargo.util
Represents an XML replacement.
FileHandler.XmlReplacement(String, String) - Constructor for class org.codehaus.cargo.util.FileHandler.XmlReplacement
Saves the attributes for this XML replacement.
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
 
filePath - Variable in class org.codehaus.cargo.container.jboss.internal.SimpleHttpFileServer
Path of the file to serve.
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.
findPropertySetField(String, Class) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Find the property set field name for a given value on a given class.
findPropertySetFieldName(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Find the property set field for a given value.
findRemoteFileName(Deployable, String, boolean) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonas5xRemoteDeployer
Finds a deployable file on the remote server.
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
 
forceStopInternal() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Some containers may not fully stop and need to be forcibly stopped.
forceStopInternal() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Some containers may not fully stop and need to be forcibly stopped.
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
Generate documentation for the configuration features of a given container.
generateConfigurationPropertiesForConfigurationTypeForContainerType(String, ConfigurationType, String, ContainerType) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for the configuration properties of a given container.
generateConfigurationPropertiesText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for the configuration properties of a given container.
generateContainerFeaturesText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for the container features of a given container.
generateDatasourceDocumentation() - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for a datasources.
generateDeployerFeaturesText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for the deployer features of a given container.
generateDocumentation(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for a given container.
generateDocumentation() - Method in class org.codehaus.cargo.documentation.ConfluenceProjectStructureDocumentationGenerator
Generates the project structure documentation.
generateExistingConfigurationText(String, ContainerType) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for the existing configuration of a given container.
generateOtherFeaturesText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for other features of a given container.
generateSamplesInfoText(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for the Samples of a given container.
generateStandaloneConfigurationText(String, ContainerType) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Generate documentation for the standalone configuration of a given container.
generateUserPasswordLine(User, String) - Method in class org.codehaus.cargo.container.jboss.JBoss7xStandaloneLocalConfiguration
Generate the user and password line for th JBoss users properties file.
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
Geronimo1xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.geronimo.internal
Capabilities of the Geronimo's standalone local configuration.
Geronimo1xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.geronimo.internal.Geronimo1xStandaloneLocalConfigurationCapability
Initialize Geronimo-specific configuration Map.
Geronimo2xInstalledLocalContainer - Class in org.codehaus.cargo.container.geronimo
Geronimo 2.x series container implementation.
Geronimo2xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.geronimo.Geronimo2xInstalledLocalContainer
Geronimo2xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.geronimo
Geronimo 2.x series standalone Configuration implementation.
Geronimo2xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.geronimo.Geronimo2xStandaloneLocalConfiguration
Geronimo2xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.geronimo.internal
Capabilities of the Geronimo's standalone local configuration.
Geronimo2xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.geronimo.internal.Geronimo2xStandaloneLocalConfigurationCapability
Initialize Geronimo-specific configuration Map.
Geronimo3xContainerCapability - Class in org.codehaus.cargo.container.geronimo.internal
Capabilities of the Geronimo 3.x container.
Geronimo3xContainerCapability() - Constructor for class org.codehaus.cargo.container.geronimo.internal.Geronimo3xContainerCapability
 
Geronimo3xInstalledLocalContainer - Class in org.codehaus.cargo.container.geronimo
Geronimo 3.x series container implementation.
Geronimo3xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.geronimo.Geronimo3xInstalledLocalContainer
Geronimo3xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.geronimo
Geronimo 3.x series standalone Configuration implementation.
Geronimo3xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.geronimo.Geronimo3xStandaloneLocalConfiguration
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
 
GeronimoExistingLocalConfiguration - Class in org.codehaus.cargo.container.geronimo
Geronimo existing Configuration implementation.
GeronimoExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.geronimo.GeronimoExistingLocalConfiguration
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.
GeronimoFactoryRegistry - Class in org.codehaus.cargo.container.geronimo
Registers Geronimo support into default factories.
GeronimoFactoryRegistry() - Constructor for class org.codehaus.cargo.container.geronimo.GeronimoFactoryRegistry
 
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.
GeronimoUtils - Class in org.codehaus.cargo.container.geronimo.internal
Various utility methods such as checking is Geronimo is started.
GeronimoUtils(Configuration) - 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.
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
 
getAppConfigurationEntry(String) - Method in class org.codehaus.cargo.container.jboss.internal.JaasConfiguration
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.
getAsAdmin() - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xInstalledLocalContainer
Returns the asadmin for the GlassFish server.
getAsAdmin() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xInstalledLocalContainer
Returns the asadmin for the GlassFish server.
getAsAdmin() - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalContainer
Returns the asadmin for the GlassFish server.
getAttribute(ObjectName, String) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
getAttributeName() - Method in class org.codehaus.cargo.util.FileHandler.XmlReplacement
 
getAttributes(ObjectName, String[]) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
getAutoDeployDirectory() - Method in interface org.codehaus.cargo.container.weblogic.internal.WebLogicLocalContainer
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.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.WebLogic12xInstalledLocalContainer
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.
getBeaHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getBeaHome() - Method in interface org.codehaus.cargo.container.weblogic.internal.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.
getBeaHomeDirs() - Method in class org.codehaus.cargo.container.weblogic.WebLogic12xInstalledLocalContainer
Also includes checking of the modules directory, which is unique to WebLogic 10.
getBeaHomeFiles() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getBuildException() - Method in class org.codehaus.cargo.container.internal.AntContainerExecutorThread
Returns a build exception.
getBundleId(Bundle) - Method in class org.codehaus.cargo.container.geronimo.internal.GeronimoUtils
 
getCallCount() - Method in interface org.codehaus.cargo.container.jboss.internal.ISimpleHttpFileServer
 
getCallCount() - Method in class org.codehaus.cargo.container.jboss.internal.SimpleHttpFileServer
 
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.Geronimo1xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.geronimo.Geronimo2xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.geronimo.Geronimo3xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.geronimo.Geronimo3xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.geronimo.GeronimoExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xRuntimeConfiguration
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish4xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish4xRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish4xRuntimeConfiguration
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFish4xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.glassfish.GlassFishExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBoss5xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss42xRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss4xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss4xRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss4xRuntimeConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss5xRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss5xRuntimeConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss6xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss71xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss7xExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss7xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss7xRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss7xRuntimeConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBoss7xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jboss.JBossExistingLocalConfiguration
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.AbstractJettyEmbeddedStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyRemoteContainer
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.jonas.internal.AbstractJonasExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jonas.Jonas4xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jonas.Jonas4xRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.jonas.Jonas4xRuntimeConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jonas.Jonas5xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jonas.Jonas5xRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.jonas.Jonas5xRuntimeConfiguration
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.Resin2xExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.resin.Resin2xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.resin.Resin3xExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.resin.Resin3xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
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.WebLogic8xExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.websphere.WebSphere85xExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.websphere.WebSphere85xStandaloneLocalConfiguration
getCatalinaPropertertiesReplacements() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
 
getCatalinaPropertertiesReplacements() - Method in class org.codehaus.cargo.container.tomcat.Tomcat6xStandaloneLocalConfiguration
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.
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
 
getClasspath() - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Gets the currently configured system classpath.
getClusterName() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.RemoteDeployerConfig
 
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.
getCommandLine() - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Gets a string representation of the currently configured command line.
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
 
getConfig() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer
Get the Deployer configuration.
getConfigfile() - Method in class org.codehaus.cargo.container.configuration.FileConfig
Returns true if the file is marked as a configuration file
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(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
getConfigurationExclusions() - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
getConfigurationExclusions() - Method in class org.codehaus.cargo.container.tomcat.TomcatDirectoryPackager
getConfiguratorSetterName(String) - Static method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasStandaloneLocalConfiguration
Returns the configurator setter name based on the property name.
getConfigXmlPath() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9x10x103x12xConfigXmlInstalledLocalDeployer
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<? extends ConfigurationCapability>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Create a constructor.
getConstructor(Class<? extends Configuration>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Create a constructor.
getConstructor(Class<? extends ContainerCapability>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Create a constructor.
getConstructor(Class<? extends Container>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Create a constructor.
getConstructor(Class<? extends Deployable>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Create a constructor.
getConstructor(Class<? extends Deployer>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Create a constructor.
getConstructor(Class<? extends Packager>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Create a constructor.
getConstructor(Class<? extends T>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
Create a constructor.
getContainer() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
 
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
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
getContainerServerDownloadUrl(String) - Method in class org.codehaus.cargo.documentation.ConfluenceContainerDocumentationGenerator
Returns the download URL used for testing the given container.
getContentAsStream() - Method in class org.codehaus.cargo.module.DefaultJarArchive
Returns the content of the archive as JarInputStream.
getContentExceptComments(Element) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Gets the content of an element (excluding comments).
getContext() - Method in class org.codehaus.cargo.container.deployable.WAR
 
getContext() - Method in class org.codehaus.cargo.container.jboss.deployable.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
 
getContextParam(WebXml, String) - Static method in class org.codehaus.cargo.module.webapp.WebXmlUtils
Returns the element that contains the definition of a specific context param, or null if a context param of the specified name is not defined in the descriptor.
getContextRoot() - Method in class org.codehaus.cargo.module.webapp.jboss.JBossWebXml
 
getContextsDir() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
Specifies the directory for which the context.xml for the Deployables should be copied to.
getContextsDir() - Method in class org.codehaus.cargo.container.jetty.Jetty9xInstalledLocalDeployer
 
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 interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
getDataSources() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
getDefaultDomain() - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
getDefaultRealm() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
 
getDefaultStrategyIfNoneSpecified() - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
getDeployableDir() - Method in class org.codehaus.cargo.container.jboss.JBoss7xInstalledLocalDeployer
Specifies the directory where Deployables should be copied to.
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.jo.Jo1xInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.jonas.Jonas4xInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.jonas.Jonas5xInstalledLocalDeployer
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.WebLogic9x10x103x12xCopyingInstalledLocalDeployer
Specifies the directory where Deployables should be copied to.
getDeployableIdentifier() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.RemoteDeployerConfig
 
getDeployableName() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitor
 
getDeployableName() - Method in class org.codehaus.cargo.container.deployer.URLDeployableMonitor
getDeployableName(Deployable) - Method in class org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer
Gets the deployable name for the given deployable.
getDeployableName(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Gets the deployable name for the given deployable.
getDeployableName(Deployable) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
Replace the slashes with # in the deployable name (see: CARGO-1041).
getDeployableName(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9x10x103x12xCopyingInstalledLocalDeployer
Gets the deployable name for the given deployable.
getDeployableName(Deployable) - Method in class org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalDeployer
Get the deployable name for a deployable.
getDeployables() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
getDeployables() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
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
 
getDeployersDir(String) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBoss5xInstalledLocalContainer
getDeployersDir(String) - Method in interface org.codehaus.cargo.container.jboss.internal.JBoss5xInstalledLocalContainer
 
getDeploymentAttributeName(ObjectName, MBeanServerConnection) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonas5xRemoteDeployer
Get the attribute name for the "development" attribute.
getDeploymentFactoryClassName() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xRemoteDeployer
 
getDeploymentFactoryClassName() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
 
getDeploymentManager(DeploymentFactoryManager) - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xRemoteDeployer
 
getDeploymentManager(DeploymentFactoryManager) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
 
getDepmonitorServiceMBeanName(String) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonas5xRemoteDeployer
Get the depmonitor service MBean.
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.AbstractLocalConfiguration
Determines the correct path for the destination directory.
getDestFileLocation(String, String, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Determines the correct path for the destination file.
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.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.WebLogic8xExistingLocalConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xStandaloneLocalConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9x10x103x12xConfigXmlInstalledLocalDeployer
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.
getDomainMBeanName(String) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer
Get the Domain MBean.
getDomainName() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.RemoteDeployerConfig
 
getDomains() - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
getDownloadDir() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
getDownloadFile() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
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 a list of 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.
getElementOrder(String) - Method in class org.codehaus.cargo.module.Xsd
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 a list of the elements that match the specified tag.
getElements(String) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns a list of the elements that match the specified tag.
getElements(ApplicationXmlTag) - Method in class org.codehaus.cargo.module.application.ApplicationXml
Returns a list of the elements that match the specified tag.
getEncoding() - Method in class org.codehaus.cargo.container.configuration.FileConfig
Gets the character encoding to use when token filtering is performed.
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
 
getException() - Method in interface org.codehaus.cargo.container.jboss.internal.ISimpleHttpFileServer
 
getException() - Method in class org.codehaus.cargo.container.jboss.internal.SimpleHttpFileServer
 
getExcludeHosts() - Method in class org.codehaus.cargo.container.installer.Proxy
 
getExtension() - Method in class org.codehaus.cargo.module.webapp.elements.MimeMapping
Get the Extension.
getExtraClasspath() - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
getExtraClasspath() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
getExtractDir() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
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.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() - Method in interface org.codehaus.cargo.module.JarArchiveUpdateable
 
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.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.
getFileProperties() - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
Returns the file configurations.
getFileProperties() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
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.AbstractLocalConfiguration
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.
getGeronimoExtraClasspathDependiesXML(InstalledLocalContainer) - Static method in class org.codehaus.cargo.container.geronimo.internal.GeronimoUtils
Returns the extra classpath dependencies XML for the Geronimo installed local container.
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
 
getHint() - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
 
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.container.websphere.WebSphere85xStandaloneLocalConfiguration
.
getHost() - Method in class org.codehaus.cargo.container.installer.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.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.geronimo.Geronimo2xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.geronimo.Geronimo3xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.glassfish.GlassFish4xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.glassfish.GlassFish4xRemoteContainer
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.JBoss51xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss51xRemoteContainer
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.jboss.JBoss61xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss61xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss6xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss6xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss71xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss71xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss7xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jboss.JBoss7xRemoteContainer
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.jetty.Jetty8xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty8xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty8xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty9xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty9xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty9xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jonas.Jonas4xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jonas.Jonas4xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jonas.Jonas5xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jonas.Jonas5xRemoteContainer
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.Resin31xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.resin.Resin3xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.resin.Resin4xInstalledLocalContainer
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.tomcat.Tomcat7xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat7xRemoteContainer
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.WebLogic12xInstalledLocalContainer
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.container.websphere.WebSphere85xInstalledLocalContainer
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.
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.
getInstalledContainer() - Method in class org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
 
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.
getInstance() - Static method in class org.codehaus.cargo.module.webapp.WebXml30Type
Get the instance of the WEB XML Type.
getJavaHome() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Gets the Java home directory to use for this container.
getJavaHome() - Method in class org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalContainer
 
getJBossConnectorClassName() - Method in class org.codehaus.cargo.container.jboss.JBoss5xRemoteDeployer
 
getJBossConnectorClassName() - Method in class org.codehaus.cargo.container.jboss.JBoss7xRemoteDeployer
getJbossContainer() - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
 
getJBossLogLevel(String) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
Translate Cargo logging levels into JBoss logging levels.
getJBossRemoteDeployerJarName() - Method in class org.codehaus.cargo.container.jboss.JBoss51xRemoteDeployer
getJBossRemoteDeployerJarName() - Method in class org.codehaus.cargo.container.jboss.JBoss5xRemoteDeployer
 
getJBossRemoteDeployerJarName() - Method in class org.codehaus.cargo.container.jboss.JBoss7xRemoteDeployer
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.
getJvmLauncherFactory() - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
Gets the factory used to spawn the container JVM.
getJvmLauncherFactory() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Gets the factory used to spawn the container JVM.
getLevel() - Method in enum org.codehaus.cargo.container.property.LoggingLevel
Gets the string value of this logging level for use as a value of the GeneralPropertySet.LOGGING property.
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.
getLocalContainer() - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalDeployer
Casts the container and returns.
getLocalDeployer() - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xInstalledLocalContainer
getLocalDeployer() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xInstalledLocalContainer
getLocalDeployer() - Method in class org.codehaus.cargo.container.glassfish.GlassFish4xInstalledLocalContainer
getLocalDeployer() - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalContainer
 
getLocalHome() - Method in class org.codehaus.cargo.module.ejb.EjbDef
LocalHome accessor.
getLoggable() - Method in class org.codehaus.cargo.container.spi.jvm.JvmLauncherRequest
Gets the object to forward all logging to.
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.
getMapping(RegistrationKey) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
 
getMappings() - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
 
getMBeanCount() - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
getMBeanInfo(ObjectName) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
getMBeanServerConnectionFactory() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer
Get the MBean Connection factory.
getMBeanServerConnectionFactory() - Method in class org.codehaus.cargo.container.jonas.Jonas4xJsr160RemoteDeployer
Get the MBean Connection factory.
getMBeanServerConnectionFactory() - Method in class org.codehaus.cargo.container.jonas.Jonas4xMEJBRemoteDeployer
Get the MBean Connection factory.
getMBeanServerConnectionFactory() - Method in class org.codehaus.cargo.container.jonas.Jonas5xJsr160RemoteDeployer
Get the MBean Connection factory.
getMBeanServerConnectionFactory() - Method in class org.codehaus.cargo.container.jonas.Jonas5xMEJBRemoteDeployer
Get the MBean Connection factory.
getMergers() - Method in class org.codehaus.cargo.module.XmlMerger
 
getMergeStrategy(String) - Method in class org.codehaus.cargo.module.merge.DescriptorMergerByTag
 
getMimeType() - Method in class org.codehaus.cargo.module.webapp.elements.MimeMapping
Get the mime type.
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
Returns the name of this deployable.
getName() - Method in class org.codehaus.cargo.container.deployable.RAR
Returns the name of this deployable.
getName() - Method in class org.codehaus.cargo.container.geronimo.Geronimo1xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.geronimo.Geronimo2xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.geronimo.Geronimo3xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.glassfish.GlassFish4xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.glassfish.GlassFish4xRemoteContainer
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.JBoss51xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss51xRemoteContainer
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.jboss.JBoss61xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss61xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss6xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss6xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss71xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss71xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss7xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jboss.JBoss7xRemoteContainer
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.jetty.Jetty8xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty8xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty8xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty9xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty9xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty9xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jo.Jo1xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jonas.Jonas4xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jonas.Jonas4xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jonas.Jonas5xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jonas.Jonas5xRemoteContainer
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.Resin31xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.resin.Resin3xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.resin.Resin4xInstalledLocalContainer
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.tomcat.Tomcat7xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat7xRemoteContainer
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.WebLogic12xInstalledLocalContainer
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.container.websphere.WebSphere85xInstalledLocalContainer
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.emptyMap(), if the document is DTD bound.
getNamespaces() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xStandaloneLocalConfiguration
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.util.Dom4JUtil
 
getNestedElements(Element, DescriptorTag) - Method in class org.codehaus.cargo.module.AbstractDescriptor
Returns a list of 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.
getObjectInstance(ObjectName) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.MEJBProxy
getOperationName(AbstractJonasRemoteDeployer.ActionType, DeployableType, AbstractJonasRemoteDeployer.TargetType) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonas4xRemoteDeployer
Returns the operation name for the given deployable and action type.
getOperationName(AbstractJonasRemoteDeployer.ActionType, DeployableType, AbstractJonasRemoteDeployer.TargetType) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonas5xRemoteDeployer
Returns the operation name for the given deployable and action type.
getOperationName(AbstractJonasRemoteDeployer.ActionType, DeployableType, AbstractJonasRemoteDeployer.TargetType) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer
Returns the operation name for the given deployable and action type.
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.WebLogic8xStandaloneLocalConfiguration
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.
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.WebLogic8xStandaloneLocalConfiguration
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.
getOriginalThrowable() - Method in exception org.codehaus.cargo.util.CargoException
 
getOutput() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
getOutput() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
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.
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.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.
getPasswordFile(LocalConfiguration) - Static method in class org.codehaus.cargo.container.glassfish.internal.AbstractAsAdmin
Creates and returns the password file that contains admin's password.
getPath(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Gets the webapp path for the specified deployable.
getPath(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat7xRemoteDeployer
Gets the webapp path for the specified deployable.
getPath() - Method in class org.codehaus.cargo.module.webapp.tomcat.TomcatContextXml
 
getPlan(InstalledLocalContainer) - Method in interface org.codehaus.cargo.container.geronimo.deployable.GeronimoDeployable
 
getPlan(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.geronimo.deployable.GeronimoEAR
getPlan(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.geronimo.deployable.GeronimoEJB
getPlan(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.geronimo.deployable.GeronimoWAR
getPort() - Method in class org.codehaus.cargo.container.installer.Proxy
 
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
getPropertySupportMap() - Method in class org.codehaus.cargo.container.geronimo.internal.Geronimo1xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.geronimo.internal.GeronimoExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.glassfish.GlassFish2xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.glassfish.GlassFish3xRuntimeConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.glassfish.GlassFishExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossRuntimeConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jboss.internal.JBoss7xExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jboss.internal.JBoss7xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jboss.internal.JBossExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jboss.internal.JBossStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.Jetty4xEmbeddedStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.JettyExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.JettyRuntimeConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.JettyStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jo.internal.Jo1xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jonas.internal.Jonas4xRuntimeConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jonas.internal.JonasExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jonas.internal.JonasStandaloneLocalConfigurationCapability
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.Resin2xExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.resin.internal.Resin2xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
 
getPropertySupportMap() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat4xStandaloneLocalConfigurationCapability
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.weblogic.internal.WebLogic8xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogicExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.websphere.internal.WebSphere85xExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.websphere.internal.WebSphere85xStandaloneLocalConfigurationCapability
getPropertyValue(String) - Method in interface org.codehaus.cargo.container.configuration.Configuration
 
getPropertyValue(String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
getPropertyValueString(String) - Method in class org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishStandaloneLocalConfiguration
Returns a system property value string.
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.
getRemoteFileName(Deployable, String, boolean) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonas4xRemoteDeployer
Get the remote file name.
getRemoteFileName(Deployable, String, boolean) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonas5xRemoteDeployer
Get the remote file name.
getRemoteFileName(Deployable, String, boolean) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer
Get the remote file name.
getResinConfigurationFileName() - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinInstalledLocalContainer
 
getResinConfigurationFileName() - Method in class org.codehaus.cargo.container.resin.internal.AbstractResinStandaloneLocalConfiguration
 
getResinConfigurationFileName() - Method in class org.codehaus.cargo.container.resin.Resin4xInstalledLocalContainer
getResinConfigurationFileName() - Method in class org.codehaus.cargo.container.resin.Resin4xStandaloneLocalConfiguration
getResinLoggingLevel(String) - Method in class org.codehaus.cargo.container.resin.Resin3xStandaloneLocalConfiguration
 
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.
getResourceLoader() - Static method in class org.codehaus.cargo.container.internal.util.ResourceUtils
 
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(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.
getResult() - Method in class org.codehaus.cargo.module.webapp.merge.WebXmlMerger
Retrieves merged descriptor.
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
getRuntimeConfiguration() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
 
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
 
getServerConnection(RuntimeConfiguration) - Method in class org.codehaus.cargo.container.jonas.internal.JSR160MBeanServerConnectionFactory
Create a new MBean server connection.
getServerConnection(RuntimeConfiguration) - Method in interface org.codehaus.cargo.container.jonas.internal.MBeanServerConnectionFactory
Create a new MBean server connection.
getServerConnection(RuntimeConfiguration) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory
Create a new MBean server connection.
getServerMBeanName(String, String) - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer
Get the server MBean.
getServerName() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.RemoteDeployerConfig
 
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.WebLogic9x10x103x12xConfigXmlInstalledLocalDeployer
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 a list 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.
getSharedClasspath() - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
getSharedClasspath() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
getSharedClasspathXml(JBossInstalledLocalContainer) - Method in class org.codehaus.cargo.container.jboss.JBossStandaloneLocalConfiguration
Construct the shared classpath XML based on the container.
getSharedClasspathXmlFragment() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
 
getSize(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
getSize(String) - Method in interface org.codehaus.cargo.util.FileHandler
 
getSourceFileName() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
getSpecificConfigurationDir(String, String) - Method in class org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer
 
getStartArguments() - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
 
getStartArguments() - Method in class org.codehaus.cargo.container.jetty.Jetty8xInstalledLocalContainer
 
getStartArguments() - Method in class org.codehaus.cargo.container.jetty.Jetty9xInstalledLocalContainer
 
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 interface org.codehaus.cargo.container.internal.SpawnedContainer
 
getSystemProperties() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
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.
getTagByIdentifier(String, 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
Get tag name.
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.
getTags(String) - 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 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
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.
getTomcatLoggingLevel(String) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Translate Cargo logging levels into Tomcat logging levels.
getTomcatLoggingLevel(String) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
Translate Cargo logging levels into java.util.logging levels.
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).
getToolsJar(String) - Method in class org.codehaus.cargo.container.internal.util.JdkUtils
Returns the file containing the JDK tools (such as the compiler) for the specified Java installation.
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 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 class org.codehaus.cargo.container.deployable.AOP
getType() - Method in class org.codehaus.cargo.container.deployable.Bundle
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.HAR
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.glassfish.internal.AbstractGlassFishInstalledLocalDeployer
getType() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
getType() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.ActionType
 
getType() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.TargetType
 
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.container.websphere.WebSphere85xInstalledLocalDeployer
getType() - Method in class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
 
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 interface org.codehaus.cargo.container.jboss.internal.ISimpleHttpFileServer
 
getURL() - Method in class org.codehaus.cargo.container.jboss.internal.SimpleHttpFileServer
 
getURL() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the full URL of the Tomcat manager instance.
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
 
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
 
getUserTokens() - Method in class org.codehaus.cargo.container.geronimo.internal.AbstractGeronimoStandaloneLocalConfiguration
Generate properties file entries for Geronimo users and groups.
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 J2EE deployment descriptor.
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.geronimo.Geronimo2xInstalledLocalContainer
Parse installed Geronimo version.
getVersion(String) - Method in class org.codehaus.cargo.container.geronimo.Geronimo3xInstalledLocalContainer
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.jboss.JBoss7xInstalledLocalContainer
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(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Gets the webapp version for the specified deployable.
getVersion(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat7xRemoteDeployer
Gets the webapp version for the specified deployable.
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.WebXml30Type
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
 
getWarFile() - Method in class org.codehaus.cargo.module.webapp.merge.MergeWarFileDetails
 
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.internal.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 a list of the URIs of the web modules defined in the descriptor.
getWebUri(String) - Method in class org.codehaus.cargo.container.deployable.EAR
 
getWebUris() - Method in class org.codehaus.cargo.container.deployable.EAR
 
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.
getXpathExpression() - Method in class org.codehaus.cargo.util.FileHandler.XmlReplacement
 
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.WebLogic8xStandaloneLocalConfiguration
DataSource 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.
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.WebLogic8xStandaloneLocalConfiguration
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.
GlassFish2xAsAdmin - Class in org.codehaus.cargo.container.glassfish.internal
Implements an Glassfish 2.x AsAdmin command.
GlassFish2xAsAdmin(String, long) - Constructor for class org.codehaus.cargo.container.glassfish.internal.GlassFish2xAsAdmin
Saves the GlassFish home directory and the timeout.
GlassFish2xContainerCapability - Class in org.codehaus.cargo.container.glassfish
GlassFish 2.x container capability.
GlassFish2xContainerCapability() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish2xContainerCapability
 
GlassFish2xInstalledLocalContainer - Class in org.codehaus.cargo.container.glassfish
GlassFish 2.x installed local container.
GlassFish2xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish2xInstalledLocalContainer
Calls parent constructor, which saves the configuration.
GlassFish2xInstalledLocalDeployer - Class in org.codehaus.cargo.container.glassfish
GlassFish 2.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.
GlassFish2xInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish2xInstalledLocalDeployer
Calls parent constructor, which saves the container.
GlassFish2xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.glassfish
GlassFish 2.x standalone local configuration.
GlassFish2xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish2xStandaloneLocalConfiguration
Creates the local configuration object.
GlassFish2xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.glassfish
GlassFish 2.x standalone local configuration capability.
GlassFish2xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish2xStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
GlassFish3xAsAdmin - Class in org.codehaus.cargo.container.glassfish.internal
Implements an Glassfish 3.x AsAdmin command.
GlassFish3xAsAdmin(String) - Constructor for class org.codehaus.cargo.container.glassfish.internal.GlassFish3xAsAdmin
Saves the GlassFish home directory.
GlassFish3xContainerCapability - Class in org.codehaus.cargo.container.glassfish
GlassFish 3.x container capability.
GlassFish3xContainerCapability() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish3xContainerCapability
 
GlassFish3xInstalledLocalContainer - Class in org.codehaus.cargo.container.glassfish
GlassFish 3.x installed local container.
GlassFish3xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish3xInstalledLocalContainer
Calls parent constructor, which saves the configuration.
GlassFish3xInstalledLocalDeployer - Class in org.codehaus.cargo.container.glassfish
GlassFish 3.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.
GlassFish3xInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish3xInstalledLocalDeployer
Calls parent constructor, which saves the container.
GlassFish3xRemoteContainer - Class in org.codehaus.cargo.container.glassfish
GlassFish 3.x remote container.
GlassFish3xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish3xRemoteContainer
Constructor.
GlassFish3xRemoteDeployer - Class in org.codehaus.cargo.container.glassfish
GlassFish 3.x remote deployer, which uses the JSR-88 to deploy and undeploy applications.
GlassFish3xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish3xRemoteDeployer
Constructor.
GlassFish3xRuntimeConfiguration - Class in org.codehaus.cargo.container.glassfish
Configuration to use when using a GlassFish 3.x remote container.
GlassFish3xRuntimeConfiguration() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish3xRuntimeConfiguration
Creates the runtime configuration object.
GlassFish3xRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.glassfish
Capabilities of GlassFish org.codehaus.cargo.container.glassfish.GlassFishRuntimeConfiguration configuration.
GlassFish3xRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish3xRuntimeConfigurationCapability
Initialize the configuration-specific supports Map.
GlassFish3xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.glassfish
GlassFish 3.x standalone local configuration.
GlassFish3xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish3xStandaloneLocalConfiguration
Creates the local configuration object.
GlassFish3xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.glassfish
GlassFish 3.x standalone local configuration capability.
GlassFish3xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish3xStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
GlassFish4xContainerCapability - Class in org.codehaus.cargo.container.glassfish
GlassFish 4.x container capability.
GlassFish4xContainerCapability() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish4xContainerCapability
 
GlassFish4xInstalledLocalContainer - Class in org.codehaus.cargo.container.glassfish
GlassFish 4.x installed local container.
GlassFish4xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish4xInstalledLocalContainer
Calls parent constructor, which saves the configuration.
GlassFish4xInstalledLocalDeployer - Class in org.codehaus.cargo.container.glassfish
GlassFish 4.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.
GlassFish4xInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish4xInstalledLocalDeployer
Calls parent constructor, which saves the container.
GlassFish4xRemoteContainer - Class in org.codehaus.cargo.container.glassfish
GlassFish 4.x remote container.
GlassFish4xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish4xRemoteContainer
Constructor.
GlassFish4xRemoteDeployer - Class in org.codehaus.cargo.container.glassfish
GlassFish 4.x remote deployer, which uses the JSR-88 to deploy and undeploy applications.
GlassFish4xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish4xRemoteDeployer
Constructor.
GlassFish4xRuntimeConfiguration - Class in org.codehaus.cargo.container.glassfish
Configuration to use when using a GlassFish 4.x remote container.
GlassFish4xRuntimeConfiguration() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish4xRuntimeConfiguration
 
GlassFish4xRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.glassfish
Capabilities of GlassFish org.codehaus.cargo.container.glassfish.GlassFishRuntimeConfiguration configuration.
GlassFish4xRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish4xRuntimeConfigurationCapability
 
GlassFish4xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.glassfish
GlassFish 4.x standalone local configuration.
GlassFish4xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish4xStandaloneLocalConfiguration
Creates the local configuration object.
GlassFish4xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.glassfish
GlassFish 4.x standalone local configuration capability.
GlassFish4xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFish4xStandaloneLocalConfigurationCapability
 
GlassFishExistingLocalConfiguration - Class in org.codehaus.cargo.container.glassfish
GlassFish existing local configuration.
GlassFishExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.glassfish.GlassFishExistingLocalConfiguration
Creates the local configuration object.
GlassFishExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.glassfish
GlassFish existing local configuration capability.
GlassFishExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFishExistingLocalConfigurationCapability
Initialize the configuration-specific supports Map.
GlassFishFactoryRegistry - Class in org.codehaus.cargo.container.glassfish
Registers GlassFish support into default factories.
GlassFishFactoryRegistry() - Constructor for class org.codehaus.cargo.container.glassfish.GlassFishFactoryRegistry
 
GlassFishPropertySet - Interface in org.codehaus.cargo.container.glassfish
Interface for Glassfish-specific properties.
Grammar - Interface in org.codehaus.cargo.module
Contains methods for retrieving grammar information for an XML file.

H

handle(Callback[]) - Method in class org.codehaus.cargo.container.jboss.internal.UsernamePasswordCallbackHandler
handle(Callback[]) - Method in class org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory
HAR - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The HAR deployable type.
HAR - Class in org.codehaus.cargo.container.deployable
Wraps a HAR (Hibernate Archive) file that will be deployed in the container.
HAR(String) - Constructor for class org.codehaus.cargo.container.deployable.HAR
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
Saves configuration type.
HasBundleSupportValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container supports OSGi bundles.
HasBundleSupportValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasBundleSupportValidator
Initializes the AbstractContainerCapabilityValidator with DeployableType.BUNDLE.
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
Saves configuration type.
HasDeployableSupportValidator - Class in org.codehaus.cargo.sample.java.validator
Validator, that instanciates the ContainerCapabilityFactory for DeployableType.
HasDeployableSupportValidator(DeployableType) - Constructor for class org.codehaus.cargo.sample.java.validator.HasDeployableSupportValidator
Saves the type to check for.
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
Initializes the AbstractContainerCapabilityValidator with DeployableType.EAR.
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.jonas.internal.AbstractJonasRemoteDeployer.ActionType
hashCode() - Method in class org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.TargetType
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.FileHandler.XmlReplacement
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
 
HasRemoteContainerValidator - Class in org.codehaus.cargo.sample.java.validator
Validate that a container has a remote container.
HasRemoteContainerValidator() - Constructor for class org.codehaus.cargo.sample.java.validator.HasRemoteContainerValidator
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
Saves configuration type.
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
Initializes the AbstractContainerCapabilityValidator with DeployableType.WAR.
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
Saves configuration type.
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
Saves configuration type.
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 extractDir and installURL are ignored).
HOST - Static variable in interface org.codehaus.cargo.container.property.SSHPropertySet
Host of the ssh destination.
HOSTNAME - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
Hostname on which the container is listening to.
HTTP_SECURE - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
Whether the HTTP container is secured.
HTTPS_PORT - Static variable in interface org.codehaus.cargo.container.glassfish.GlassFishPropertySet
HTTPS port.
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.geronimo.Geronimo2xInstalledLocalContainer
Geronimo 2.x series unique id.
ID - Static variable in class org.codehaus.cargo.container.geronimo.Geronimo3xInstalledLocalContainer
Geronimo 3.x series unique id.
ID - Static variable in class org.codehaus.cargo.container.glassfish.GlassFish3xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.glassfish.GlassFish4xRemoteContainer
Unique container 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.JBoss51xInstalledLocalContainer
JBoss 5.1.x series unique id.
ID - Static variable in class org.codehaus.cargo.container.jboss.JBoss51xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jboss.