Class Environment

    • Constructor Detail

      • Environment

        public Environment()
      • Environment

        public Environment​(Environment source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getVariables

        public Variable[] getVariables()
        Get 环境变量数组
        Returns:
        Variables 环境变量数组
      • setVariables

        public void setVariables​(Variable[] Variables)
        Set 环境变量数组
        Parameters:
        Variables - 环境变量数组