com.izforge.izpack.installer
Interface IUnpacker

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
MultiVolumeUnpacker, Unpacker, UnpackerBase

public interface IUnpacker
extends java.lang.Runnable


Method Summary
 boolean getResult()
          Return the state of the operation.
 void setRules(RulesEngine rules)
          Called by the InstallerFrame to set a reference to the RulesEngine, which will be used to check conditions.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getResult

boolean getResult()
Return the state of the operation.

Returns:
true if the operation was successful, false otherwise.

setRules

void setRules(RulesEngine rules)
Called by the InstallerFrame to set a reference to the RulesEngine, which will be used to check conditions.

Parameters:
rules - - an instantiated RulesEngine