public class RulePhaseFinder extends Object
| Constructor and Description |
|---|
RulePhaseFinder() |
| Modifier and Type | Method and 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().
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.