Uses of Class
pl.project13.maven.git.TransformationRule
-
Packages that use TransformationRule Package Description pl.project13.maven.git -
-
Uses of TransformationRule in pl.project13.maven.git
Methods in pl.project13.maven.git that return types with arguments of type TransformationRule Modifier and Type Method Description java.util.List<TransformationRule>ReplacementProperty. getTransformationRules()Method parameters in pl.project13.maven.git with type arguments of type TransformationRule Modifier and Type Method Description voidReplacementProperty. setTransformationRules(java.util.List<TransformationRule> transformationRules)Sets the list of transformation-rules that should be applied during replacement.Constructor parameters in pl.project13.maven.git with type arguments of type TransformationRule Constructor Description ReplacementProperty(java.lang.String property, java.lang.String propertyOutputSuffix, java.lang.String token, java.lang.String value, boolean regex, boolean forceValueEvaluation, java.util.List<TransformationRule> transformationRules)Constructs a specific property replacement the user wants to perform.
-