Uses of Class
org.jboss.windup.config.metadata.RuleProviderRegistry
-
Packages that use RuleProviderRegistry Package Description org.jboss.windup.config.loader org.jboss.windup.config.metadata -
-
Uses of RuleProviderRegistry in org.jboss.windup.config.loader
Methods in org.jboss.windup.config.loader that return RuleProviderRegistry Modifier and Type Method Description RuleProviderRegistryRuleLoader. loadConfiguration(RuleLoaderContext ruleLoaderContext)Loads all knownAbstractRuleProviderinstances that are accepted by the providedPredicateand returns the result. -
Uses of RuleProviderRegistry in org.jboss.windup.config.metadata
Methods in org.jboss.windup.config.metadata that return RuleProviderRegistry Modifier and Type Method Description RuleProviderRegistryRuleProviderRegistryCache. getRuleProviderRegistry()Returns theRuleProviderRegistry, loading it if necessary.RuleProviderRegistryRuleProviderRegistryCache. getRuleProviderRegistry(RuleLoaderContext ruleLoaderContext)Load the registry using the givenGraphContext.static RuleProviderRegistryRuleProviderRegistry. instance(GraphRewrite event)Gets the current instance ofRuleProviderRegistry.
-