public interface RuleProviderBuilderAddDependencies
| Modifier and Type | Method and Description |
|---|---|
RuleProviderBuilderAddDependencies |
addExecuteAfter(Class<? extends AbstractRuleProvider> type)
Indicates that the current ruleset should execute after the ruleset with the type
|
RuleProviderBuilderAddDependencies |
addExecuteAfter(String id)
Indicates that the current ruleset should execute after the ruleset with the given id
|
RuleProviderBuilderAddDependencies |
addExecuteBefore(Class<? extends AbstractRuleProvider> type)
Indicates that the current ruleset should execute before the ruleset with the type
|
RuleProviderBuilderAddDependencies |
addExecuteBefore(String id)
Indicates that the current ruleset should execute before the ruleset with the given id
|
org.ocpsoft.rewrite.config.ConfigurationRuleBuilderCustom |
addRule()
Begin defining a
Rule instance. |
org.ocpsoft.rewrite.config.ConfigurationRuleBuilderCustom |
addRule(org.ocpsoft.rewrite.config.Rule rule)
Begin enhancing a
Rule instance based on the given Rule. |
RuleProviderBuilderAddDependencies addExecuteAfter(String id)
RuleProviderBuilderAddDependencies addExecuteAfter(Class<? extends AbstractRuleProvider> type)
RuleProviderBuilderAddDependencies addExecuteBefore(String id)
RuleProviderBuilderAddDependencies addExecuteBefore(Class<? extends AbstractRuleProvider> type)
org.ocpsoft.rewrite.config.ConfigurationRuleBuilderCustom addRule()
Rule instance.org.ocpsoft.rewrite.config.ConfigurationRuleBuilderCustom addRule(org.ocpsoft.rewrite.config.Rule rule)
Rule instance based on the given Rule.Copyright © 2021 JBoss by Red Hat. All rights reserved.