org.codehaus.cargo.container.jrun
Interface JRun4xPropertySet


public interface JRun4xPropertySet

Gathers all JRun properties.

Version:
$Id: JRunPropertySet.java $

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

Field Detail

SERVER_NAME

static final java.lang.String SERVER_NAME
The JRun server instance name.

See Also:
Constant Field Values

DEFAULT_SERVER_NAME

static final java.lang.String DEFAULT_SERVER_NAME
The default JRun server instance name.

See Also:
Constant Field Values

DEFAULT_PORT

static final java.lang.String DEFAULT_PORT
The default port.

See Also:
Constant Field Values

JRUN_HOME

static final java.lang.String JRUN_HOME
The JRun4 installation directory.

See Also:
Constant Field Values

JRUN_CLASSPATH

static final java.lang.String JRUN_CLASSPATH
The JRun4 classpath.

See Also:
Constant Field Values


Copyright © 2004-2011 Codehaus. All Rights Reserved.