public interface GeneralPropertySet
| Modifier and Type | Field and Description |
|---|---|
static String |
HOSTNAME
Hostname on which the container is listening to.
|
static String |
IGNORE_NON_EXISTING_PROPERTIES
Specify if CARGO's configuration generator for standalone containers should ignore when a
property cannot be replaced because it does not exist in the source file.
|
static String |
JAVA_HOME
The location of the jvm to use when starting/stopping containers.
|
static String |
JVMARGS
JVM args to be used when starting/stopping containers (ex: "-Xmx500m").
|
static String |
LOGGING
Logging level for logging container information.
|
static String |
PORT_OFFSET
The port offset to apply to the container ports.
|
static String |
PROTOCOL
Protocol on which the container is listening to.
|
static String |
RMI_PORT
The port to use when communicating with this server, for example to start and stop it.
|
static String |
RUNTIME_ARGS
Runtime args to be used when starting/stopping containers (ex: "-userThreads").
|
static String |
SPAWN_PROCESS
Specify if the process should run spawned; i.e.
|
static String |
URI_ENCODING
URI Encoding to set.
|
static final String PROTOCOL
static final String HOSTNAME
static final String LOGGING
LoggingLevel,
Constant Field Valuesstatic final String JVMARGS
static final String RUNTIME_ARGS
static final String RMI_PORT
static final String URI_ENCODING
static final String JAVA_HOME
static final String SPAWN_PROCESS
static final String IGNORE_NON_EXISTING_PROPERTIES
static final String PORT_OFFSET
Copyright © 2004-2013 Codehaus. All Rights Reserved.