Package org.codehaus.cargo.tools.daemon
Interface DaemonPropertySet
-
public interface DaemonPropertySetGathers all properties related to the Cargo daemon.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTOSTARTSet this property to enable autostart for a containerstatic StringHANDLEHandle identifier for a container and deployables deliverystatic StringJVMLAUNCHERSet this property to enable the daemon jvm launcherstatic StringPASSWORDPassword used when authenticating against the daemon hoststatic StringURLFull URL which specifies the daemon locationstatic StringUSERNAMEUsername used when authenticating against the daemon host
-
-
-
Field Detail
-
URL
static final String URL
Full URL which specifies the daemon location- See Also:
- Constant Field Values
-
USERNAME
static final String USERNAME
Username used when authenticating against the daemon host- See Also:
- Constant Field Values
-
PASSWORD
static final String PASSWORD
Password used when authenticating against the daemon host- See Also:
- Constant Field Values
-
HANDLE
static final String HANDLE
Handle identifier for a container and deployables delivery- See Also:
- Constant Field Values
-
JVMLAUNCHER
static final String JVMLAUNCHER
Set this property to enable the daemon jvm launcher- See Also:
- Constant Field Values
-
AUTOSTART
static final String AUTOSTART
Set this property to enable autostart for a container- See Also:
- Constant Field Values
-
-