com.ibm.wsspi.kernel.service.location
Interface WsLocationConstants


public interface WsLocationConstants

Defines standard names for properties used by WsResource and .


Field Summary
static java.lang.String LOC_INSTALL_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_INSTALL_PARENT_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_SERVER_CONFIG_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_SERVER_NAME
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_SERVER_OUTPUT_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_SERVER_WORKAREA_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_SHARED_APPS_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_SHARED_CONFIG_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_SHARED_RESC_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_TMP_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_USER_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_USER_EXTENSION_DIR
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String LOC_VIRTUAL_ROOT
          The properties used by the user to configure the filesystem layout of the server.
static java.lang.String SYMBOL_INSTALL_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_INSTALL_PARENT_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_PREFIX
           
static java.lang.String SYMBOL_ROOT_NODE
          Symbol representing the virtual root of a resource group.
static java.lang.String SYMBOL_SERVER_CONFIG_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_SERVER_NAME
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_SERVER_OUTPUT_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_SERVER_WORKAREA_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_SHARED_APPS_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_SHARED_CONFIG_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_SHARED_RESC_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_SUFFIX
           
static java.lang.String SYMBOL_TMP_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_USER_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
static java.lang.String SYMBOL_USER_EXTENSION_DIR
          Pre-constructed symbols for user-configured locations; includes trailing slash.
 

Field Detail

SYMBOL_ROOT_NODE

static final java.lang.String SYMBOL_ROOT_NODE
Symbol representing the virtual root of a resource group. This can be used with find/match methods to obtain a list (via Iterator) of the elements in a group's search path.

See Also:
Constant Field Values

SYMBOL_PREFIX

static final java.lang.String SYMBOL_PREFIX
See Also:
Constant Field Values

SYMBOL_SUFFIX

static final java.lang.String SYMBOL_SUFFIX
See Also:
Constant Field Values

LOC_VIRTUAL_ROOT

static final java.lang.String LOC_VIRTUAL_ROOT
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_TMP_DIR

static final java.lang.String LOC_TMP_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_SERVER_NAME

static final java.lang.String LOC_SERVER_NAME
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_INSTALL_DIR

static final java.lang.String LOC_INSTALL_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_INSTALL_PARENT_DIR

static final java.lang.String LOC_INSTALL_PARENT_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_USER_DIR

static final java.lang.String LOC_USER_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_USER_EXTENSION_DIR

static final java.lang.String LOC_USER_EXTENSION_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_SERVER_CONFIG_DIR

static final java.lang.String LOC_SERVER_CONFIG_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_SERVER_OUTPUT_DIR

static final java.lang.String LOC_SERVER_OUTPUT_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_SERVER_WORKAREA_DIR

static final java.lang.String LOC_SERVER_WORKAREA_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_SHARED_APPS_DIR

static final java.lang.String LOC_SHARED_APPS_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_SHARED_CONFIG_DIR

static final java.lang.String LOC_SHARED_CONFIG_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

LOC_SHARED_RESC_DIR

static final java.lang.String LOC_SHARED_RESC_DIR
The properties used by the user to configure the filesystem layout of the server. These can be used when constructing symbols.

See Also:
Constant Field Values

SYMBOL_SERVER_NAME

static final java.lang.String SYMBOL_SERVER_NAME
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_INSTALL_DIR

static final java.lang.String SYMBOL_INSTALL_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_INSTALL_PARENT_DIR

static final java.lang.String SYMBOL_INSTALL_PARENT_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_USER_DIR

static final java.lang.String SYMBOL_USER_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_USER_EXTENSION_DIR

static final java.lang.String SYMBOL_USER_EXTENSION_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_SERVER_CONFIG_DIR

static final java.lang.String SYMBOL_SERVER_CONFIG_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_SERVER_OUTPUT_DIR

static final java.lang.String SYMBOL_SERVER_OUTPUT_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_SERVER_WORKAREA_DIR

static final java.lang.String SYMBOL_SERVER_WORKAREA_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_SHARED_APPS_DIR

static final java.lang.String SYMBOL_SHARED_APPS_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_SHARED_CONFIG_DIR

static final java.lang.String SYMBOL_SHARED_CONFIG_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_SHARED_RESC_DIR

static final java.lang.String SYMBOL_SHARED_RESC_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values

SYMBOL_TMP_DIR

static final java.lang.String SYMBOL_TMP_DIR
Pre-constructed symbols for user-configured locations; includes trailing slash.

See Also:
Constant Field Values