Package de.hsh.graja.comment.transform
Class DiffReporter
java.lang.Object
de.hsh.graja.comment.transform.DiffReporter
This class generates plain text or HTML for a diff synopsis (a
DiffComment).
It usually is not called directly. Instead use DiffComment#renderHtml(de.hsh.graja.util.comment.IncludeInfo).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringreportHtml(DiffComment diffData) static StringreportHtml(DiffComment diffData, int showMaxLines) static StringreportHtmlNumLines(DiffComment diffData) static StringreportPlainText(DiffComment diffData) static StringreportPlainTextNumLines(DiffComment diffData)
-
Constructor Details
-
DiffReporter
public DiffReporter()
-
-
Method Details
-
reportHtml
-
reportPlainText
-
reportHtml
-
reportPlainTextNumLines
-
reportHtmlNumLines
-