public class EnvironmentContext
extends Object
-
-
Method Summary
Returns a
Map
of all properties.
static void
Will add the given key/value pair in a global properties map.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENGINE_NAME
public static final String ENGINE_NAME
- See Also:
-
-
ENGINE_VERSION
public static final String ENGINE_VERSION
- See Also:
-
-
Method Details
-
get
Returns a
Map
of all properties.
- Returns:
- A
Map
of all properties.
-
put
Will add the given key/value pair in a global properties map.
- Parameters:
key
- The key to add
value
- The value to add