A D G H I J O P S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AUTOSTART - Static variable in interface org.codehaus.cargo.tools.daemon.DaemonPropertySet
-
Set this property to enable autostart for a container
D
- DaemonClient - Class in org.codehaus.cargo.tools.daemon
-
Client for the Cargo daemon
- DaemonClient(URL) - Constructor for class org.codehaus.cargo.tools.daemon.DaemonClient
-
Creates a Cargo daemon wrapper for the specified URL which has public access (no username nor password required).
- DaemonClient(URL, String, String) - Constructor for class org.codehaus.cargo.tools.daemon.DaemonClient
-
Creates a Cargo daemon wrapper for the specified URL, username and password that uses UTF-8 URL encoding.
- DaemonException - Exception in org.codehaus.cargo.tools.daemon
-
Indicates an error received from Cargo manager.
- DaemonException() - Constructor for exception org.codehaus.cargo.tools.daemon.DaemonException
-
Creates a new
ManagerExceptionwith no message or cause. - DaemonException(String) - Constructor for exception org.codehaus.cargo.tools.daemon.DaemonException
-
Creates a new
ManagerExceptionwith the specified message and no cause. - DaemonException(String, Throwable) - Constructor for exception org.codehaus.cargo.tools.daemon.DaemonException
-
Creates a new
ManagerExceptionwith the specified message and cause. - DaemonException(Throwable) - Constructor for exception org.codehaus.cargo.tools.daemon.DaemonException
-
Creates a new
ManagerExceptionwith no message and the specified cause. - DaemonParameters - Class in org.codehaus.cargo.tools.daemon
-
Represents the daemon parameters to be sent to the listening daemon.
- DaemonParameters() - Constructor for class org.codehaus.cargo.tools.daemon.DaemonParameters
- DaemonPropertySet - Interface in org.codehaus.cargo.tools.daemon
-
Gathers all properties related to the Cargo daemon.
- DaemonStart - Class in org.codehaus.cargo.tools.daemon
-
Represents a daemon start request
- DaemonStart() - Constructor for class org.codehaus.cargo.tools.daemon.DaemonStart
G
- getAdditionalClasspathEntries() - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- getContainer() - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- getDeployables() - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- getFiles() - Method in class org.codehaus.cargo.tools.daemon.DaemonParameters
- getHandleId() - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- getInstallerZipFile() - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- getLogFile() - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- getParameters() - Method in class org.codehaus.cargo.tools.daemon.DaemonParameters
- getPassword() - Method in class org.codehaus.cargo.tools.daemon.DaemonClient
-
Gets the password to use when authenticating with Cargo daemon.
- getURL() - Method in class org.codehaus.cargo.tools.daemon.DaemonClient
-
Gets the full URL of the Cargo daemon instance.
- getUserAgent() - Method in class org.codehaus.cargo.tools.daemon.DaemonClient
-
Gets the user agent name to use when communicating with Cargo daemon.
- getUserName() - Method in class org.codehaus.cargo.tools.daemon.DaemonClient
-
Gets the username to use when authenticating with Cargo daemon.
H
- HANDLE - Static variable in interface org.codehaus.cargo.tools.daemon.DaemonPropertySet
-
Handle identifier for a container and deployables delivery
I
- invoke(String, DaemonParameters) - Method in class org.codehaus.cargo.tools.daemon.DaemonClient
-
Invokes Cargo daemon with a specified command and content data.
- isAutostart() - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- isMultipartForm() - Method in class org.codehaus.cargo.tools.daemon.DaemonParameters
J
- JVMLAUNCHER - Static variable in interface org.codehaus.cargo.tools.daemon.DaemonPropertySet
-
Set this property to enable the daemon jvm launcher
O
- org.codehaus.cargo.tools.daemon - package org.codehaus.cargo.tools.daemon
P
- PASSWORD - Static variable in interface org.codehaus.cargo.tools.daemon.DaemonPropertySet
-
Password used when authenticating against the daemon host
S
- setAdditionalClasspathEntries(List<String>) - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- setAutostart(boolean) - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- setContainer(InstalledLocalContainer) - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- setDeployables(List<Deployable>) - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- setFile(String, String) - Method in class org.codehaus.cargo.tools.daemon.DaemonParameters
-
Sets a daemon file.
- setHandleId(String) - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- setInstallerZipFile(String) - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- setLogFile(String) - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- setParameter(String, String) - Method in class org.codehaus.cargo.tools.daemon.DaemonParameters
-
Sets a daemon parameter.
- setUserAgent(String) - Method in class org.codehaus.cargo.tools.daemon.DaemonClient
-
Sets the user agent name to use when communicating with Cargo daemon.
- start(DaemonStart) - Method in class org.codehaus.cargo.tools.daemon.DaemonClient
-
Starts a container specified by the start request.
- stop(String) - Method in class org.codehaus.cargo.tools.daemon.DaemonClient
-
Stops the container with the specified handle identifier.
U
- URL - Static variable in interface org.codehaus.cargo.tools.daemon.DaemonPropertySet
-
Full URL which specifies the daemon location
- USERNAME - Static variable in interface org.codehaus.cargo.tools.daemon.DaemonPropertySet
-
Username used when authenticating against the daemon host
All Classes All Packages