| Interface | Description |
|---|---|
| ResultFormatter |
Output all issues found somewhere.
|
| Class | Description |
|---|---|
| CheckstyleXmlResultFormatter | |
| FormatterElement |
A sub element of
JSLintTask. |
| JSLintTask |
Run
JSLint over a tree of files in order to pick holes in your
JavaScript. |
| JUnitXmlResultFormatter |
Output the result of a JSLint run as a JUnit XML file.
|
| PlainResultFormatter |
Output all JSLint errors to the console.
|
| PredefElement |
An ant element to be used as a child of
JSLintTask. |
| ReportResultFormatter |
Write JSLint reports to a file full of HTML.
|
| XmlResultFormatter |
Write out JSLint problems to an XML file.
|
| Enum | Description |
|---|---|
| FormatterElement.Type |
What kind of formatters are available.
|
Copyright © 2007-2012. All Rights Reserved.