public interface ConfigurationRuleBuilderPerform extends ConfigurationBuilderRoot
Rule configuration.| Modifier and Type | Method and Description |
|---|---|
ConfigurationRuleBuilderOtherwise |
otherwise(Operation condition)
|
ConfigurationRuleParameterWhere |
where(String param)
Configure the
Parameter with the given name. |
ConfigurationRuleBuilderWithId |
withId(String id)
Set the ID for the current
Rule. |
ConfigurationRuleBuilderWithPriority |
withPriority(int priority)
Set the priority of this
Rule instance. |
addRule, addRulegetRulesConfigurationRuleBuilderOtherwise otherwise(Operation condition)
ConfigurationRuleBuilderWithId withId(String id)
Rule. This may be used in logging and for rule lookup purposes.ConfigurationRuleBuilderWithPriority withPriority(int priority)
Rule instance. If #priority() differs from the priority of the
ConfigurationProvider from which this rule was returned, then relocate this rule to its new priority
position in the compiled rule set.ConfigurationRuleParameterWhere where(String param)
Parameter with the given name.Copyright © 2014 OCPsoft. All Rights Reserved.