| Class | Description |
|---|---|
| HtmlReporter |
A reporter which emits lint results into an HTML report.
|
| LintCliClient |
Lint client for command line usage.
|
| LintCliFlags |
Flags used by the
LintCliClient |
| LintCliXmlParser |
A customization of the
PositionXmlParser which creates position objects that directly
extend the lint Position class. |
| LintCoreApplicationEnvironment | |
| LintCoreProjectEnvironment | |
| LintExternalAnnotationsManager | |
| LintInferredAnnotationsManager |
Dummy implementation.
|
| LintSyntaxHighlighter | |
| Main |
Command line driver for the lint framework
|
| MultiProjectHtmlReporter |
"Multiplexing" reporter which allows output to be split up into a separate report for each
separate project.
|
| Reporter |
A reporter is an output generator for lint warnings
|
| TextReporter |
A reporter which emits lint warnings as plain text strings
|
| Warning |
A
Warning represents a specific warning that a LintClient has been told about. |