public class LocalVariableMap extends Object
| Constructor and Description |
|---|
LocalVariableMap()
Create an instance that contains no local variable mappings initially.
|
LocalVariableMap(ListResource argv)
Create an instance that contains mappings for the variables ARGV and
ARGC.
|
public LocalVariableMap()
public LocalVariableMap(ListResource argv)
argv - ListResource to use to set ARGV and ARGC variablespublic Element get(String name)
name - variable name to lookuppublic Element put(String name, Element value)
name - variable name to assign value tovalue - Element to assign to the given variable name; variable is
removed if the value is nullCopyright © 2014 Quattor. All Rights Reserved.