Package com.izforge.izpack.rules

Class Summary
AndCondition Defines a condition where both operands have to be true
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
VariableCondition  
XOrCondition