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 JSLintResultFormatterpublic String format(JSLintResult result)
JSLintResultFormatterJSLintResult into a suitably formatted String representation.format in interface JSLintResultFormatterpublic String header()
header in interface JSLintResultFormatterprotected String spaces(int howmany)
howmany - Copyright © 2007-2013. All Rights Reserved.