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

A

AbstractCatalinaInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat.internal
Base support for Catalina based containers.
AbstractCatalinaInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
AbstractCatalinaStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat.internal
Catalina standalone ContainerConfiguration implementation.
AbstractCatalinaStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
AbstractTomcatInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat.internal
Base support for Tomcat/Catalina based containers.
AbstractTomcatInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatInstalledLocalContainer
AbstractTomcatManagerDeployer - Class in org.codehaus.cargo.container.tomcat.internal
Common code to perform both local or remote deployments using a Tomcat manager-based deployer.
AbstractTomcatManagerDeployer(Container) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Default initialization.
AbstractTomcatManagerInstalledLocalDeployer - Class in org.codehaus.cargo.container.tomcat.internal
Common code to perform local deployments using a Tomcat manager-based deployer.
AbstractTomcatManagerInstalledLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
AbstractTomcatRemoteContainer - Class in org.codehaus.cargo.container.tomcat.internal
Special container support for wrapping a running instance of Apache Tomcat.
AbstractTomcatRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteContainer
AbstractTomcatRemoteDeployer - Class in org.codehaus.cargo.container.tomcat.internal
Common code to perform remote deployments using a Tomcat manager-based deployer.
AbstractTomcatRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteDeployer
AbstractTomcatStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat.internal
Common implementation of standalone Configuration for both Tomcat and Catalina.
AbstractTomcatStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatStandaloneLocalConfiguration
addChild(Tomcat5xEmbedded.Host) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Adds a new Tomcat5xEmbedded.Host to the engine.
addChild(Tomcat5xEmbedded.Context) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Deploys a web application.
addConnector(Tomcat5xEmbedded.Connector) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Adds a connector.
addEngine(Tomcat5xEmbedded.Engine) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Adds a new Tomcat5xEmbedded.Engine.
addParameter(String, String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
Add a new context initialization parameter.

C

container - Variable in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
The local container to deploy to.
container - Variable in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteDeployer
The remote container to deploy to.
containsContextFile() - Method in class org.codehaus.cargo.container.tomcat.TomcatWAR
 
createConnector(InetAddress, int, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates a new connector.
createContext(String, String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates an web application for deployment.
createContextToken(WAR) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
 
createDatasourceTokenValue() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
 
createDatasourceTokenValue() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
 
createDatasourceTokenValue() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
 
createEngine() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates a new engine.
createHost(String, File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates a new virtual host mapping.
createManager(Configuration) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Creates a Tomcat manager wrapper from the specified configuration.
createTomcatFilterChain() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration

D

deploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
deploy(String, URL) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a URL to the specified context path.
deploy(String, URL, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists.
deploy(String, URL, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
deploy(String, InputStream) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a HTTP PUT to the specified context path.
deploy(String, InputStream, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a HTTP PUT to the specified context path, optionally undeploying the webapp if it already exists.
deploy(String, InputStream, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified WAR as a HTTP PUT to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
deploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
deployContext(String, URL) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration to the specified context path.
deployContext(String, URL, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration to the specified context path, optionally undeploying the webapp if it already exists.
deployContext(String, URL, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
deployContext(String, URL, URL) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration and WAR as a URL to the specified context path.
deployContext(String, URL, URL, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration and WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists.
deployContext(String, URL, URL, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Deploys the specified context XML configuration and WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
deployExpandedWar(String, WAR) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
We override the default implementation from AbstractCopyingInstalledLocalDeployer in order to handle the special Tomcat scenarios: if the deployable is a TomcatWAR instance and it contains a context.xml file that we need to manually copy.
deployWar(String, WAR) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
We override the default implementation from AbstractCopyingInstalledLocalDeployer in order to handle the special Tomcat scenarios: if the deployable is a TomcatWAR instance and it containts a context.xml file that we need to manually copy.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat3xStandaloneLocalConfiguration
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
doStart(Java) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatInstalledLocalContainer
doStart() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
doStop(Java) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatInstalledLocalContainer
doStop() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer

E

equals(Object) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus

G

getCapability() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.tomcat.TomcatRuntimeConfiguration
getCharset() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the URL encoding charset to use when communicating with Tomcat manager.
getConfiguration() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
 
getConfiguration() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
getConfiguration() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteDeployer
getConfigurationExclusions() - Method in class org.codehaus.cargo.container.tomcat.TomcatDirectoryPackager
getContext() - Method in class org.codehaus.cargo.container.tomcat.TomcatWAR
 
getDeployableDir() - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDistributionExclusions() - Method in class org.codehaus.cargo.container.tomcat.TomcatDirectoryPackager
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat3xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Gets the name of thist host.
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat3xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteContainer
getPassword() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the password to use when authenticating with Tomcat manager.
getPath(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Gets the webapp path for the specified deployable.
getPropertySupportMap() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatRuntimeConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatStandaloneLocalConfigurationCapability
getSecurityToken() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatStandaloneLocalConfiguration
 
getStatus() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
 
getStatus(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Return the status of the webapp at the specified context path.
getTomcatManager() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
 
getType() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
getURL() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the full URL of the Tomcat manager instance.
getUserAgent() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the user agent name to use when communicating with Tomcat manager.
getUserName() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Gets the username to use when authenticating with Tomcat manager.
getVersion(String) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
Returns the version of the Tomcat installation.

H

hashCode() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus

I

ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat3xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat5xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteContainer
Unique container id.
invoke(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Invokes Tomcat manager with the specified command.
invoke(String, InputStream) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Invokes Tomcat manager with the specified command and content data.
invokeContainer(String, Java) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer
Invokes the container bootstrap class to start or stop the container, depending on the value of the provided argument.
invokeContainer(String, Java) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatInstalledLocalContainer
Invokes the container bootstrap class to start or stop the container, depending on the value of the provided argument.
invokeContainer(String, Java) - Method in class org.codehaus.cargo.container.tomcat.Tomcat3xInstalledLocalContainer
Invokes the container bootstrap class to start or stop the container, depending on the value of the provided argument.

L

list() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
 
list() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
List currently deployed webapps.

M

MANAGER_URL - Static variable in interface org.codehaus.cargo.container.tomcat.TomcatPropertySet
The URL for calling the Tomcat Manager app.

N

NOT_FOUND - Static variable in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
The status of the deployable when it doesn't exists in Tomcat.

O

org.codehaus.cargo.container.tomcat - package org.codehaus.cargo.container.tomcat
 
org.codehaus.cargo.container.tomcat.internal - package org.codehaus.cargo.container.tomcat.internal
 

P

performUndeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
Performs undeployment of deployable.
performUndeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerInstalledLocalDeployer
Performs undeployment of deployable.
performUndeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteDeployer
Performs undeployment of deployable.
performUndeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteDeployer
Performs undeployment of deployable.

R

redeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
redeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
reload() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
Reloads this web application.
reload(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Reloads the webapp at the specified context path.
remove(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Removes the webapp at the specified context path.
removeChild(Tomcat5xEmbedded.Context) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Removes a web application.
RUNNING - Static variable in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
The status of the deployable when it's running in Tomcat.

S

setAutoDeploy(boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Supposed to enable auto-deployment of war file.
setAvailable(boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
Makes web application available/unavailable.
setBaseDir(String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Sets the directory that Tomcat will use as a workspace.
setCatalinaBase(File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Sets the Tomcat installation where catalina jars are loaded from.
setCatalinaHome(File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Sets the directory where Tomcat stores data file for the current running instance.
setDefaultHost(String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Don't know what it really does.
setName(String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Assigns a name to engine.
setParentClassLoader(ClassLoader) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Sets the ClassLoader that this engine will delegate to.
setPathname(File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.MemoryRealm
Sets the file to load username/password.
setRealm(Tomcat5xEmbedded.MemoryRealm) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Associates a realm to Tomcat.
setShouldCopyWars(boolean) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
Whether the local deployer should copy the wars to tbe Tomcat webapps directory.
setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
Setup the manager webapp.
setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
Setup the manager webapp.
setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
Setup the manager webapp.
setUserAgent(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Sets the user agent name to use when communicating with Tomcat manager.
start(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
start() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Starts the container.
start(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Starts the webapp at the specified context path.
start(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
stop(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
stop() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Stops the container.
stop(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Stops the webapp at the specified context path.
stop(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
STOPPED - Static variable in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
The status of the deployable when it's stopped in Tomcat.

T

Tomcat3xInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for the Apache Tomcat 3.x servlet container.
Tomcat3xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat3xInstalledLocalContainer
Tomcat3xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
Tomcat standalone ContainerConfiguration implementation.
Tomcat3xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat3xStandaloneLocalConfiguration
Tomcat4xInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for the Apache Tomcat 4.x servlet container.
Tomcat4xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
Tomcat4xRemoteContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for wrapping a running instance of Apache Tomcat.
Tomcat4xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteContainer
Tomcat4xRemoteDeployer - Class in org.codehaus.cargo.container.tomcat
A special Tomcat4x manager-based deployer to perform deployment to a remote container.
Tomcat4xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteDeployer
Tomcat4xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
Catalina standalone ContainerConfiguration implementation.
Tomcat4xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
Tomcat5xEmbedded - Class in org.codehaus.cargo.container.tomcat.internal
Wrapper classes around Tomcat 5.x embedded API to hide reflection.
Tomcat5xEmbedded(ClassLoader) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded
Prepares the reflection access to Tomcat.
Tomcat5xEmbedded.Connector - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Connector(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Connector
Wraps a connector object.
Tomcat5xEmbedded.Context - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Context(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
Wraps org.apache.catalina.Context object.
Tomcat5xEmbedded.Embedded - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Embedded() - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
Creates a new Tomcat5xEmbedded.Embedded Tomcat.
Tomcat5xEmbedded.Engine - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Engine(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
Wraps an engine object.
Tomcat5xEmbedded.Host - Class in org.codehaus.cargo.container.tomcat.internal
 
Tomcat5xEmbedded.Host(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
Wraps a Tomcat5xEmbedded.Host object.
Tomcat5xEmbedded.MemoryRealm - Class in org.codehaus.cargo.container.tomcat.internal
MemoryRealm wrapper.
Tomcat5xEmbedded.MemoryRealm() - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.MemoryRealm
Creates a new Tomcat5xEmbedded.MemoryRealm.
Tomcat5xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.tomcat
Embedded Tomcat 5.x container.
Tomcat5xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
Creates a Tomcat 5.x EmbeddedLocalContainer.
Tomcat5xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.tomcat
Deployer for deploying to embedded Tomcat container.
Tomcat5xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
Creates a new deployer for Tomcat5xEmbeddedLocalContainer.
Tomcat5xInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for the Apache Tomcat 5.x servlet container.
Tomcat5xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xInstalledLocalContainer
Perform Tomcat 5.x-specific initializations.
Tomcat5xRemoteContainer - Class in org.codehaus.cargo.container.tomcat
Special container support for wrapping a running instance of Apache Tomcat.
Tomcat5xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteContainer
Tomcat5xRemoteDeployer - Class in org.codehaus.cargo.container.tomcat
A special Tomcat5x manager-based deployer to perform deployment to a remote container.
Tomcat5xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteDeployer
Tomcat5xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
Catalina standalone ContainerConfiguration implementation.
Tomcat5xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
TomcatCopyingInstalledLocalDeployer - Class in org.codehaus.cargo.container.tomcat
Static deployer that deploys WARs to the Tomcat webapps directory.
TomcatCopyingInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
TomcatDeployableStatus - Class in org.codehaus.cargo.container.tomcat.internal
Status of a Deployable deployed in Tomcat.
TomcatDirectoryPackager - Class in org.codehaus.cargo.container.tomcat
Package a Tomcat distribution.
TomcatDirectoryPackager(String) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatDirectoryPackager
TomcatExistingLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
Tomcat existing Configuration implementation.
TomcatExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
TomcatExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.tomcat.internal
Capabilities of Tomcat's TomcatExistingLocalConfiguration configuration.
TomcatExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatExistingLocalConfigurationCapability
Initialize the configuration-specific supports Map.
TomcatManager - Class in org.codehaus.cargo.container.tomcat.internal
A Tomcat manager webapp invocation wrapper.
TomcatManager(URL) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Creates a Tomcat manager wrapper for the specified URL that uses a username of admin, an empty password and ISO-8859-1 URL encoding.
TomcatManager(URL, String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Creates a Tomcat manager wrapper for the specified URL and username that uses an empty password and ISO-8859-1 URL encoding.
TomcatManager(URL, String, String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Creates a Tomcat manager wrapper for the specified URL, username and password that uses ISO-8859-1 URL encoding.
TomcatManager(URL, String, String, String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Creates a Tomcat manager wrapper for the specified URL, username, password and URL encoding.
TomcatManagerException - Exception in org.codehaus.cargo.container.tomcat.internal
Indicates an error received from Tomcat manager.
TomcatManagerException() - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
Creates a new ManagerException with no message or cause.
TomcatManagerException(String) - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
Creates a new ManagerException with the specified message and no cause.
TomcatManagerException(Throwable) - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
Creates a new ManagerException with no message and the specified cause.
TomcatManagerException(String, Throwable) - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
Creates a new ManagerException with the specified message and cause.
TomcatManagerInstalledLocalDeployer - Class in org.codehaus.cargo.container.tomcat
A Tomcat manager-based deployer to perform deployment to a local container.
TomcatManagerInstalledLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatManagerInstalledLocalDeployer
TomcatPropertySet - Interface in org.codehaus.cargo.container.tomcat
Gathers all Tomcat properties.
TomcatRuntimeConfiguration - Class in org.codehaus.cargo.container.tomcat
Configuration to use when using a AbstractTomcatRemoteContainer.
TomcatRuntimeConfiguration() - Constructor for class org.codehaus.cargo.container.tomcat.TomcatRuntimeConfiguration
 
TomcatRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.tomcat.internal
Capabilities of Tomcat's TomcatRuntimeConfiguration configuration.
TomcatRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatRuntimeConfigurationCapability
Initialize the configuration-specific supports Map.
TomcatStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.tomcat.internal
Capabilities of Tomcat's AbstractTomcatStandaloneLocalConfiguration configuration.
TomcatStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
TomcatWAR - Class in org.codehaus.cargo.container.tomcat
Extension that supports custom Tomcat context.xml files located in the META-INF/ directory of your WAR.
TomcatWAR(String) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatWAR
 
toStatus(String) - Static method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
Transform a status represented as a string into a TomcatDeployableStatus object.
toString() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
toString() - Method in class org.codehaus.cargo.container.tomcat.Tomcat3xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.tomcat.TomcatRuntimeConfiguration

U

undeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
undeploy(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
Undeploys the webapp at the specified context path.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer

V

verify() - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration

W

waitForCompletion(boolean) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
Tomcat's start/stop methods are synchronous, so no need for waiting.

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

Copyright © 2004-2011 Codehaus. All Rights Reserved.