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

A

AbstractConfiguration - Class in org.codehaus.cargo.container.spi.configuration
Base implementation of ContainerConfiguration that can be specialized for any type of configuration.
AbstractConfiguration() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
Default setup.
AbstractConfigurationBuilder - Class in org.codehaus.cargo.container.spi.configuration.builder
AbstractConfigurationBuilder() - Constructor for class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
AbstractConfigurationCapability - Class in org.codehaus.cargo.container.spi.configuration
Base implementation of ConfigurationCapability that needs to be extended by the different configuration implementations.
AbstractConfigurationCapability() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
Initialize the default supports Map.
AbstractContainer - Class in org.codehaus.cargo.container.spi
Base implementation for all types of containers.
AbstractContainer() - Constructor for class org.codehaus.cargo.container.spi.AbstractContainer
 
AbstractCopyingInstalledLocalDeployer - Class in org.codehaus.cargo.container.spi.deployer
Local deployer that deploys 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
 
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
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
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
 
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
 
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
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.
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.
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.
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.
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
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.
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.spi.AbstractInstalledLocalContainer
Add command line arguments to the java command.
addSharedClasspath(String) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
addSharedClasspath(String) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
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.
addXmlReplacement(XmlReplacement) - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
Adds an XML replacement.
addXmlReplacement(String, String, String) - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
Adds an XML replacement.
addXmlReplacement(String, String, String, String) - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
Adds an XML replacement.
addXmlReplacement(XmlReplacement) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Adds an XML replacement.
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.
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
 
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.
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

B

