public class PlainFormatter extends Object implements JSLintResultFormatter
Constructor and Description |
---|
PlainFormatter() |
Modifier and Type | Method and Description |
---|---|
String |
footer()
No footer required.
|
String |
format(JSLintResult result)
Convert
JSLintResult into a suitably formatted String representation. |
String |
header()
No footer required.
|
protected String |
spaces(int howmany)
Return a string of howmany spaces.
|
public String footer()
footer
in interface JSLintResultFormatter
public String format(JSLintResult result)
JSLintResultFormatter
JSLintResult
into a suitably formatted String representation.format
in interface JSLintResultFormatter
public String header()
header
in interface JSLintResultFormatter
protected String spaces(int howmany)
howmany
- Copyright © 2007-2013. All Rights Reserved.