org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic class ConsoleProgressMonitor extends Object implements org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor
| Constructor | Description |
|---|---|
ConsoleProgressMonitor(PrintWriter printWriter,
int barWidth) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
announceTotal(int totalItems) |
|
String |
getScheduledJobId() |
|
boolean |
isAborting() |
|
void |
log(org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor.Severity severity,
Object message) |
|
void |
reportProgressAbsolute(int items) |
|
void |
reportProgressIncrement(int items) |
public ConsoleProgressMonitor(PrintWriter printWriter, int barWidth)
public void log(org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor.Severity severity,
Object message)
log in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic boolean isAborting()
isAborting in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic String getScheduledJobId()
getScheduledJobId in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic void announceTotal(int totalItems)
announceTotal in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic void reportProgressIncrement(int items)
reportProgressIncrement in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic void reportProgressAbsolute(int items)
reportProgressAbsolute in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorCopyright © 2018 tarent solutions GmbH, Germany. All rights reserved.