|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hammurapi.review.PrintStreamReporter
public class PrintStreamReporter
| Constructor Summary | |
|---|---|
PrintStreamReporter()
Constructs print stream reporter from System.out |
|
PrintStreamReporter(PrintStream out,
boolean closeStream)
|
|
| Method Summary | |
|---|---|
void |
close()
Closes reporter. |
ObservationSink |
createObservationSink(Module module)
Creates observation sink for a module. |
void |
onException(Exception e)
This method is invoked when exception is thrown before model and observation sinks are constructed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrintStreamReporter(PrintStream out,
boolean closeStream)
public PrintStreamReporter()
| Method Detail |
|---|
public void close()
throws ReviewException
Reporter
close in interface Reporter<Object>ReviewException
public ObservationSink createObservationSink(Module module)
throws ReviewException
Reporter
createObservationSink in interface Reporter<Object>ReviewExceptionpublic void onException(Exception e)
Reporter
onException in interface Reporter<Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||