Package rma.util
Class Env
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
A static class that allows access to environment variables.
Doesnt exactly work on PCs. Some PCs displayed weird parsing
of paths with the '\' character.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Field Details
-
env
-
-
Constructor Details
-
Env
public Env()
-
-
Method Details
-
main
-