com.ibm.wsspi.kernel.service.location

Interface WsLocationConstants


  1. public interface WsLocationConstants
Defines standard names for properties used by WsResource and .

Field Summary

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

Field Detail

SYMBOL_ROOT_NODE

  1. 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:

SYMBOL_PREFIX

  1. static final java.lang.String SYMBOL_PREFIX
See Also:

SYMBOL_SUFFIX

  1. static final java.lang.String SYMBOL_SUFFIX
See Also:

LOC_VIRTUAL_ROOT

  1. 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:

LOC_TMP_DIR

  1. 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:

LOC_SERVER_NAME

  1. 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:

LOC_INSTALL_DIR

  1. 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:

LOC_INSTALL_PARENT_DIR

  1. 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:

LOC_USER_DIR

  1. 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:

LOC_USER_EXTENSION_DIR

  1. 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:

LOC_SERVER_CONFIG_DIR

  1. 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:

LOC_SERVER_OUTPUT_DIR

  1. 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:

LOC_SERVER_WORKAREA_DIR

  1. 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:

LOC_SHARED_APPS_DIR

  1. 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:

LOC_SHARED_CONFIG_DIR

  1. 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:

LOC_SHARED_RESC_DIR

  1. 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:

SYMBOL_SERVER_NAME

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

SYMBOL_INSTALL_DIR

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

SYMBOL_INSTALL_PARENT_DIR

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

SYMBOL_USER_DIR

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

SYMBOL_USER_EXTENSION_DIR

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

SYMBOL_SERVER_CONFIG_DIR

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

SYMBOL_SERVER_OUTPUT_DIR

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

SYMBOL_SERVER_WORKAREA_DIR

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

SYMBOL_SHARED_APPS_DIR

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

SYMBOL_SHARED_CONFIG_DIR

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

SYMBOL_SHARED_RESC_DIR

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

SYMBOL_TMP_DIR

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