public class DefaultStatusReporter extends Object implements StatusReporter
| コンストラクタと説明 |
|---|
DefaultStatusReporter(PrintStream stream) |
DefaultStatusReporter(PrintStream stream,
PrintStream exceptionStream) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
end(int doneCount,
int faultCount) |
void |
report(long dt,
int doneCount,
int faultCount,
int total) |
void |
reportException(Exception exception) |
void |
start() |
public DefaultStatusReporter(PrintStream stream)
public DefaultStatusReporter(PrintStream stream, PrintStream exceptionStream)
public void start()
start インタフェース内 StatusReporterpublic void report(long dt,
int doneCount,
int faultCount,
int total)
report インタフェース内 StatusReporterpublic void reportException(Exception exception)
reportException インタフェース内 StatusReporterpublic void end(int doneCount,
int faultCount)
end インタフェース内 StatusReporterCopyright © 2016. All rights reserved.