Class XmlSuggestionsBuilder
java.lang.Object
org.revapi.maven.AbstractSuggestionsBuilder
org.revapi.maven.XmlSuggestionsBuilder
- All Implemented Interfaces:
BuildTimeReporter.SuggestionsBuilder
A helper to
BuildTimeReporter
that outputs the ignore suggestions in XML format.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendDifferenceField
(StringBuilder sb, String key, Object value) protected void
protected void
protected void
protected void
protected void
protected void
protected void
Methods inherited from class org.revapi.maven.AbstractSuggestionsBuilder
build
-
Constructor Details
-
XmlSuggestionsBuilder
public XmlSuggestionsBuilder()
-
-
Method Details
-
appendDifferenceField
- Specified by:
appendDifferenceField
in classAbstractSuggestionsBuilder
-
appendDifferenceFieldSeparator
- Specified by:
appendDifferenceFieldSeparator
in classAbstractSuggestionsBuilder
-
prologue
- Specified by:
prologue
in classAbstractSuggestionsBuilder
-
startDifference
- Specified by:
startDifference
in classAbstractSuggestionsBuilder
-
endDifference
- Specified by:
endDifference
in classAbstractSuggestionsBuilder
-
startOptionalAttachmentsInComment
- Specified by:
startOptionalAttachmentsInComment
in classAbstractSuggestionsBuilder
-
endOptionalAttachmentsInComment
- Specified by:
endOptionalAttachmentsInComment
in classAbstractSuggestionsBuilder
-
epilogue
- Specified by:
epilogue
in classAbstractSuggestionsBuilder
-