public class MultiReportWriter extends Object implements ReportWriter
TODO: figure out exception handling
| Constructor and Description |
|---|
MultiReportWriter(ReportWriter... reportWriters)
Send a report to all passed in ReportWriters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close all contained ReportWriters.
|
void |
open()
Open all contained ReportWriters.
|
void |
report(JSLintResult result)
Report on this result for each reportWriter.
|
public MultiReportWriter(ReportWriter... reportWriters)
public void close()
close in interface ReportWriterclose in interface Closeableclose in interface AutoCloseablepublic void open()
open in interface ReportWriterpublic void report(JSLintResult result)
report in interface ReportWriterCopyright © 2007-2012. All Rights Reserved.