Package org.jboss.windup.config.phase
Class RulePhaseFinder
- java.lang.Object
-
- org.jboss.windup.config.phase.RulePhaseFinder
-
public class RulePhaseFinder extends Object
- Author:
- Ondrej Zizka
-
-
Constructor Summary
Constructors Constructor Description RulePhaseFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends RulePhase>findPhase(String phaseStr)Finds the phase by its simple class name (case insensitive); returns null if not found.List<Class<? extends RulePhase>>getAvailablePhases()Returns the phases loaded in this finder, sorted by Class.getSimpleName().
-