Package | Description |
---|---|
org.ocpsoft.rewrite.config | |
org.ocpsoft.rewrite.param | |
org.ocpsoft.rewrite.transposition | |
org.ocpsoft.rewrite.util |
Modifier and Type | Method and Description |
---|---|
List<Transposition<String>> |
ConfigurationRuleParameterBuilder.getTranspositions() |
Modifier and Type | Method and Description |
---|---|
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.transposedBy(Transposition<String> transposition)
Add a
Transposition to this IMPLTYPE ; it will executed in the order in which it was added. |
ConfigurationRuleParameterBuilder |
ConfigurationRuleParameterBuilder.transposedBy(Transposition<String> transform) |
Modifier and Type | Method and Description |
---|---|
List<Transposition<String>> |
ParameterBuilder.getTranspositions() |
List<Transposition<String>> |
Parameter.getTranspositions()
|
List<Transposition<String>> |
ImmutableParameter.getTranspositions() |
Modifier and Type | Method and Description |
---|---|
String |
RegexParameterizedPatternBuilder.build(Rewrite event,
EvaluationContext context,
Transposition<String> transposition) |
String |
ParameterizedPatternBuilder.build(Rewrite event,
EvaluationContext context,
Transposition<String> transposition)
Use this expression to build a
String from this expression's pattern. |
IMPLTYPE |
ParameterConfiguration.transposedBy(Transposition<String> transform)
Add a
Transposition to this ParameterConfiguration ; it will executed in the order in which it was
added. |
IMPLTYPE |
ParameterBuilder.transposedBy(Transposition<String> transform) |
Modifier and Type | Class and Description |
---|---|
class |
LocaleTransposition
A
Transposition and/or Constraint responsible for translating values from their matching translation
from a ResourceBundle . |
Modifier and Type | Method and Description |
---|---|
static Transposition<String> |
Transpositions.encodePath() |
static Transposition<String> |
Transpositions.identity() |
Copyright © 2014 OCPsoft. All Rights Reserved.