public interface ReportWriter extends Closeable
JSLintResultFormatter to somewhere. You
should call the methods in this order:
If you don't call close(), you won't see any output.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
End the report.
|
void |
open()
Begin the report.
|
void |
report(JSLintResult result)
Report the result of a run.
|
void close()
close in interface AutoCloseableclose in interface Closeablevoid open()
void report(JSLintResult result)
Copyright © 2007-2012. All Rights Reserved.