Package com.izforge.izpack.rules

Class Summary
AndCondition Defines a condition where both operands have to be true
CompareNumericsCondition  
Condition Abstract base class for all conditions
JavaCondition A condition based on the value of a static java field or static java method.
NotCondition  
OrCondition  
PackselectionCondition  
RefCondition References an already defined condition
RulesEngine The rules engine class is the central point for checking conditions
UserCondition Checks to see whether the user who is running the installer is the same as the user who should be running the installer.
VariableCondition  
XOrCondition