public enum SystemProperty extends Enum<SystemProperty> implements org.refcodes.mixin.KeyAccessor<String>, org.refcodes.mixin.ValueAccessor.ValueProperty<String>
SystemProperty
define values to be used at runtime. Them are passed
to a JVM by prefixing a "-D" to the actual "property=value" pair.Enum Constant and Description |
---|
CONFIG_DIR
Pass as JVM argument via "-Dconfig.dir=path_to_your_config_dir" (where
path_to_your_config_dir stands for the path to the directory where you
placed configuration files such as the "runtimelogger-config.xml" file).
|
CONSOLE_ANSI
Pass as JVM argument via "-Dconsole.ansi=
|
CONSOLE_HEIGHT
Pass as JVM argument via "-Dconsole.height=n" (where n stands for the
number of lines).
|
CONSOLE_WIDTH
Pass as JVM argument via "-Dconsole.width=n" (where n stands for the
number of chars per row).
|
FILE_SEPARATOR
The OS specific file separator is retrieved by this system property.
|
KEY_STORE_FILE
Location of the Java keystore file containing an application process's
own certificate and private key.
|
KEY_STORE_PASSWORD
Password to access the private key from the keystore file specified by
KEY_STORE_FILE . |
KEY_STORE_TYPE
For Java keystore file format, this property has the value "jks" (or
"JKS").
|
LINE_SEPARATOR
Sequence used by operating system to separate lines in text files.
|
LOGGER_LAYOUT
Pass as JVM argument via "-Dlogger.layout=
|
LOGGER_STYLE
Pass as JVM argument via "-Dlogger.style= |