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 AutoCloseable
close
in interface Closeable
void open()
void report(JSLintResult result)
Copyright © 2007-2013. All Rights Reserved.