Uses of Interface
io.quarkus.maven.utilities.PomTransformer.Transformation
-
Packages that use PomTransformer.Transformation Package Description io.quarkus.maven.utilities -
-
Uses of PomTransformer.Transformation in io.quarkus.maven.utilities
Methods in io.quarkus.maven.utilities that return PomTransformer.Transformation Modifier and Type Method Description static PomTransformer.TransformationPomTransformer.Transformation. addDependencyManagementIfNeeded()static PomTransformer.TransformationPomTransformer.Transformation. addManagedDependency(PomTransformer.Gavtcs gavtcs)static PomTransformer.TransformationPomTransformer.Transformation. addManagedDependency(String groupId, String artifactId, String version)static PomTransformer.TransformationPomTransformer.Transformation. addManagedPlugin(org.apache.maven.model.Plugin plugin)static PomTransformer.TransformationPomTransformer.Transformation. addModule(String module)static PomTransformer.TransformationPomTransformer.Transformation. addPluginManagementIfNeeded()static PomTransformer.TransformationPomTransformer.Transformation. addProperty(String name, String value)Methods in io.quarkus.maven.utilities with parameters of type PomTransformer.Transformation Modifier and Type Method Description voidPomTransformer. 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.Transformation Modifier and Type Method Description voidPomTransformer. 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.
-