Uses of Class
io.fabric8.maven.XMLFormat
Packages that use XMLFormat
-
Uses of XMLFormat in io.fabric8.maven
Fields in io.fabric8.maven declared as XMLFormatMethods in io.fabric8.maven that return XMLFormatMethods in io.fabric8.maven with parameters of type XMLFormatModifier and TypeMethodDescriptionstatic XMLFormat.BuilderCreate a new builder with the givenXMLFormatstatic voidMaven.writeModel(org.apache.maven.model.Model model, Writer writer, XMLFormat format) Shortcut to writeModel(model,model.getPomFile().toPath(),writer, format);static voidMaven.writeModel(org.apache.maven.model.Model model, Path pom, XMLFormat format) static voidMaven.writeModel(org.apache.maven.model.Model model, Path pom, Supplier<Writer> writerSupplier, XMLFormat format)