Uses of Class
org.jboss.windup.config.loader.RuleLoaderContext
-
-
Uses of RuleLoaderContext in org.jboss.windup.config
Methods in org.jboss.windup.config with parameters of type RuleLoaderContext Modifier and Type Method Description org.ocpsoft.rewrite.config.ConfigurationRuleProvider. getConfiguration(RuleLoaderContext context)KEEP - The purpose of this override is to make sure that reflection (interface.getClass().getMethods()) keeps a method with the specific type. -
Uses of RuleLoaderContext in org.jboss.windup.config.builder
Methods in org.jboss.windup.config.builder with parameters of type RuleLoaderContext Modifier and Type Method Description org.ocpsoft.rewrite.config.ConfigurationRuleProviderBuilder. getConfiguration(RuleLoaderContext ruleLoaderContext) -
Uses of RuleLoaderContext in org.jboss.windup.config.loader
Methods in org.jboss.windup.config.loader that return RuleLoaderContext Modifier and Type Method Description RuleLoaderContextRuleLoaderContext. setFileBasedRulesOnly()Methods in org.jboss.windup.config.loader with parameters of type RuleLoaderContext Modifier and Type Method Description List<LabelProvider>LabelProviderLoader. getProviders(RuleLoaderContext ruleLoaderContext)Return allLabelProviderinstances that are relevant for this loader.List<RuleProvider>RuleProviderLoader. getProviders(RuleLoaderContext ruleLoaderContext)Return allAbstractRuleProviderinstances that are relevant for this loader.LabelProviderRegistryLabelLoader. loadConfiguration(RuleLoaderContext ruleLoaderContext)Loads all knownLabelProviderLoaderRuleProviderRegistryRuleLoader. loadConfiguration(RuleLoaderContext ruleLoaderContext)Loads all knownAbstractRuleProviderinstances that are accepted by the providedPredicateand returns the result. -
Uses of RuleLoaderContext in org.jboss.windup.config.metadata
Methods in org.jboss.windup.config.metadata with parameters of type RuleLoaderContext Modifier and Type Method Description static List<TechnologyReferenceAliasTranslator>TechnologyReferenceAliasTranslator. getAliasTranslators(RuleLoaderContext ruleLoaderContext)Gets the translators for the given graph context, or loads them if necessary.RuleProviderRegistryRuleProviderRegistryCache. getRuleProviderRegistry(RuleLoaderContext ruleLoaderContext)Load the registry using the givenGraphContext.Collection<TechnologyReferenceAliasTranslator>TechnologyReferenceAliasTranslatorLoader. loadTranslators(RuleLoaderContext ruleLoaderContext) -
Uses of RuleLoaderContext in org.jboss.windup.config.phase
Methods in org.jboss.windup.config.phase with parameters of type RuleLoaderContext Modifier and Type Method Description org.ocpsoft.rewrite.config.ConfigurationRulePhase. getConfiguration(RuleLoaderContext ruleLoaderContext)This will always return an emptyConfigurationas these are just barriers that do not provide additionalRules. -
Uses of RuleLoaderContext in org.jboss.windup.config.ruleprovider
Methods in org.jboss.windup.config.ruleprovider with parameters of type RuleLoaderContext Modifier and Type Method Description org.ocpsoft.rewrite.config.ConfigurationIteratingRuleProvider. getConfiguration(RuleLoaderContext ruleLoaderContext)org.ocpsoft.rewrite.config.ConfigurationSingleRuleProvider. getConfiguration(RuleLoaderContext ruleLoaderContext)
-