Deprecated API

Deprecated Classes
com.izforge.izpack.installer.VariableValueMapImpl
          Use a Properties object instead. Methods in IzPack which accept or return VariableValueMap have been deprecated in favor of versions which use Properties. 
 

Deprecated Interfaces
com.izforge.izpack.installer.VariableValueMap
          Use a Properties object instead. Methods in IzPack which accept or return VariableValueMap have been deprecated in favor of versions which use Properties. 
 

Deprecated Fields
com.izforge.izpack.installer.AutomatedInstallData.variableValueMap
          this will change to a simple Properties object as once the deprecated VariableValueMap is gone (IzPack v1.7?). 
 

Deprecated Methods
com.izforge.izpack.installer.AutomatedInstallData.getVariableValueMap()
          use AutomatedInstallData.getVariables()