Package | Description |
---|---|
org.ocpsoft.rewrite.config |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationRuleParameterBuilder
|
Modifier and Type | Method and Description |
---|---|
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.bindsTo(Binding binding)
|
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.configuredBy(ParameterConfigurator configurator)
Add a
ParameterConfigurator with which this Parameter will be configured. |
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.constrainedBy(Constraint<String> pattern)
Add a
Constraint to which this object IMPLTYPE must match. |
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.convertedBy(Converter<?> converter)
|
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterWhere.matches(String string)
|
ConfigurationRuleParameterMatches |
ConfigurationRuleParameter.matches(String string)
|
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.transposedBy(Transposition<String> transposition)
Add a
Transposition to this IMPLTYPE ; it will executed in the order in which it was added. |
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.validatedBy(Validator<?> validator)
|
Copyright © 2014 OCPsoft. All Rights Reserved.