com.maverick.sshd.shell
Class Environment
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.maverick.sshd.shell.Environment
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
public class Environment
- extends HashMap<String,Object>
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
ENV_HOME
public static final String ENV_HOME
- See Also:
- Constant Field Values
Environment
public Environment(Environment environment)
Environment
public Environment()
getOrDefault
public Object getOrDefault(String name,
Object defaultValue)
Copyright © 2012. All Rights Reserved.