public class Environment
extends java.util.HashMap<java.lang.String,java.lang.Object>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENV_HOME |
Constructor and Description |
---|
Environment() |
Environment(Environment environment) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getOrDefault(java.lang.String name,
java.lang.Object defaultValue) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public static final java.lang.String ENV_HOME
public Environment(Environment environment)
public Environment()
Copyright © 2021. All rights reserved.