com.maverick.sshd.shell
Class Environment

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by com.maverick.sshd.shell.Environment
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class Environment
extends HashMap<String,Object>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static String ENV_HOME
           
 
Constructor Summary
Environment()
           
Environment(Environment environment)
           
 
Method Summary
 Object getOrDefault(String name, Object defaultValue)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

ENV_HOME

public static final String ENV_HOME
See Also:
Constant Field Values
Constructor Detail

Environment

public Environment(Environment environment)

Environment

public Environment()
Method Detail

getOrDefault

public Object getOrDefault(String name,
                           Object defaultValue)


Copyright © 2012. All Rights Reserved.