Package | Description |
---|---|
com.googlecode.jslint4java.ant | |
com.googlecode.jslint4java.formatter | |
com.googlecode.jslint4java.maven |
Modifier and Type | Method and Description |
---|---|
protected JSLintResultFormatter |
XmlResultFormatter.createFormatter()
Create and return the
JSLintResultFormatter used by this ant result formatter. |
protected JSLintResultFormatter |
CheckstyleXmlResultFormatter.createFormatter() |
Modifier and Type | Class and Description |
---|---|
class |
CheckstyleXmlFormatter |
class |
JSLintXmlFormatter
Convert a single
JSLintResult into an XML representation. |
class |
JUnitXmlFormatter
After a bit of experimentation, this seems to be the best way to represent
JSLint output in JUnit format:
|
class |
PlainFormatter
Output all JSLint errors to the console.
|
class |
ReportFormatter
Emit an HTML fragment containing JSLint's report on the input.
|
Constructor and Description |
---|
ReportWriterImpl(File reportFile,
JSLintResultFormatter formatter) |
Copyright © 2007-2013. All Rights Reserved.