| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentProperties
Extension of the
Properties type overwriting methods in order to
access the operating system's environment variables as of env on
Linux or Unix shells or set on Windows machines (e.g." |
class |
SystemProperties
Extension of the
Properties type overwriting methods in order to
access system properties as passed via the "-Dkey=value" when launching the
JVM (e.g.java -Dconsole.width=220)
The keys are transformed to a system properties by removing a prefixed "/"
path delimiter (as of getDelimiter() and converting all other path
delimiters "/" to the system property's (de facto standard) separator ".". |
Copyright © 2018. All rights reserved.