Package org.codehaus.cargo.tools.daemon
Interface DaemonPropertySet
-
public interface DaemonPropertySet
Gathers all properties related to the Cargo daemon.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTOSTART
Set this property to enable autostart for a containerstatic String
HANDLE
Handle identifier for a container and deployables deliverystatic String
JVMLAUNCHER
Set this property to enable the daemon jvm launcherstatic String
PASSWORD
Password used when authenticating against the daemon hoststatic String
URL
Full URL which specifies the daemon locationstatic String
USERNAME
Username 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
-
-