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