Uses of Class
pl.project13.maven.git.TransformationRule
Packages that use TransformationRule
-
Uses of TransformationRule in pl.project13.maven.git
Methods in pl.project13.maven.git that return types with arguments of type TransformationRuleModifier and TypeMethodDescriptionReplacementProperty.getTransformationRules()The list of transformation-rules that should be applied during replacement.Method parameters in pl.project13.maven.git with type arguments of type TransformationRuleModifier and TypeMethodDescriptionvoidReplacementProperty.setTransformationRules(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 TransformationRuleModifierConstructorDescriptionReplacementProperty(String property, String propertyOutputSuffix, String token, String value, boolean regex, boolean forceValueEvaluation, List<TransformationRule> transformationRules) Constructs a specific property replacement the user wants to perform.