| Modifier and Type | Method and Description |
|---|---|
org.ocpsoft.rewrite.config.Configuration |
RuleProvider.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.
|
| Modifier and Type | Method and Description |
|---|---|
org.ocpsoft.rewrite.config.Configuration |
RuleProviderBuilder.getConfiguration(RuleLoaderContext ruleLoaderContext) |
| Modifier and Type | Method and Description |
|---|---|
RuleLoaderContext |
RuleLoaderContext.setFileBasedRulesOnly() |
| Modifier and Type | Method and Description |
|---|---|
List<LabelProvider> |
LabelProviderLoader.getProviders(RuleLoaderContext ruleLoaderContext)
Return all
LabelProvider instances that are relevant for this loader. |
List<RuleProvider> |
RuleProviderLoader.getProviders(RuleLoaderContext ruleLoaderContext)
Return all
AbstractRuleProvider instances that are relevant for this loader. |
RuleProviderRegistry |
RuleLoader.loadConfiguration(RuleLoaderContext ruleLoaderContext)
Loads all known
AbstractRuleProvider instances that are accepted by the provided Predicate and
returns the result. |
LabelProviderRegistry |
LabelLoader.loadConfiguration(RuleLoaderContext ruleLoaderContext)
Loads all known
LabelProviderLoader |
| Modifier and Type | Method and Description |
|---|---|
RuleProviderRegistry |
RuleProviderRegistryCache.getRuleProviderRegistry(RuleLoaderContext ruleLoaderContext)
Load the registry using the given
GraphContext. |
static List<TechnologyReferenceTransformer> |
TechnologyReferenceTransformer.getTransformers(RuleLoaderContext ruleLoaderContext)
Gets the transformers for the given graph context, or loads them if necessary.
|
Collection<TechnologyReferenceTransformer> |
TechnologyReferenceTransformerLoader.loadTransformers(RuleLoaderContext ruleLoaderContext) |
| Modifier and Type | Method and Description |
|---|---|
org.ocpsoft.rewrite.config.Configuration |
RulePhase.getConfiguration(RuleLoaderContext ruleLoaderContext)
This will always return an empty
Configuration as these are just barriers that do not provide additional
Rules. |
| Modifier and Type | Method and Description |
|---|---|
org.ocpsoft.rewrite.config.Configuration |
SingleRuleProvider.getConfiguration(RuleLoaderContext ruleLoaderContext) |
org.ocpsoft.rewrite.config.Configuration |
IteratingRuleProvider.getConfiguration(RuleLoaderContext ruleLoaderContext) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.