Package | Description |
---|---|
org.ocpsoft.rewrite.config | |
org.ocpsoft.rewrite.param | |
org.ocpsoft.rewrite.transposition |
Modifier and Type | Method and Description |
---|---|
List<Constraint<String>> |
ConfigurationRuleParameterBuilder.getConstraints() |
Modifier and Type | Method and Description |
---|---|
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.constrainedBy(Constraint<String> pattern)
Add a
Constraint to which this object IMPLTYPE must match. |
ConfigurationRuleParameterBuilder |
ConfigurationRuleParameterBuilder.constrainedBy(Constraint<String> constraint) |
Modifier and Type | Class and Description |
---|---|
class |
RegexConstraint
Defines a
Constraint using a regular expression. |
Modifier and Type | Method and Description |
---|---|
List<Constraint<String>> |
ParameterBuilder.getConstraints() |
List<Constraint<String>> |
Parameter.getConstraints()
|
List<Constraint<String>> |
ImmutableParameter.getConstraints() |
Modifier and Type | Method and Description |
---|---|
IMPLTYPE |
ParameterConfiguration.constrainedBy(Constraint<String> pattern)
Add a constraint to which this
ParameterConfiguration must match. |
IMPLTYPE |
ParameterBuilder.constrainedBy(Constraint<String> constraint) |
Modifier and Type | Class and Description |
---|---|
class |
LocaleTransposition
A
Transposition and/or Constraint responsible for translating values from their matching translation
from a ResourceBundle . |
Copyright © 2014 OCPsoft. All Rights Reserved.