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 String
reportHtml
(DiffComment diffData) static String
reportHtml
(DiffComment diffData, int showMaxLines) static String
reportHtmlNumLines
(DiffComment diffData) static String
reportPlainText
(DiffComment diffData) static String
reportPlainTextNumLines
(DiffComment diffData)
-
Constructor Details
-
DiffReporter
public DiffReporter()
-
-
Method Details
-
reportHtml
-
reportPlainText
-
reportHtml
-
reportPlainTextNumLines
-
reportHtmlNumLines
-