Package org.jboss.windup.config.loader
Interface RuleLoader
-
public interface RuleLoader- Author:
- Jesse Sightler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleProviderRegistryloadConfiguration(RuleLoaderContext ruleLoaderContext)Loads all knownAbstractRuleProviderinstances that are accepted by the providedPredicateand returns the result.
-
-
-
Method Detail
-
loadConfiguration
RuleProviderRegistry loadConfiguration(RuleLoaderContext ruleLoaderContext)
Loads all knownAbstractRuleProviderinstances that are accepted by the providedPredicateand returns the result.- Parameters:
ruleLoaderContext-
-
-