Package | Description |
---|---|
com.googlecode.jslint4java | |
com.googlecode.jslint4java.ant | |
com.googlecode.jslint4java.formatter | |
com.googlecode.jslint4java.maven |
Modifier and Type | Method and Description |
---|---|
JSLintResult |
JSLintResult.ResultBuilder.build() |
JSLintResult |
JSLint.lint(String systemId,
Reader reader)
Check for problems in a
Reader which contains JavaScript source. |
JSLintResult |
JSLint.lint(String systemId,
String javaScript)
Check for problems in JavaScript source.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlResultFormatter.output(JSLintResult result)
Create a "file" element, containing nested "issue" elements.
|
void |
ResultFormatter.output(JSLintResult result)
Called for each file that is checked by
JSLintTask . |
void |
ReportResultFormatter.output(JSLintResult result) |
void |
PlainResultFormatter.output(JSLintResult result)
Emit all issues to the console.
|
void |
JUnitXmlResultFormatter.output(JSLintResult result) |
Modifier and Type | Method and Description |
---|---|
String |
ReportFormatter.format(JSLintResult result) |
String |
PlainFormatter.format(JSLintResult result) |
String |
JUnitXmlFormatter.format(JSLintResult result) |
String |
JSLintXmlFormatter.format(JSLintResult result) |
String |
JSLintResultFormatter.format(JSLintResult result)
Convert
JSLintResult into a suitably formatted String representation. |
String |
CheckstyleXmlFormatter.format(JSLintResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ReportWriterImpl.report(JSLintResult result) |
void |
ReportWriter.report(JSLintResult result)
Report the result of a run.
|
void |
MultiReportWriter.report(JSLintResult result)
Report on this result for each reportWriter.
|
Copyright © 2007-2013. All Rights Reserved.