Uses of Interface
org.ocpsoft.rewrite.param.Transposition
Packages that use Transposition
Package
Description
-
Uses of Transposition in org.ocpsoft.rewrite.config
Methods in org.ocpsoft.rewrite.config that return types with arguments of type TranspositionMethods in org.ocpsoft.rewrite.config with parameters of type TranspositionModifier and TypeMethodDescriptionConfigurationRuleParameterBuilder.transposedBy(Transposition<String> transform) ConfigurationRuleParameterMatches.transposedBy(Transposition<String> transposition) Add aTranspositionto thisIMPLTYPE; it will executed in the order in which it was added. -
Uses of Transposition in org.ocpsoft.rewrite.param
Methods in org.ocpsoft.rewrite.param that return types with arguments of type TranspositionModifier and TypeMethodDescriptionImmutableParameter.getTranspositions()Parameter.getTranspositions()ParameterBuilder.getTranspositions()Methods in org.ocpsoft.rewrite.param with parameters of type TranspositionModifier and TypeMethodDescriptionParameterizedPatternBuilder.build(Rewrite event, EvaluationContext context, Transposition<String> transposition) Use this expression to build aStringfrom this expression's pattern.RegexParameterizedPatternBuilder.build(Rewrite event, EvaluationContext context, Transposition<String> transposition) ParameterBuilder.transposedBy(Transposition<String> transform) ParameterConfiguration.transposedBy(Transposition<String> transform) Add aTranspositionto thisParameterConfiguration; it will executed in the order in which it was added. -
Uses of Transposition in org.ocpsoft.rewrite.transposition
Classes in org.ocpsoft.rewrite.transposition that implement TranspositionModifier and TypeClassDescriptionclassATranspositionand/orConstraintresponsible for translating values from their matching translation from aResourceBundle. -
Uses of Transposition in org.ocpsoft.rewrite.util
Methods in org.ocpsoft.rewrite.util that return TranspositionModifier and TypeMethodDescriptionstatic Transposition<String>Transpositions.encodePath()static Transposition<String>Transpositions.identity()