buildConfigurationEntryForXADataSourceConfiguredDataSource(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
buildEntryForDriverConfiguredDataSourceWithLocalTx(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
buildEntryForDriverConfiguredDataSourceWithNoTx(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
buildEntryForDriverConfiguredDataSourceWithXaTx(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
 
buildFinished(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
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

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.
clear() - Method in class org.codehaus.cargo.container.installer.Proxy
Clear all proxy settings.
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.
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.
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.
ConfigurationEntryType - Interface in org.codehaus.cargo.container.configuration.builder
Represents the type of a resource, such as a javax.sql.DataSource.
ConfigurationType - Class in org.codehaus.cargo.container.configuration
Configuration type of Configurations.
ConfigurationType(String) - Constructor for class org.codehaus.cargo.container.configuration.ConfigurationType
 
configure(DataSource, LocalContainer) - Method in interface org.codehaus.cargo.container.configuration.entry.DataSourceSupport
 
configure(Resource, LocalContainer) - Method in interface org.codehaus.cargo.container.configuration.entry.ResourceSupport
 
configure(LocalContainer) - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
Setup the container which means setting up a valid directory structure, setting up configuration files and deploying static deployables.
configure() - Method in class org.codehaus.cargo.container.installer.Proxy
Set the Java system properties related to proxies.
configure(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Setup the container which means setting up a valid directory structure, setting up configuration files and deploying static deployables.
configure(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.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
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.
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.
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.
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.
Container - Interface in org.codehaus.cargo.container
Common container API to wrap a physical container.
ContainerCapability - Interface in org.codehaus.cargo.container
Represents the capability of a container.
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
 
ContainerType - Class in org.codehaus.cargo.container
Types of Containers.
ContainerType(String) - Constructor for class org.codehaus.cargo.container.ContainerType
 
ContainerUtils - Class in org.codehaus.cargo.container.spi.util
Set of common Container utility methods for people extending Cargo.
convertToResource(DataSource, String, String) - Method in class org.codehaus.cargo.container.property.DataSourceConverter
This method converts the DataSource to a Resource.
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.
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
 
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.
createIdFromJndiLocation(String) - Static method in class org.codehaus.cargo.container.property.DataSourceConverter
Get a string name for the configuration of this datasource.
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.
createRoleMap(List<User>) - Static method in class org.codehaus.cargo.container.property.User
Create a user map indexed on the roles.

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.
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.
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.
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.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.
Deployable - Interface in org.codehaus.cargo.container.deployable
A deployable is a file archive to be deployed in a container (eg WAR, EAR, etc).
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
 
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.
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.
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
 
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.
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.
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.
doDeploy(String, Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Do the actual deployment.
doRun() - Method in class org.codehaus.cargo.container.spi.util.DefaultServerRun
Parse and process the command line to start/stop the server.
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.
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() - 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.
doStopServer(String[]) - Method in class org.codehaus.cargo.container.spi.util.DefaultServerRun
Stops the server by connecting to the socket set up when the server was started.
download() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
Downloads the zip file containing the container files.
DRIVER_CLASS - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The class name of the Driver or XADataSource implementation clas.

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
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
 
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.
EmbeddedLocalContainer - Interface in org.codehaus.cargo.container
Represents an embedded container which only requires the correct JARs in the classpath to work.
equals(Object) - Method in class org.codehaus.cargo.container.configuration.ConfigurationType
equals(Object) - Method in class org.codehaus.cargo.container.ContainerType
equals(Object) - Method in class org.codehaus.cargo.container.deployable.DeployableType
equals(Object) - Method in class org.codehaus.cargo.container.deployer.DeployerType
equals(Object) - Method in class org.codehaus.cargo.container.packager.PackagerType
equals(Object) - Method in class org.codehaus.cargo.container.property.TransactionSupport
equals(Object) - Method in class org.codehaus.cargo.container.property.User
equalsLevel(String) - Method in enum org.codehaus.cargo.container.property.LoggingLevel
Tests whether the specified logging level equals this enum constant.
escapeBackSlashesIfNotNull(String) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Escapes backslashes so that they can parse properly.
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.
executePostStartTasks() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Some containers may require some extra steps after startup.
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.

F

FILE - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The File deployable type.
File - Class in org.codehaus.cargo.container.deployable
Wraps a file that will be deployed into the container.
File(String) - Constructor for class org.codehaus.cargo.container.deployable.File
Constructor.
FileConfig - Class in org.codehaus.cargo.container.configuration
Contains data about configuration files that should be used for the container.
FileConfig() - Constructor for class org.codehaus.cargo.container.configuration.FileConfig
Constructor.
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.

G

GeneralPropertySet - Interface in org.codehaus.cargo.container.property
Gathers all general container properties valid for all types of containers.
getAntUtils() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
 
getAntUtils() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
getBuildException() - Method in class org.codehaus.cargo.container.internal.AntContainerExecutorThread
Returns a build exception.
getCapability() - Method in interface org.codehaus.cargo.container.configuration.Configuration
 
getCapability() - Method in interface org.codehaus.cargo.container.Container
 
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.
getColdDeployer() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer
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.
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
getConfigurationExclusions() - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
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).
getContainer() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
 
getContext() - Method in class org.codehaus.cargo.container.deployable.WAR
 
getCPCURL(Configuration) - Static method in class org.codehaus.cargo.container.spi.util.ContainerUtils
 
getDataSources() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
getDataSources() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
getDeployableDir() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableName() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitor
 
getDeployableName() - Method in class org.codehaus.cargo.container.deployer.URLDeployableMonitor
getDeployableName(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Gets the deployable name for the given deployable.
getDeployables() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
getDeployables() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
getDeploymentFactoryClassName() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
 
getDeploymentManager(DeploymentFactoryManager) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
 
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.
getDistributionExclusions() - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
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.
getEncoding() - Method in class org.codehaus.cargo.container.configuration.FileConfig
Gets the character encoding to use when token filtering is performed.
getExcludeHosts() - Method in class org.codehaus.cargo.container.installer.Proxy
 
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
 
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
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
 
getFileProperties() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
Returns the file configurations.
getFileProperties() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Returns the file configurations.
getFilterChain() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
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
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.
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
 
getJavaHome() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Gets the Java home directory to use for this container.
getJdkUtils() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
 
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).
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.
getLoggable() - Method in class org.codehaus.cargo.container.spi.jvm.JvmLauncherRequest
Gets the object to forward all logging to.
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.property.User
 
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.
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
note that this file could hold other configuration besides datasources.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
note that this file could hold other configuration besides Resources.
getOutput() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
getOutput() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
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.
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.
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
 
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.spi.configuration.AbstractConfigurationCapability
 
getPropertyValue(String) - Method in interface org.codehaus.cargo.container.configuration.Configuration
 
getPropertyValue(String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
getResourceLoader() - Static method in class org.codehaus.cargo.container.internal.util.ResourceUtils
 
getResourceLocation(Class, 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.
getResources() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
getResources() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
getResourceUtils() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
 
getResourceUtils() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
getRoles() - Method in class org.codehaus.cargo.container.property.User
 
getRuntimeConfiguration() - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
 
getSharedClasspath() - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
getSharedClasspath() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
getSourceFileName() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
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
getSystemProperties() - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
getSystemProperties() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
getTargetDirectory() - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
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
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.
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.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
getUrl() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The url to connect to the database.
getUser() - Method in class org.codehaus.cargo.container.installer.Proxy
 
getUsername() - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
The username to use when connecting to the database.
getWebContexts() - Method in class org.codehaus.cargo.container.deployable.EAR
 
getWebUri(String) - Method in class org.codehaus.cargo.container.deployable.EAR
 
getWebUris() - Method in class org.codehaus.cargo.container.deployable.EAR
 
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
DataSource 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.

H

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
hashCode() - Method in class org.codehaus.cargo.container.configuration.ConfigurationType
hashCode() - Method in class org.codehaus.cargo.container.ContainerType
hashCode() - Method in class org.codehaus.cargo.container.deployable.DeployableType
hashCode() - Method in class org.codehaus.cargo.container.deployer.DeployerType
hashCode() - Method in class org.codehaus.cargo.container.packager.PackagerType
hashCode() - Method in class org.codehaus.cargo.container.property.TransactionSupport
hashCode() - Method in class org.codehaus.cargo.container.property.User
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.
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

ID - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
Unique id to use in configuration files.
ifPresentAddPathToList(String, List<String>) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
adds the location to the list, if the file exists.
IGNORE_NON_EXISTING_PROPERTIES - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
Specify if CARGO's configuration generator for standalone containers should ignore when a property cannot be replaced because it does not exist in the source file.
install() - Method in interface org.codehaus.cargo.container.installer.Installer
Installs the container.
install() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
INSTALLED - Static variable in class org.codehaus.cargo.container.ContainerType
Represents a local installed container type.
INSTALLED - Static variable in class org.codehaus.cargo.container.deployer.DeployerType
A deployer type to deploy to an installed local container.
InstalledLocalContainer - Interface in org.codehaus.cargo.container
Represents a local container that requires an installation to work.
Installer - Interface in org.codehaus.cargo.container.installer
Installs a container.
isAlreadyDownloaded() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
isAlreadyExtracted() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
isAppend() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
isAppend() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
isExpanded() - Method in interface org.codehaus.cargo.container.deployable.Deployable
 
isExpanded() - Method in class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
isFinished() - Method in class org.codehaus.cargo.container.internal.AntContainerExecutorThread
Determine if its finished or not
isLocal() - Method in class org.codehaus.cargo.container.ContainerType
 
isLocal() - Method in class org.codehaus.cargo.container.deployer.DeployerType
 
isOSX() - Method in class org.codehaus.cargo.container.internal.util.JdkUtils
Is the user running on a Macintosh OS X system? Heuristic derived from Apple Tech Note 2042.
isRemote() - Method in class org.codehaus.cargo.container.ContainerType
 
isRemote() - Method in class org.codehaus.cargo.container.deployer.DeployerType
 
isServer() - Method in class org.codehaus.cargo.container.spi.jvm.JvmLauncherRequest
Indicates whether the launched JVM denotes a server process or just some (usually short-lived) client/utility process.
isSsh() - Method in class org.codehaus.cargo.container.spi.jvm.JvmLauncherRequest
Indicates whether the JVM should be launched on a remote host via SSH or on the local machine.
isStarted() - Method in class org.codehaus.cargo.container.State
 
isStarting() - Method in class org.codehaus.cargo.container.State
 
isStopped() - Method in class org.codehaus.cargo.container.State
 
isStopping() - Method in class org.codehaus.cargo.container.State
 

J

J2EEContainerCapability - Class in org.codehaus.cargo.container.internal
Capability for J2EE containers.
J2EEContainerCapability() - Constructor for class org.codehaus.cargo.container.internal.J2EEContainerCapability
 
JAVA_HOME - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
The location of the jvm to use when starting/stopping containers.
JDBC_DRIVER - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
Driver, typically used to configure DataSource objects.
JdkUtils - Class in org.codehaus.cargo.container.internal.util
Set of common JDK utility methods.
JdkUtils() - Constructor for class org.codehaus.cargo.container.internal.util.JdkUtils
 
JNDI_LOCATION - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The JNDI location that this datasource should be bound do (in the config file).
joinOnDelimiter(Map<String, String>, char) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Convert properties to a string representation, based on the specified delimiter.
joinOnPipe(Map<String, String>) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Convert properties to a string representation.
joinOnSemicolon(Map<String, String>) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Convert properties to a string representation.
JSR88PropertySet - Interface in org.codehaus.cargo.container.property
Defines all general container properties valid for JSR88-compliant containers.
JVMARGS - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
JVM args to be used when starting/stopping containers (ex: "-Xmx500m").
JvmLauncher - Interface in org.codehaus.cargo.container.spi.jvm
A JVM launcher is responsible to fork a JVM.
JvmLauncherException - Exception in org.codehaus.cargo.container.spi.jvm
Exception thrown to signal a failure to launch a JVM.
JvmLauncherException(String) - Constructor for exception org.codehaus.cargo.container.spi.jvm.JvmLauncherException
 
JvmLauncherException(String, Throwable) - Constructor for exception org.codehaus.cargo.container.spi.jvm.JvmLauncherException
 
JvmLauncherFactory - Interface in org.codehaus.cargo.container.spi.jvm
A factory to create JVM launchers.
JvmLauncherRequest - Class in org.codehaus.cargo.container.spi.jvm
A request to construct a JVM launcher.
JvmLauncherRequest(boolean, Loggable) - Constructor for class org.codehaus.cargo.container.spi.jvm.JvmLauncherRequest
Creates a new JVM launch request with the specified properties.
JvmLauncherRequest(boolean, Loggable, boolean) - Constructor for class org.codehaus.cargo.container.spi.jvm.JvmLauncherRequest
Creates a new JVM launch request with the specified properties.

K

KEYFILE - Static variable in interface org.codehaus.cargo.container.property.SSHPropertySet
RSA key used to authenticate against a ssh host.
kill() - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Forcibly kill the process that was launched, if supported by the JvmLauncher implementation.

L

LOCAL_TRANSACTION - Static variable in class org.codehaus.cargo.container.property.TransactionSupport
Indicates support of container-managed transactions.
LocalConfiguration - Interface in org.codehaus.cargo.container.configuration
A local configuration represents a container configuration located somewhere on the local file system.
LocalContainer - Interface in org.codehaus.cargo.container
A local container is a container that executes on the machine where Cargo is executing.
LOGGING - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
Logging level for logging container information.
LoggingLevel - Enum in org.codehaus.cargo.container.property
Supported logging levels for GeneralPropertySet.LOGGING.

M

MAIL_SESSION - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
Used to obtain connections to outgoing and incoming mail resources.
messageLogged(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
MIMETYPE_DATASOURCE - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
object which can be used for sending email using SMTP.
monitor() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitor
Check the deployment status of the associated Deployable and tell the registered DeployableMonitorListener about the status.
monitor() - Method in class org.codehaus.cargo.container.deployer.URLDeployableMonitor
 

N

NO_TRANSACTION - Static variable in class org.codehaus.cargo.container.property.TransactionSupport
Indicates lack of transaction support.

O

org.codehaus.cargo.container - package org.codehaus.cargo.container
 
org.codehaus.cargo.container.configuration - package org.codehaus.cargo.container.configuration
 
org.codehaus.cargo.container.configuration.builder - package org.codehaus.cargo.container.configuration.builder
 
org.codehaus.cargo.container.configuration.entry - package org.codehaus.cargo.container.configuration.entry
 
org.codehaus.cargo.container.deployable - package org.codehaus.cargo.container.deployable
 
org.codehaus.cargo.container.deployer - package org.codehaus.cargo.container.deployer
 
org.codehaus.cargo.container.installer - package org.codehaus.cargo.container.installer
 
org.codehaus.cargo.container.internal - package org.codehaus.cargo.container.internal
 
org.codehaus.cargo.container.internal.util - package org.codehaus.cargo.container.internal.util
 
org.codehaus.cargo.container.packager - package org.codehaus.cargo.container.packager
 
org.codehaus.cargo.container.property - package org.codehaus.cargo.container.property
 
org.codehaus.cargo.container.spi - package org.codehaus.cargo.container.spi
 
org.codehaus.cargo.container.spi.configuration - package org.codehaus.cargo.container.spi.configuration
 
org.codehaus.cargo.container.spi.configuration.builder - package org.codehaus.cargo.container.spi.configuration.builder
 
org.codehaus.cargo.container.spi.deployable - package org.codehaus.cargo.container.spi.deployable
 
org.codehaus.cargo.container.spi.deployer - package org.codehaus.cargo.container.spi.deployer
 
org.codehaus.cargo.container.spi.jvm - package org.codehaus.cargo.container.spi.jvm
 
org.codehaus.cargo.container.spi.packager - package org.codehaus.cargo.container.spi.packager
 
org.codehaus.cargo.container.spi.util - package org.codehaus.cargo.container.spi.util
 

P

packageContainer(InstalledLocalContainer) - Method in interface org.codehaus.cargo.container.packager.Packager
Package an installed container distribution and its local configuration in a single location.
packageContainer(InstalledLocalContainer) - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
Package an installed container distribution and its local configuration in a single location.
Packager - Interface in org.codehaus.cargo.container.packager
Gathers an installed container distribution and a local configuration in a single location.
PackagerType - Class in org.codehaus.cargo.container.packager
Types of Packagers.
PackagerType(String) - Constructor for class org.codehaus.cargo.container.packager.PackagerType
 
PARAMETERS - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
Parameters passed to the implementation class.
parsePropertiesForPendingConfiguration() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Some configuration can be specified as encoded properties.
parseRoles(String) - Static method in class org.codehaus.cargo.container.property.User
Parse roles defined as a list in the format "role1,role2,...,roleN".
parseUser(String) - Static method in class org.codehaus.cargo.container.property.User
Parse a user defined in the format "name:pwd:role1,...roleN".
parseUsers(String) - Static method in class org.codehaus.cargo.container.property.User
Parse a string representing the users (see ServletPropertySet.USERS.
PASSWORD - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The password to use when connecting to the database.
PASSWORD - Static variable in interface org.codehaus.cargo.container.property.JSR88PropertySet
Password to use when acquiring a DeploymentManager.
PASSWORD - Static variable in interface org.codehaus.cargo.container.property.RemotePropertySet
Password to use to authenticate against a remote container (when deploying for example).
PASSWORD - Static variable in interface org.codehaus.cargo.container.property.SSHPropertySet
Password to use to authenticate against a ssh host.
performXmlReplacements(LocalContainer) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Perform the XML replacements for the specified container.
ping(URL) - Method in class org.codehaus.cargo.container.internal.util.HttpUtils
 
ping(URL, HttpUtils.HttpResult) - Method in class org.codehaus.cargo.container.internal.util.HttpUtils
Ping a URL and store the detailed result in a HttpUtils.HttpResult object.
ping(URL, HttpUtils.HttpResult, long) - Method in class org.codehaus.cargo.container.internal.util.HttpUtils
Ping a URL and store the detailed result in a HttpUtils.HttpResult object.
ping(URL, Map<String, String>, HttpUtils.HttpResult) - Method in class org.codehaus.cargo.container.internal.util.HttpUtils
Ping a URL and store the detailed result in a HttpUtils.HttpResult object.
ping(URL, Map<String, String>, HttpUtils.HttpResult, long) - Method in class org.codehaus.cargo.container.internal.util.HttpUtils
Ping a URL and store the detailed result in a HttpUtils.HttpResult object.
PORT - Static variable in interface org.codehaus.cargo.container.property.ServletPropertySet
Port on which the Servlet/JSP container is listening to.
PORT_OFFSET - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
The port offset to apply to the container ports.
PropertyUtils - Class in org.codehaus.cargo.container.internal.util
A class to convert properties to strings and back.
PROTOCOL - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
Protocol on which the container is listening to.
Proxy - Class in org.codehaus.cargo.container.installer
Nested Ant element to specify proxy properties.
Proxy() - Constructor for class org.codehaus.cargo.container.installer.Proxy
 

R

RAR - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The RAR deployable type.
RAR - Class in org.codehaus.cargo.container.deployable
Wraps a RAR file that will be deployed in the container.
RAR(String) - Constructor for class org.codehaus.cargo.container.deployable.RAR
redeploy(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable, DeployableMonitor) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable, DeployableMonitor) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Redeploy a Deployable already deployed to the running container.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
Redeploy a Deployable already deployed to the running container.
registerInstallation() - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
Create timestamp file to register that the installation has been successful.
registerListener(DeployableMonitorListener) - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitor
Register a listener that we will warn about the deployment status of the associated Deployable.
registerListener(DeployableMonitorListener) - Method in class org.codehaus.cargo.container.deployer.URLDeployableMonitor
Register a listener that we will warn about the deployment status of the associated Deployable.
REMOTE - Static variable in class org.codehaus.cargo.container.ContainerType
Represents a remote container type.
REMOTE - Static variable in class org.codehaus.cargo.container.deployer.DeployerType
A deployer type to deploy to a remote container.
REMOTEBASE - Static variable in interface org.codehaus.cargo.container.property.SSHPropertySet
Base directory to deploy all files under
RemoteContainer - Interface in org.codehaus.cargo.container
A remote container is a container that is already installed and started (locally or on a remote machine).
RemotePropertySet - Interface in org.codehaus.cargo.container.property
Gathers all general container properties valid for all types of remote containers.
removeXmlReplacement(String, String) - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
Removes an XML replacement.
removeXmlReplacement(String, String, String) - Method in interface org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration
Removes an XML replacement.
removeXmlReplacement(String, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Removes an XML replacement.
removeXmlReplacement(String, String, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Removes an XML replacement.
replaceInFile(String, Map<String, String>, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Replaces using a map of replacements in a given file.
Resource - Class in org.codehaus.cargo.container.configuration.entry
Represents a resource, such as a datasource.
Resource(String, String) - Constructor for class org.codehaus.cargo.container.configuration.entry.Resource
 
RESOURCE - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
A property to encapsulate all the other resource properties.
RESOURCE_CLASS - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
The class name of the Resource implementation class.
RESOURCE_NAME - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
The JNDI location that this datasource should be bound do (in the config file).
RESOURCE_PATH - Static variable in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
The path under which the container resources are stored in the JAR.
RESOURCE_TYPE - Static variable in interface org.codehaus.cargo.container.property.ResourcePropertySet
The type of the resource (ex.
ResourceConverter - Class in org.codehaus.cargo.container.property
A Resource is a representation of an object bound to JNDI.
ResourceConverter() - Constructor for class org.codehaus.cargo.container.property.ResourceConverter
 
ResourcePropertySet - Interface in org.codehaus.cargo.container.property
Gathers all resource properties valid for all types of containers.
ResourceSupport - Interface in org.codehaus.cargo.container.configuration.entry
Designates a container supports resource configuration.
ResourceUtils - Class in org.codehaus.cargo.container.internal.util
Utility class that provides a couple of methods for extracting files stored as resource in a JAR.
ResourceUtils() - Constructor for class org.codehaus.cargo.container.internal.util.ResourceUtils
 
responseBody - Variable in class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
The HTTP connection response body.
responseCode - Variable in class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
The HTTP connection response code (eg 200).
responseMessage - Variable in class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
The HTTP connection response message (eg "Ok").
restart() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
Restarts the container.
restart() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Restarts the container.
revertPortOffset() - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
Revert the port offset on the configuration port properties.
revertPortOffset() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Revert the port offset on the configuration port properties.
revertPortOffset(String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Revert the port offset on the specified property
RMI_PORT - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
The port to use when communicating with this server, for example to start and stop it.
run() - Method in class org.codehaus.cargo.container.internal.AntContainerExecutorThread
Execute the Ant's java command.
run() - Method in class org.codehaus.cargo.container.spi.util.DefaultServerRun
Sets up a listener socket and wait until we receive a request on it to stop the running server.
RunnableContainer - Interface in org.codehaus.cargo.container.internal
All methods that a container that can be started/stopped must implement.
RUNTIME - Static variable in class org.codehaus.cargo.container.configuration.ConfigurationType
Represents a runtime configuration type.
RUNTIME_ARGS - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
Runtime args to be used when starting/stopping containers (ex: "-userThreads").
RuntimeConfiguration - Interface in org.codehaus.cargo.container.configuration
A runtime configuration represents a configuration for a container that is already started.

S

SAR - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The SAR deployable type.
SAR - Class in org.codehaus.cargo.container.deployable
Wraps a SAR file that will be deployed in the container.
SAR(String) - Constructor for class org.codehaus.cargo.container.deployable.SAR
ServletContainerCapability - Class in org.codehaus.cargo.container.internal
Capability for Servlet containers.
ServletContainerCapability() - Constructor for class org.codehaus.cargo.container.internal.ServletContainerCapability
 
ServletPropertySet - Interface in org.codehaus.cargo.container.property
Gathers all properties related to Servlet/JSP containers.
setAntTaskFactory(AntTaskFactory) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
Convenience method used for testing in isolation.
setAppend(boolean) - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
Sets whether output of the container should be appended to an existing file, or the existing file should be truncated.
setAppend(boolean) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Sets whether output of the container should be appended to an existing file, or the existing file should be truncated.
setAppendOutput(boolean) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Controls whether the redirected output should be appended to an existing output file (if any).
setClassLoader(ClassLoader) - Method in interface org.codehaus.cargo.container.EmbeddedLocalContainer
 
setClassLoader(ClassLoader) - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
 
setClassName(String) - Method in class org.codehaus.cargo.container.configuration.entry.Resource
 
setConfigfile(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Set if the destination should be considered a configuration file
setConfigfile(boolean) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Set if the destination should be considered a configuration file
setConfigFileProperty(FileConfig) - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
set the config file property for a configuration.
setConfigFileProperty(FileConfig) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
set the config file property for a configuration.
setConfiguration(LocalConfiguration) - Method in interface org.codehaus.cargo.container.LocalContainer
 
setConfiguration(RuntimeConfiguration) - Method in interface org.codehaus.cargo.container.RemoteContainer
 
setConfiguration(LocalConfiguration) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
setConfiguration(RuntimeConfiguration) - Method in class org.codehaus.cargo.container.spi.AbstractRemoteContainer
setConnectionProperties(Properties) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setConnectionType(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setContext(String) - Method in class org.codehaus.cargo.container.deployable.WAR
 
setDownloadDir(String) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
setDriverClass(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setEncoding(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Sets the character encoding to use when token filtering is performed.
setExcludeHosts(String) - Method in class org.codehaus.cargo.container.installer.Proxy
List of hosts which should be connected too directly and not through the proxy server.
setExtraClasspath(String[]) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
setExtraClasspath(String[]) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
setExtractDir(String) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
setFile(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Sets the file to be used.
setFileHandler(FileHandler) - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
 
setFileHandler(FileHandler) - Method in interface org.codehaus.cargo.container.LocalContainer
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
 
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
 
setFileProperty(FileConfig) - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
set the file property for a configuration.
setFileProperty(FileConfig) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
set the file property for a configuration.
setFinished(boolean) - Method in class org.codehaus.cargo.container.internal.AntContainerExecutorThread
Set if the its finished or not
setHome(String) - Method in interface org.codehaus.cargo.container.InstalledLocalContainer
 
setHome(String) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
setHost(String) - Method in class org.codehaus.cargo.container.installer.Proxy
 
setId(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setJarFile(File) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Sets the JAR file containing the main class to execute.
setJndiLocation(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setJvm(String) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Sets the command to launch the JVM.
setJvmLauncherFactory(JvmLauncherFactory) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
Sets the factory used to spawn the container JVM.
setJvmLauncherFactory(JvmLauncherFactory) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Sets the factory used to spawn the container JVM.
setJvmToLaunchContainerIn(JvmLauncher) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Determines which java virtual machine will run the container.
setLogger(Logger) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Overriden in order to set the logger on ancillary components.
setLogger(Logger) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Overriden in order to set the logger on ancillary components.
setMainClass(String) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Sets the qualified name of the Java class to execute.
setName(String) - Method in class org.codehaus.cargo.container.deployable.EAR
Sets the name of this deployable.
setName(String) - Method in class org.codehaus.cargo.container.deployable.RAR
Sets the name of this deployable.
setName(String) - Method in class org.codehaus.cargo.container.property.User
 
setOutput(String) - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
setOutput(String) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
setOutputFile(File) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Sets the file to which the output of the JVM is redirected.
setOverwrite(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Set if the destination file should be overwritten.
setOverwrite(boolean) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Set if the destination file should be overwritten.
setParameter(String, String) - Method in class org.codehaus.cargo.container.configuration.entry.Resource
Set a resource parameter.
setParameters(Map<String, String>) - Method in class org.codehaus.cargo.container.configuration.entry.Resource
Set parameters.
setPassword(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setPassword(String) - Method in class org.codehaus.cargo.container.installer.Proxy
 
setPassword(String) - Method in class org.codehaus.cargo.container.property.User
Sets the authenticated user password.
setPort(int) - Method in class org.codehaus.cargo.container.installer.Proxy
 
setProperty(String, String) - Method in interface org.codehaus.cargo.container.configuration.Configuration
A property is a configuration value for the container (eg the web port, the number of executing threads, etc).
setProperty(String, String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
A property is a configuration value for the container (eg the web port, the number of executing threads, etc).
setPropertyIfNotNull(Properties, String, Object) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Sets a property value if the property is not null.
setProxy(Proxy) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
Sets proxy details.
setResourceLoader(ClassLoader) - Static method in class org.codehaus.cargo.container.internal.util.ResourceUtils
 
setSharedClasspath(String[]) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
setSharedClasspath(String[]) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
setShouldDeployExpanded(DeployableType, boolean) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Decide whether some expanded deployables of the specified type should be deployed or not.
setSpawn(boolean) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Sets whether the JVM should be launched in spawn mode
setState(State) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
 
setSystemProperties(Map<String, String>) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
 
setSystemProperties(Map<String, String>) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
setSystemProperty(String, String) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Sets a system property for the JVM.
setTimeout(long) - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
 
setTimeout(long) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
setTimeout(long) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Sets the timeout in milliseconds after which the process will be killed if still running.
setToDir(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Sets the destination directory to use.
setToFile(String) - Method in class org.codehaus.cargo.container.configuration.FileConfig
Sets the destination file name.
setTransactionSupport(TransactionSupport) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setupConfigurationDir() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Set up the configuration directory (create it and clean it).
setUrl(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setUser(String) - Method in class org.codehaus.cargo.container.installer.Proxy
 
setUsername(String) - Method in class org.codehaus.cargo.container.configuration.entry.DataSource
 
setWorkingDirectory(File) - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Sets the working directory for the forked JVM.
shouldDeployExpanded(DeployableType) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
 
sleep(long) - Method in class org.codehaus.cargo.container.internal.util.JdkUtils
Pauses the current thread for the specified amount.
SPAWN_PROCESS - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
Specify if the process should run spawned; i.e.
SpawnedContainer - Interface in org.codehaus.cargo.container.internal
All methods that a container that is spawned must implement.
splitPropertiesOnDelimiter(String, char) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Construct a Properties object from a single string, by splitting it on a specified delimiter.
splitPropertiesOnPipe(String) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Construct a Properties object from a single string, converting '|' symbols to end of line characters for parsing.
splitPropertiesOnSemicolon(String) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Construct a Properties object from a single string, converting ';' symbols to end of line characters for parsing.
SSHPropertySet - Interface in org.codehaus.cargo.container.property
Gathers all ssh properties valid for all types of containers.
STANDALONE - Static variable in class org.codehaus.cargo.container.configuration.ConfigurationType
Represents a standalone configuration type.
StandaloneLocalConfiguration - Interface in org.codehaus.cargo.container.configuration
Using a standalone configuration allows Cargo to create a valid configuration for your container in the directory of your choice.
start(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start(Deployable, DeployableMonitor) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
Starts the container.
start() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Starts the container.
start(Deployable, DeployableMonitor) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
Starts a Deployable that is already deployed in the running container but that is not servicing requests.
start() - Method in interface org.codehaus.cargo.container.spi.jvm.JvmLauncher
Launches a JVM according to the configuration of this launcher.
STARTED - Static variable in class org.codehaus.cargo.container.State
State when container is started.
STARTING - Static variable in class org.codehaus.cargo.container.State
State when container is starting.
startInternal() - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
Installed and Embedded containers do not have the same signature for their doStart method.
startInternal() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Installed and Embedded containers do not have the same signature for their doStart method.
startInternal() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Installed and Embedded containers do not have the same signature for their doStart method.
State - Class in org.codehaus.cargo.container
Represent the container states (started, starting, stopped, etc).
stop(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop(Deployable, DeployableMonitor) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop() - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
Stops the container.
stop() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Stops the container.
stop(Deployable, DeployableMonitor) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stop(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
stopInternal() - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
Installed and Embedded containers do not have the same signature for their doStop method.
stopInternal() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Installed and Embedded containers do not have the same signature for their doStop method.
stopInternal() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Installed and Embedded containers do not have the same signature for their doStop method.
STOPPED - Static variable in class org.codehaus.cargo.container.State
State when container is stopped.
STOPPING - Static variable in class org.codehaus.cargo.container.State
State when container is stopping.
supportsDeployableType(DeployableType) - Method in interface org.codehaus.cargo.container.ContainerCapability
Checks if the container supports the specified deployable type or not.
supportsDeployableType(DeployableType) - Method in class org.codehaus.cargo.container.internal.J2EEContainerCapability
Checks if the container supports the specified deployable type or not.
supportsDeployableType(DeployableType) - Method in class org.codehaus.cargo.container.internal.ServletContainerCapability
Checks if the container supports the specified deployable type or not.
supportsProperty(String) - Method in interface org.codehaus.cargo.container.configuration.ConfigurationCapability
 
supportsProperty(String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability

T

targetFinished(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
targetStarted(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
taskFinished(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
taskStarted(BuildEvent) - Method in class org.codehaus.cargo.container.internal.util.AntBuildListener
toConfigurationEntry(Resource) - Method in interface org.codehaus.cargo.container.configuration.builder.ConfigurationBuilder
Detects the type of the Resource and creates an appropriate configuration.
toConfigurationEntry(DataSource) - Method in interface org.codehaus.cargo.container.configuration.builder.ConfigurationBuilder
Detects the type of the DataSource and creates an appropriate configuration.
toConfigurationEntry(DataSource) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractConfigurationBuilder
Detects the type of the DataSource and creates an appropriate configuration.
toLevel(String) - Static method in enum org.codehaus.cargo.container.property.LoggingLevel
Gets the enum constant matching the specified logging level.
toMap(Properties) - Static method in class org.codehaus.cargo.container.internal.util.PropertyUtils
Returns a Map<String, String> out of a Java Properties object.
toProperties(DataSource) - Method in class org.codehaus.cargo.container.property.DataSourceConverter
Get a properties object containing all of the members of this datasource object.
toProperties(Resource) - Method in class org.codehaus.cargo.container.property.ResourceConverter
Get a properties object containing all of the members of this Resource object.
toPropertyString(DataSource) - Method in class org.codehaus.cargo.container.property.DataSourceConverter
Get a string representation of this datasource.
toPropertyString(Resource) - Method in class org.codehaus.cargo.container.property.ResourceConverter
Get a string representation of this Resource.
toString() - Method in class org.codehaus.cargo.container.configuration.ConfigurationType
toString() - Method in class org.codehaus.cargo.container.ContainerType
toString() - Method in class org.codehaus.cargo.container.deployable.DeployableType
toString() - Method in class org.codehaus.cargo.container.deployer.DeployerType
toString() - Method in class org.codehaus.cargo.container.packager.PackagerType
toString() - 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.
toString() - Method in class org.codehaus.cargo.container.property.TransactionSupport
toString() - Method in class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
toString() - Method in class org.codehaus.cargo.container.State
 
toType(String) - Static method in class org.codehaus.cargo.container.configuration.ConfigurationType
Transform a type represented as a string into a ConfigurationType object.
toType(String) - Static method in class org.codehaus.cargo.container.ContainerType
Transform a type represented as a string into a ContainerType object.
toType(String) - Static method in class org.codehaus.cargo.container.deployable.DeployableType
Transform a type represented as a string into a DeployableType object.
toType(String) - Static method in class org.codehaus.cargo.container.deployer.DeployerType
Transform a type represented as a string into a DeployerType object.
toType(ContainerType) - Static method in class org.codehaus.cargo.container.deployer.DeployerType
Converts a ContainerType to the corresponding DeployerType.
toType(String) - Static method in class org.codehaus.cargo.container.packager.PackagerType
Transform a type represented as a string into a PackagerType object.
TRANSACTION_SUPPORT - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The transaction support of the data source.
TransactionSupport - Class in org.codehaus.cargo.container.property
Represents the transactional support of a resource, such as a XA_TRANSACTION.

U

undeploy(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Undeploy a Deployable from the running container.
undeploy(Deployable, DeployableMonitor) - Method in interface org.codehaus.cargo.container.deployer.Deployer
Undeploy a Deployable to the running container.
undeploy(Deployable, DeployableMonitor) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Undeploy a Deployable to the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
Undeploy a Deployable from the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer
Undeploy a Deployable from the running container.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer
Undeploy a Deployable from the running container.
undeployed() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitorListener
The Deployable has finished undeploying.
undeployed() - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
 
UNKNOWN - Static variable in class org.codehaus.cargo.container.State
Unknown state.
URI - Static variable in interface org.codehaus.cargo.container.property.RemotePropertySet
URI to use when manipulating a remote container.
URI_ENCODING - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
URI Encoding to set.
URL - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The url to connect to the database.
URLDeployableMonitor - Class in org.codehaus.cargo.container.deployer
Monitor that verifies if a Deployable is deployed by pinging a URL provided by the user.
URLDeployableMonitor(URL) - Constructor for class org.codehaus.cargo.container.deployer.URLDeployableMonitor
 
URLDeployableMonitor(URL, long) - Constructor for class org.codehaus.cargo.container.deployer.URLDeployableMonitor
 
URLDeployableMonitor(URL, long, String) - Constructor for class org.codehaus.cargo.container.deployer.URLDeployableMonitor
 
User - Class in org.codehaus.cargo.container.property
Represent an authenticating user for the Servlet container.
User() - Constructor for class org.codehaus.cargo.container.property.User
 
USERNAME - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
The username to use when connecting to the database.
USERNAME - Static variable in interface org.codehaus.cargo.container.property.JSR88PropertySet
Username to use when acquiring a DeploymentManager.
USERNAME - Static variable in interface org.codehaus.cargo.container.property.RemotePropertySet
Username to use to authenticate against a remote container (when deploying for example).
USERNAME - Static variable in interface org.codehaus.cargo.container.property.SSHPropertySet
Username to use to authenticate against a ssh host.
USERS - Static variable in interface org.codehaus.cargo.container.property.ServletPropertySet
Allow defining users and map to roles.

V

valueOf(String) - Static method in enum org.codehaus.cargo.container.property.LoggingLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.codehaus.cargo.container.property.LoggingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
Verify required properties have been set before executing any action.
verify() - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Verify required properties have been set before executing any action.
verify() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
Verify that the configuration is valid.
verify() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
Verify that the configuration is valid.
verify() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
Verify that the configuration is valid.
verify() - Method in interface org.codehaus.cargo.container.spi.configuration.ContainerConfiguration
Verify that the configuration is valid.

W

waitForCompletion(boolean) - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
Ping the WAR CPC to verify if the container is started or stopped.
waitForCompletion(boolean) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
Ping the WAR CPC to verify if the container is started or stopped.
waitTillContainerIsStopped(Container) - Static method in class org.codehaus.cargo.container.spi.util.ContainerUtils
Wait indefinitely till the container is stopped.
WAR - Static variable in class org.codehaus.cargo.container.deployable.DeployableType
The WAR deployable type.
WAR - Class in org.codehaus.cargo.container.deployable
Wraps a WAR file that will be deployed in the container.
WAR(String) - Constructor for class org.codehaus.cargo.container.deployable.WAR
 
watch(boolean) - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
 
watchForAvailability() - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
Wait till the monitored Deployable is made available or throw an exception if the timeout period is reached.
watchForUnavailability() - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
Wait till the monitored Deployable is made unavailable or throw an exception if the timeout period is reached.
writeConfigurationToXpath(String, String, String) - Method in class org.codehaus.cargo.container.spi.configuration.builder.AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
Utility method used to write XML to an appropriate place in the configuration file.

X

XA_DATASOURCE - Static variable in interface org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
XADataSource, typically used to configure DataSource objects.
XA_TRANSACTION - Static variable in class org.codehaus.cargo.container.property.TransactionSupport
Indicates support of distributed transactions using XA protocol.

Z

ZipURLInstaller - Class in org.codehaus.cargo.container.installer
Installs a zipped container file from a URL to a location on your local disk.
ZipURLInstaller(URL) - Constructor for class org.codehaus.cargo.container.installer.ZipURLInstaller
 
ZipURLInstaller(URL, String, String) - Constructor for class org.codehaus.cargo.container.installer.ZipURLInstaller
 
A B C D E F G H I J K L M N O P R S T U V W X Z 

Copyright © 2004-2013 Codehaus. All Rights Reserved.