org.codehaus.cargo.container.property
Interface GeneralPropertySet


public interface GeneralPropertySet

Gathers all general container properties valid for all types of containers.

Version:
$Id: GeneralPropertySet.java 1830 2008-12-07 20:44:33Z adriancole $

Field Summary
static String HOSTNAME
          Hostname on which the container is listening to.
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 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 URI_ENCODING
          URI Encoding to set.
 

Field Detail

PROTOCOL

static final String PROTOCOL
Protocol on which the container is listening to.

See Also:
Constant Field Values

HOSTNAME

static final String HOSTNAME
Hostname on which the container is listening to.

See Also:
Constant Field Values

LOGGING

static final String LOGGING
Logging level for logging container information.

See Also:
Constant Field Values

JVMARGS

static final String JVMARGS
JVM args to be used when starting/stopping containers (ex: "-Xmx500m").

See Also:
Constant Field Values

RMI_PORT

static final String RMI_PORT
The port to use when communicating with this server, for example to start and stop it.

See Also:
Constant Field Values

URI_ENCODING

static final String URI_ENCODING
URI Encoding to set.

See Also:
Constant Field Values

JAVA_HOME

static final String JAVA_HOME
The location of the jvm to use when starting/stopping containers.

See Also:
Constant Field Values


Copyright © 2004-2012 Codehaus. All Rights Reserved.