|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.jslint4java.maven.MultiReportWriter
public class MultiReportWriter
Allow writing the same result to multiple places at once.
TODO: figure out exception handling
Constructor Summary | |
---|---|
MultiReportWriter(ReportWriter... reportWriters)
Send a report to all passed in ReportWriters. |
Method Summary | |
---|---|
void |
close()
Close all contained ReportWriters. |
void |
open()
Open all contained ReportWriters. |
void |
report(JSLintResult result)
Report on this result for each reportWriter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiReportWriter(ReportWriter... reportWriters)
Method Detail |
---|
public void close()
close
in interface ReportWriter
public void open()
open
in interface ReportWriter
public void report(JSLintResult result)
report
in interface ReportWriter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |