Class EnvironmentContext


  • public class EnvironmentContext
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ENGINE_NAME  
      static java.lang.String ENGINE_VERSION  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public static java.util.Map<java.lang.String,​java.lang.String> get()
        Returns a Map of all properties.
        Returns:
        A Map of all properties.
      • put

        public static void put​(java.lang.String key,
                               java.lang.String value)
        Will add the given key/value pair in a global properties map.
        Parameters:
        key - The key to add
        value - The value to add