Read java system properties easily.
Get a property.
- key String - The property key.
Get properties as a Object.
If a regex is set, only matching properties are returned and the matching part of the regex will be removed from the key.
- regex RegExp - RegExp for filter properties by key.
Get properties as a object structure.
Like getAsObject() but split the list in a object structure.
- regex RegExp - RegExp for filter properties by key.
- separator String - String for splitting.