Package org.jboss.windup.config
Interface PreRulesetEvaluation
-
public interface PreRulesetEvaluationDenotes an element that takes some action before the execution of theRulepipeline.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreRulesetEvaluation(GraphRewrite event)The action to be performed before evaluation of the compiledRuleset.
-
-
-
Method Detail
-
preRulesetEvaluation
void preRulesetEvaluation(GraphRewrite event)
The action to be performed before evaluation of the compiledRuleset.
-
-