org.codehaus.cargo.container.jrun
Interface JRun4xPropertySet


public interface JRun4xPropertySet

Gathers all JRun properties.

Version:
$Id: JRunPropertySet.java $

Field Summary
static String DEFAULT_PORT
          The default port.
static String DEFAULT_SERVER_NAME
          The default JRun server instance name.
static String JRUN_CLASSPATH
          The JRun4 classpath.
static String JRUN_HOME
          The JRun4 installation directory.
static String SERVER_NAME
          The JRun server instance name.
 

Field Detail

SERVER_NAME

static final String SERVER_NAME
The JRun server instance name.

See Also:
Constant Field Values

DEFAULT_SERVER_NAME

static final String DEFAULT_SERVER_NAME
The default JRun server instance name.

See Also:
Constant Field Values

DEFAULT_PORT

static final String DEFAULT_PORT
The default port.

See Also:
Constant Field Values

JRUN_HOME

static final String JRUN_HOME
The JRun4 installation directory.

See Also:
Constant Field Values

JRUN_CLASSPATH

static final String JRUN_CLASSPATH
The JRun4 classpath.

See Also:
Constant Field Values


Copyright © 2004-2012 Codehaus. All Rights Reserved.