Class SystemProperty.Environment

java.lang.Object
com.google.appengine.api.utils.SystemProperty
com.google.appengine.api.utils.SystemProperty.Environment
Enclosing class:
SystemProperty

public static class SystemProperty.Environment extends SystemProperty
The current executing environment. Has the key, "com.google.appengine.runtime.environment". The set of values are specified by Value.
  • Method Details

    • value

      public @Nullable SystemProperty.Environment.Value value()
      Returns the Value that the SystemProperty is set to.
      Returns:
      null if the Environment is not set, or is set to a value that does not correspond to any predefined Value.
    • set

      public void set(SystemProperty.Environment.Value value)
      Sets the Environment to value. Equivalent to set(value.value()).