public interface SystemConstants extends StringConstants
Modifier and Type | Field and Description |
---|---|
static String |
ENGINE_DATA_DIR
The environmental variable that can be set with the directory the Komodo engine will use while running.
|
static String |
LOG_FILE_NAME
The Komodo log file name.
|
static String |
REPOSITORY_PERSISTENCE_BINARY_STORE_URL
The environment variable that defines the connection url to the binary store of
the persistence database.
|
static String |
REPOSITORY_PERSISTENCE_CONNECTION_DRIVER
The environment variable that defines the driver used for connection to the persistence database
|
static String |
REPOSITORY_PERSISTENCE_CONNECTION_PASSWORD
The environment variable that defines the password for connection to the persistence database
|
static String |
REPOSITORY_PERSISTENCE_CONNECTION_PASSWORD_DEFAULT
The default value of the password for connection to the persistence database
|
static String |
REPOSITORY_PERSISTENCE_CONNECTION_URL
The environment variable that defines the connection url of the persistence database.
|
static String |
REPOSITORY_PERSISTENCE_CONNECTION_USERNAME
The environment variable that defines the user name for connection to the persistence database
|
static String |
REPOSITORY_PERSISTENCE_CONNECTION_USERNAME_DEFAULT
The default value of the user name for connection to the persistence database
|
static String |
REPOSITORY_PERSISTENCE_HOST
The environment variable that defines the name of the host where the persistence store is located
Cannot use 'komodo.' prefix since Openshift considers this invalid.
|
static String |
REPOSITORY_PERSISTENCE_TYPE
The environment variable that defines the type of the persistence to be used for modeshape.
|
static String |
VDB_BUILDER_DATA_DIR
The environmental variable that can be set with the directory VDB Builder will use while running.
|
AMPERSAND, AT, BR, CLASS, CLOSE_ANGLE_BRACKET, CLOSE_BRACE, CLOSE_BRACKET, CLOSE_PRE_CMT, CLOSE_PRE_TAG, CLOSE_SQUARE_BRACKET, COLON, COMMA, CONNECTION_SUFFIX, CURRENT_FOLDER_SYMBOL, DDL, DEFAULT_LOCAL_WORKSPACE_NAME, DIVIDE, DOLLAR_SIGN, DOT, DOT_CHAR, DOT_DOT, DOT_KOMODO, DOUBLE_BACK_SLASH, DRIVE_SEPARATOR, EMPTY_ARRAY, EMPTY_STRING, ENUM, EQUALS, FILE_EXTENSION_SEPARATOR, FILE_NAME_WILDCARD, FINAL, FORWARD_SLASH, HASH, HYPHEN, INTERFACE, JAR, JAVA, JAVA_IO_TMPDIR, JBOSS_SERVER_TMP_DIR, KOMODO, LINE_SEPARATOR, LINE_SEPARATOR_PROPERTY_NAME, LOG, MINUS, MULTIPLY, NBSP, NEW_LINE, OPEN_ANGLE_BRACKET, OPEN_BRACE, OPEN_BRACKET, OPEN_PRE_CMT, OPEN_PRE_TAG, OPEN_SQUARE_BRACKET, PARENT_FOLDER_SYMBOL, PERCENT, PIPE, PLUS, PREFIX_PATTERN, PRIVATE, PUBLIC, QUESTION_MARK, QUOTE_MARK, SEMI_COLON, SERVICE_VDB_SUFFIX, SERVICE_VDB_VIEW_MODEL, SERVICE_VDB_VIEW_SUFFIX, SOURCES, SPACE, SPEECH_MARK, SRC, STAR, STATIC, TAB, TARGET, UNDERSCORE, UNDERSCORE_CHAR, VDB_DEPLOYMENT_SUFFIX, VDB_PREFIX, XML, XML_SUFFIX, ZIP, ZIP_SUFFIX
static final String ENGINE_DATA_DIR
${user.home}/.komodo
.static final String LOG_FILE_NAME
static final String VDB_BUILDER_DATA_DIR
${user.home}/.komodo/vdbbuilder
static final String REPOSITORY_PERSISTENCE_TYPE
static final String REPOSITORY_PERSISTENCE_HOST
REPOSITORY_PERSISTENCE_CONNECTION_URL
if defined.static final String REPOSITORY_PERSISTENCE_CONNECTION_URL
static final String REPOSITORY_PERSISTENCE_BINARY_STORE_URL
static final String REPOSITORY_PERSISTENCE_CONNECTION_DRIVER
static final String REPOSITORY_PERSISTENCE_CONNECTION_USERNAME
static final String REPOSITORY_PERSISTENCE_CONNECTION_USERNAME_DEFAULT
static final String REPOSITORY_PERSISTENCE_CONNECTION_PASSWORD
static final String REPOSITORY_PERSISTENCE_CONNECTION_PASSWORD_DEFAULT
Copyright © 2013–2019. All rights reserved.