A C D F G H I J M O P S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addField(String, String) - Method in class org.codehaus.cargo.tools.daemon.UrlEncodedFormWriter
-
Writes a string field value.
- AUTOSTART - Static variable in interface org.codehaus.cargo.tools.daemon.DaemonPropertySet
-
Set this property to enable autostart for a container
C
- close() - Method in class org.codehaus.cargo.tools.daemon.MultipartFormWriter
-
Closes the writer.
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.
- DaemonClient(URL, String, String, Charset) - Constructor for class org.codehaus.cargo.tools.daemon.DaemonClient
-
Creates a Cargo daemon wrapper for the specified URL, username, password and 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
F
- FormContentType - Interface in org.codehaus.cargo.tools.daemon
-
Represents the content type of a form.
G
- getAdditionalClasspathEntries() - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- getBoundary() - Method in class org.codehaus.cargo.tools.daemon.MultipartFormContentType
- getCharset() - Method in class org.codehaus.cargo.tools.daemon.DaemonClient
-
Gets the URL encoding charset to use when communicating with Cargo daemon.
- getContainer() - Method in class org.codehaus.cargo.tools.daemon.DaemonStart
- getContentType() - Method in interface org.codehaus.cargo.tools.daemon.FormContentType
- getContentType() - Method in class org.codehaus.cargo.tools.daemon.MultipartFormContentType
-
Gets the content type for this writer.
- getContentType() - Method in class org.codehaus.cargo.tools.daemon.UrlEncodedFormContentType
- 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
- getLength() - Method in class org.codehaus.cargo.tools.daemon.UrlEncodedFormWriter
- 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
M
- MultipartFormContentType - Class in org.codehaus.cargo.tools.daemon
-
Represents the content type for a multipart form.
- MultipartFormContentType() - Constructor for class org.codehaus.cargo.tools.daemon.MultipartFormContentType
-
Constructs a multipart token
- MultipartFormWriter - Class in org.codehaus.cargo.tools.daemon
-
Represents a form writer capable of sending files and form data as multipart chunks.
- MultipartFormWriter(MultipartFormContentType, OutputStream) - Constructor for class org.codehaus.cargo.tools.daemon.MultipartFormWriter
-
Attaches to the outputstream and allows writing form data or files to it.
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
- UrlEncodedFormContentType - Class in org.codehaus.cargo.tools.daemon
-
Represents the content type for an url encoded form.
- UrlEncodedFormContentType() - Constructor for class org.codehaus.cargo.tools.daemon.UrlEncodedFormContentType
- UrlEncodedFormWriter - Class in org.codehaus.cargo.tools.daemon
-
Represents a form writer that allows writing form fields that are URL encoded.
- UrlEncodedFormWriter() - Constructor for class org.codehaus.cargo.tools.daemon.UrlEncodedFormWriter
-
Constructs an UrlEncodedFormWriter.
- USERNAME - Static variable in interface org.codehaus.cargo.tools.daemon.DaemonPropertySet
-
Username used when authenticating against the daemon host
W
- write(OutputStream) - Method in class org.codehaus.cargo.tools.daemon.UrlEncodedFormWriter
-
Writes the form data to the output stream.
- writeField(String, String) - Method in class org.codehaus.cargo.tools.daemon.MultipartFormWriter
-
Writes a string field value.
- writeFile(String, String, File) - Method in class org.codehaus.cargo.tools.daemon.MultipartFormWriter
-
Writes a file's contents.
- writeFile(String, String, String, byte[]) - Method in class org.codehaus.cargo.tools.daemon.MultipartFormWriter
-
Writes the given bytes.
- writeFile(String, String, String, InputStream) - Method in class org.codehaus.cargo.tools.daemon.MultipartFormWriter
-
Writes a input stream's contents.
All Classes All Packages