|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultFormatter
Output all issues found somewhere. The calling sequence is:
| Method Summary | |
|---|---|
void |
begin()
Called at the start of JSLintTask execution. |
void |
end()
Called at the end of JSLintTask execution. |
void |
output(JSLintResult result)
Called for each file that is checked by JSLintTask. |
void |
setFile(File file)
Called during initialization. |
void |
setStdout(OutputStream defaultOutputStream)
If you want to write to stdout, you can't just use System.out, because we're in the middle of ant task. |
| Method Detail |
|---|
void begin()
JSLintTask execution.
void end()
JSLintTask execution.
void output(JSLintResult result)
JSLintTask.
result - The details if this JSLint run.void setFile(File file)
file - The file to write to.void setStdout(OutputStream defaultOutputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||