com.izforge.izpack.panels.userinput.field
Class FieldProcessor
java.lang.Object
com.izforge.izpack.panels.userinput.field.FieldProcessor
public class FieldProcessor
- extends Object
FieldProcessor is a wrapper around a Processor.
- Author:
- Tim Anderson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldProcessor
public FieldProcessor(IXMLElement processorElement,
Config config)
- Constructs a
FieldProcessor.
- Parameters:
processorElement - the processor elementconfig - the configuration
setInstallData
public void setInstallData(InstallData installData)
process
public String process(String... values)
- Processes a set of values.
- Parameters:
values - the values to process
- Returns:
- the result of the processing
- Throws:
IzPackException - if processing fails
getBackupVariable
public String getBackupVariable()
getOriginalValue
public String getOriginalValue()
getToVariable
public String getToVariable()
Copyright © 2018. All rights reserved.