Uses of Class
org.technologybrewery.baton.util.pom.PomModifications.Modification
-
Packages that use PomModifications.Modification Package Description org.technologybrewery.baton.util.pom -
-
Uses of PomModifications.Modification in org.technologybrewery.baton.util.pom
Subclasses of PomModifications.Modification in org.technologybrewery.baton.util.pom Modifier and Type Class Description static classPomModifications.DeletionAdvances the input reader to the line at the specified end location, writing only the content that is not between the start location and the end location to the output writer.static classPomModifications.InsertionInserts the produced content at the specified start line and before the existing content on that line.static classPomModifications.ReplacementReplaces the content between the start and end locations with the produced content.Methods in org.technologybrewery.baton.util.pom with parameters of type PomModifications.Modification Modifier and Type Method Description intPomModifications.Modification. compareTo(PomModifications.Modification o)
-