public class ReportFormatter extends XmlFormatter implements JSLintResultFormatter
Constructor and Description |
---|
ReportFormatter() |
Modifier and Type | Method and Description |
---|---|
String |
footer()
Return the footer for a result formatter.
|
String |
format(JSLintResult result)
Convert
JSLintResult into a suitably formatted String representation. |
String |
header()
Return the header for a result formatter.
|
protected String |
root()
The name of the root element.
|
attr, escape
public String footer()
JSLintResultFormatter
footer
in interface JSLintResultFormatter
footer
in class XmlFormatter
public String format(JSLintResult result)
JSLintResultFormatter
JSLintResult
into a suitably formatted String representation.format
in interface JSLintResultFormatter
public String header()
JSLintResultFormatter
header
in interface JSLintResultFormatter
header
in class XmlFormatter
protected String root()
XmlFormatter
root
in class XmlFormatter
Copyright © 2007-2013. All Rights Reserved.