- AbstractConfiguration - Class in org.codehaus.cargo.container.spi.configuration
-
- AbstractConfiguration() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
-
Default setup.
- AbstractConfigurationCapability - Class in org.codehaus.cargo.container.spi.configuration
-
Base implementation of
ConfigurationCapability
that needs to be extended by the different configuration implementations.
- AbstractConfigurationCapability() - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
-
Initialize the default supports Map.
- AbstractContainer - Class in org.codehaus.cargo.container.spi
-
Base implementation for all types of containers.
- AbstractContainer() - Constructor for class org.codehaus.cargo.container.spi.AbstractContainer
-
- AbstractCopyingInstalledLocalDeployer - Class in org.codehaus.cargo.container.spi.deployer
-
Local deployer that deploys WARs, EJBs and EARs to a deployable
directory of the
given installed container.
- AbstractCopyingInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
- AbstractDeployable - Class in org.codehaus.cargo.container.spi.deployable
-
Common class for easy Deployable implementations.
- AbstractDeployable(String) - Constructor for class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
-
- AbstractDeployer - Class in org.codehaus.cargo.container.spi.deployer
-
Base deployer for local and remote deployments.
- AbstractDeployer() - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
-
- 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(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
- AbstractLocalConfiguration - Class in org.codehaus.cargo.container.spi.configuration
-
Base implementation of
ContainerConfiguration
that can be
specialized for standalone configuration, existing configuration or other local configurations.
- AbstractLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
-
- AbstractLocalContainer - Class in org.codehaus.cargo.container.spi
-
Default container implementation that all local container implementations must extend.
- AbstractLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.spi.AbstractLocalContainer
-
Default constructor.
- AbstractLocalDeployer - Class in org.codehaus.cargo.container.spi.deployer
-
Base deployer to deploy to local containers (installed or embedded).
- AbstractLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
-
- AbstractRemoteContainer - Class in org.codehaus.cargo.container.spi
-
Base implementation of a remote container.
- AbstractRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.spi.AbstractRemoteContainer
-
Default constructor.
- AbstractRemoteDeployer - Class in org.codehaus.cargo.container.spi.deployer
-
Base deployer to deploy to containers without any reference to where the container is installed
(be it on the same machine or on another one).
- AbstractRemoteDeployer() - Constructor for class org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
-
- 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
- addDeployable(Deployable) - Method in interface org.codehaus.cargo.container.configuration.LocalConfiguration
-
- addDeployable(Deployable) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
-
- addRole(String) - Method in class org.codehaus.cargo.container.property.User
-
- addRoles(List) - Method in class org.codehaus.cargo.container.property.User
-
- addToolsJarToClasspath(Path) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
-
Adds the tools.jar to the classpath, except for Mac OSX as it is not
needed.
- AntBuildListener - Class in org.codehaus.cargo.container.internal.util
-
Ant build listener used to collect logs from Ant tasks and to redirect them to a
Logger
.
- AntBuildListener(Logger, String) - Constructor for class org.codehaus.cargo.container.internal.util.AntBuildListener
-
- AntContainerExecutorThread - Class in org.codehaus.cargo.container.internal
-
Executor that executes an Ant's Java
command in a separate thread.
- AntContainerExecutorThread(Java) - Constructor for class org.codehaus.cargo.container.internal.AntContainerExecutorThread
-
- 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.
- 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.
- ConfigurationCapability - Interface in org.codehaus.cargo.container.configuration
-
Represents the capability of a configuration.
- ConfigurationType - Class in org.codehaus.cargo.container.configuration
-
- ConfigurationType(String) - Constructor for class org.codehaus.cargo.container.configuration.ConfigurationType
-
- 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.
- 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
-
- 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.
- 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, File, FilterChain) - Method in class org.codehaus.cargo.container.internal.util.ResourceUtils
-
Copies a container resource from the JAR into the specified file, thereby applying the
specified filters.
- createFilterChain() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
-
Creates the default filter chain that should be applied while copying
container configuration files to the working directory from which
the container is started.
- createRoleMap(List) - Static method in class org.codehaus.cargo.container.property.User
-
Create a user map indexed on the roles.
- DataSource - Class in org.codehaus.cargo.container.property
-
A Datasource is a representation of a JDBC datasource.
- DataSource(String, String, String, String, String, String) - Constructor for class org.codehaus.cargo.container.property.DataSource
-
Contruct a DataSource object.
- DataSource(String) - Constructor for class org.codehaus.cargo.container.property.DataSource
-
Contruct a DataSource from a single String.
- DataSource(Properties) - Constructor for class org.codehaus.cargo.container.property.DataSource
-
Contruct a DataSource from a list of properties.
- DATASOURCE - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
-
A property to encapsulate all the other datasource properties.
- DATASOURCE_TYPE - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
-
The type of the data source (typically javax.sql.XADataSource
or
javax.sql.DataSource
).
- DatasourcePropertySet - Interface in org.codehaus.cargo.container.property
-
Gathers all data source properties valid for all types of containers.
- 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) - 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.
- Deployable - Interface in org.codehaus.cargo.container.deployable
-
A deployable is a file archive to be deployed in a container (eg WAR, EAR, etc).
- DeployableMonitor - Interface in org.codehaus.cargo.container.deployer
-
- 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.
- deployEar(String, EAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
-
Copy the EAR file to the deployable directory.
- deployed() - Method in interface org.codehaus.cargo.container.deployer.DeployableMonitorListener
-
- deployed() - Method in class org.codehaus.cargo.container.spi.deployer.DeployerWatchdog
-
- deployEjb(String, EJB) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
-
Copy the EJB file to the deployable directory.
- Deployer - Interface in org.codehaus.cargo.container.deployer
-
API to manage all deployment aspects of
Deployable
: deploy, undeploy, start, stop
and restart.
- 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
-
- deployExpandedWar(String, WAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
-
Copy the full expanded WAR directory to the deployable directory, renaming it if the user
has specified a custom context for this expanded WAR.
- DEPLOYTOOL_CLASSPATH - Static variable in interface org.codehaus.cargo.container.property.JSR88PropertySet
-
Extra classpath necessary for the deployment tool (not the container itself!) to function.
- DEPLOYTOOL_JAR - Static variable in interface org.codehaus.cargo.container.property.JSR88PropertySet
-
JAR file to load the deployment tool from.
- deployWar(String, WAR) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
-
Copy the WAR file to the deployable directory, renaming it if the user has specified a
custom context for this WAR.
- 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
-
- 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
-
- doStart(Java) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
-
- 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
-
- doStop(Java) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
-
- 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 JDBC driver.
- 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
-
- PackagerType(String) - Constructor for class org.codehaus.cargo.container.packager.PackagerType
-
- 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
-
- PASSWORD - Static variable in interface org.codehaus.cargo.container.property.DatasourcePropertySet
-
The password to use when connecting to the database.
- PASSWORD - Static variable in interface org.codehaus.cargo.container.property.JSR88PropertySet
-
Password to use when acquiring a javax.enterprise.deploy.spi.DeploymentManager
.
- PASSWORD - Static variable in interface org.codehaus.cargo.container.property.RemotePropertySet
-
Password to use to authenticate against a remote container (when deploying for example).
- 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(URL, Map, HttpUtils.HttpResult) - Method in class org.codehaus.cargo.container.internal.util.HttpUtils
-
- PORT - Static variable in interface org.codehaus.cargo.container.property.ServletPropertySet
-
Port on which the Servlet/JSP container is listening to.
- 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
-
- redeploy(Deployable) - Method in interface org.codehaus.cargo.container.deployer.Deployer
-
Redeploy a
Deployable
already deployed to the running container.
- redeploy(Deployable) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
-
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.
- 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.
- 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.
- ResourceUtils - Class in org.codehaus.cargo.container.internal.util
-
Utility class that provides a couple of methods for extracting files stored as resource in a JAR.
- ResourceUtils() - Constructor for class org.codehaus.cargo.container.internal.util.ResourceUtils
-
- responseBody - Variable in class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
-
The HTTP connection response body.
- responseCode - Variable in class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
-
The HTTP connection response code (eg 200).
- responseMessage - Variable in class org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
-
The HTTP connection response message (eg "Ok").
- RMI_PORT - Static variable in interface org.codehaus.cargo.container.property.GeneralPropertySet
-
The port to use when communicating with this server, for example to start and stop it.
- 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.
- RuntimeConfiguration - Interface in org.codehaus.cargo.container.configuration
-
A runtime configuration represents a configuration for a container that is already started.
- 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.
- setClassLoader(ClassLoader) - Method in interface org.codehaus.cargo.container.EmbeddedLocalContainer
-
- setClassLoader(ClassLoader) - Method in class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
-
- 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
- setContext(String) - Method in class org.codehaus.cargo.container.deployable.WAR
-
- 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
- setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
-
- setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
-
- setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
-
- setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
-
- setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
-
- setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
-
- 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
-
- setInstallDir(String) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
-
- setLogger(Logger) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
-
Overriden in order to set the logger on ancillary components.
- setName(String) - Method in class org.codehaus.cargo.container.deployable.EAR
-
- 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
- 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).
- setProxy(Proxy) - Method in class org.codehaus.cargo.container.installer.ZipURLInstaller
-
Sets proxy details.
- setShouldDeployExpandedWARs(boolean) - Method in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
-
Decide whether expanded WARs should be deployed.
- setState(State) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
-
- setSystemProperties(Map) - Method in interface org.codehaus.cargo.container.internal.SpawnedContainer
-
- setSystemProperties(Map) - Method in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
- setTimeout(long) - Method in interface org.codehaus.cargo.container.internal.RunnableContainer
-
- setTimeout(long) - Method in class org.codehaus.cargo.container.spi.AbstractLocalContainer
- setupConfigurationDir() - Method in class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
-
Set up the configuration directory (create it and clean it).
- setUser(String) - Method in class org.codehaus.cargo.container.installer.Proxy
-
- sleep(long) - Method in class org.codehaus.cargo.container.internal.util.JdkUtils
-
Pauses the current thread for the specified amount.
- SpawnedContainer - Interface in org.codehaus.cargo.container.internal
-
All methods that a container that is spawned must implement.
- 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() - 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) - 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.
- 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() - 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) - 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.
- 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
-
- supportsDeployableType(DeployableType) - Method in class org.codehaus.cargo.container.internal.J2EEContainerCapability
- supportsDeployableType(DeployableType) - Method in class org.codehaus.cargo.container.internal.ServletContainerCapability
- supportsProperty(String) - Method in interface org.codehaus.cargo.container.configuration.ConfigurationCapability
-
- supportsProperty(String) - Method in class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability