| com.izforge.izpack.installer.IUnpacker
All known Subclasses: com.izforge.izpack.installer.UnpackerBase,
Method Summary | |
abstract public boolean | getResult() Return the state of the operation. | public void | setRules(RulesEngine rules) Called by the InstallerFrame to set a reference to the RulesEngine, which will
be used to check conditions. |
getResult | abstract public boolean getResult()(Code) | | Return the state of the operation.
true if the operation was successful, false otherwise. |
setRules | public void setRules(RulesEngine rules)(Code) | | Called by the InstallerFrame to set a reference to the RulesEngine, which will
be used to check conditions.
Parameters: rules - - an instantiated RulesEngine |
|
|