Class 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 Detail

      • 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.