|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
com.izforge.izpack.installer.VariableValueMapImpl
A Properties based implementation for VariableValueMap interface.
Nested Class Summary |
Nested classes inherited from class java.util.Hashtable |
|
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Fields inherited from class java.util.Hashtable |
|
Constructor Summary | |
VariableValueMapImpl()
|
Method Summary | |
java.lang.String |
getVariable(java.lang.String var)
Returns the current value for the specified variable. |
void |
setVariable(java.lang.String var,
java.lang.String val)
Sets a new value for the specified variable. |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
public VariableValueMapImpl()
Method Detail |
public java.lang.String getVariable(java.lang.String var)
getVariable
in interface VariableValueMap
var
- the name of the variable
public void setVariable(java.lang.String var, java.lang.String val)
setVariable
in interface VariableValueMap
var
- the name of the variableval
- the new value for the variable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |