com.ibm.wsspi.kernel.service.location
Interface WsLocationConstants
- public interface WsLocationConstants
WsResource
and .
Field Summary
Modifier and Type | Field and Description |
---|---|
|
LOC_INSTALL_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_INSTALL_PARENT_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_SERVER_CONFIG_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_SERVER_NAME
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_SERVER_OUTPUT_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_SERVER_WORKAREA_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_SHARED_APPS_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_SHARED_CONFIG_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_SHARED_RESC_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_TMP_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_USER_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_USER_EXTENSION_DIR
The properties used by the user to configure the filesystem
layout of the server.
|
|
LOC_VIRTUAL_ROOT
The properties used by the user to configure the filesystem
layout of the server.
|
|
SYMBOL_INSTALL_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_INSTALL_PARENT_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_PREFIX
|
|
SYMBOL_ROOT_NODE
Symbol representing the virtual root of a resource group.
|
|
SYMBOL_SERVER_CONFIG_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_SERVER_NAME
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_SERVER_OUTPUT_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_SERVER_WORKAREA_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_SHARED_APPS_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_SHARED_CONFIG_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_SHARED_RESC_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_SUFFIX
|
|
SYMBOL_TMP_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
SYMBOL_USER_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
|
|
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:
SYMBOL_PREFIX
- static final java.lang.String SYMBOL_PREFIX
See Also:
SYMBOL_SUFFIX
- static final java.lang.String SYMBOL_SUFFIX
See Also:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
SYMBOL_SERVER_NAME
- static final java.lang.String SYMBOL_SERVER_NAME
Pre-constructed symbols for user-configured locations;
includes trailing slash.
See Also:
SYMBOL_INSTALL_DIR
- static final java.lang.String SYMBOL_INSTALL_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
See Also:
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:
SYMBOL_USER_DIR
- static final java.lang.String SYMBOL_USER_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
See Also:
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:
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:
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:
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:
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:
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:
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:
SYMBOL_TMP_DIR
- static final java.lang.String SYMBOL_TMP_DIR
Pre-constructed symbols for user-configured locations;
includes trailing slash.
See Also: