Uses of Interface
io.quarkus.maven.utilities.PomTransformer.Transformation
Packages that use PomTransformer.Transformation
-
Uses of PomTransformer.Transformation in io.quarkus.maven.utilities
Methods in io.quarkus.maven.utilities that return PomTransformer.TransformationModifier and TypeMethodDescriptionPomTransformer.Transformation.addDependencyManagementIfNeeded()PomTransformer.Transformation.addManagedDependency(PomTransformer.Gavtcs gavtcs) PomTransformer.Transformation.addManagedDependency(String groupId, String artifactId, String version) PomTransformer.Transformation.addManagedPlugin(org.apache.maven.model.Plugin plugin) PomTransformer.Transformation.addPluginManagementIfNeeded()PomTransformer.Transformation.addProperty(String name, String value) Methods in io.quarkus.maven.utilities with parameters of type PomTransformer.TransformationModifier and TypeMethodDescriptionvoidPomTransformer.transform(PomTransformer.Transformation... transformations) Loads the document underPomTransformer.path, applies the giventransformations, mitigates the formatting issues caused byTransformerand finally stores the document back to the file underPomTransformer.path.Method parameters in io.quarkus.maven.utilities with type arguments of type PomTransformer.TransformationModifier and TypeMethodDescriptionvoidPomTransformer.transform(Collection<PomTransformer.Transformation> transformations) Loads the document underPomTransformer.path, applies the giventransformations, mitigates the formatting issues caused byTransformerand finally stores the document back to the file underPomTransformer.path.