public class EnvironmentContext
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ENGINE_NAME  | 
static java.lang.String | 
ENGINE_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Map<java.lang.String,java.lang.String> | 
get()
Returns a  
Map of all properties. | 
static void | 
put(java.lang.String key,
   java.lang.String value)
Will add the given key/value pair in a global properties map. 
 | 
public static final java.lang.String ENGINE_NAME
public static final java.lang.String ENGINE_VERSION
public static java.util.Map<java.lang.String,java.lang.String> get()
Map of all properties.Map of all properties.public static void put(java.lang.String key,
                       java.lang.String value)
key - The key to addvalue - The value to add