Package org.apache.hivemind.conditional

Classes and interfaces used in the implementation of conditional contributions.

See:
          Description

Interface Summary
EvaluationContext Provides context when evaluating an AST of Nodes.
Evaluator An evaluator is paired with a Node.
Node An AST node in the tree parsed from the conditional expression.
 

Class Summary
AndEvaluator And operation, evaluates the left node and then (perhaps) the right node (short circuiting may take place).
ClassNameEvaluator Evaluator for a fully qualified class name.
EvaluationContextImpl  
NodeImpl Implementation of Node.
NotEvaluator Evaluates the left child of its peer Node and inverts the result.
OrEvaluator Or operation, returns true if either left or right Node evaluates to true.
Parser Parser for conditional expressions.
PropertyEvaluator Evaluates a system property and returns true if its value is true.
 

Package org.apache.hivemind.conditional Description

Classes and interfaces used in the implementation of conditional contributions.