|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.happygiraffe.jslint.ant.PlainResultFormatter
public class PlainResultFormatter
Output all JSLint errors to the console. Shows the error, the line on which it occurred and a pointer to the character at which it occurred.
| Constructor Summary | |
|---|---|
PlainResultFormatter()
|
|
| Method Summary | |
|---|---|
void |
begin()
Called at the start of JSLintTask execution. |
void |
end()
Called at the end of JSLintTask execution. |
void |
output(File file,
List<Issue> issues)
Emit all issues to the console. |
void |
setOut(OutputStream os)
Called during initialization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlainResultFormatter()
| Method Detail |
|---|
public void begin()
ResultFormatterJSLintTask execution.
begin in interface ResultFormatterpublic void end()
ResultFormatterJSLintTask execution.
end in interface ResultFormatter
public void output(File file,
List<Issue> issues)
output in interface ResultFormatterfile - The file just examined.issues - A list of issues fond with this file. May be empty.ResultFormatter.output(File, List)public void setOut(OutputStream os)
ResultFormatter
setOut in interface ResultFormatter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||