Uses of Interface
org.revapi.maven.BuildTimeReporter.SuggestionsBuilder
-
-
Uses of BuildTimeReporter.SuggestionsBuilder in org.revapi.maven
Classes in org.revapi.maven that implement BuildTimeReporter.SuggestionsBuilder Modifier and Type Class Description class
AbstractSuggestionsBuilder
A base class toBuildTimeReporter.SuggestionsBuilder
s that abstracts the walking of the differences and lets the subclasses only implement simple methods to output the suggestions in the given format.class
JsonSuggestionsBuilder
A helper toBuildTimeReporter
that outputs the ignore suggestions in JSON format.class
XmlSuggestionsBuilder
A helper toBuildTimeReporter
that outputs the ignore suggestions in XML format.
-