|
|||||||||
| 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(java.lang.String name,
java.util.List<Issue> issues)
Called for each file that is checked by JSLintTask. |
void |
setOut(java.io.OutputStream os)
Called during initialization. |
| Method Detail |
|---|
void begin()
JSLintTask execution.
void end()
JSLintTask execution.
void output(java.lang.String name,
java.util.List<Issue> issues)
JSLintTask.
name - The file just examined.issues - A list of issues fond with this file. May be empty.void setOut(java.io.OutputStream os)
os -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||