Uses of Interface
org.jboss.windup.tooling.rules.Rule
-
Packages that use Rule Package Description org.jboss.windup.tooling.rules -
-
Uses of Rule in org.jboss.windup.tooling.rules
Methods in org.jboss.windup.tooling.rules that return types with arguments of type Rule Modifier and Type Method Description List<Rule>RuleProvider. getRules()Contains the list of rules that were loaded by this provider.Method parameters in org.jboss.windup.tooling.rules with type arguments of type Rule Modifier and Type Method Description voidRuleProvider. setRules(List<Rule> rules)Contains the list of rules that were loaded by this provider.
-