public static class BasicMonitor.Printing extends BasicMonitor
BasicMonitor.Delegating, BasicMonitor.EclipseSubProgress, BasicMonitor.Printing| Modifier and Type | Field and Description |
|---|---|
protected java.io.PrintStream |
printStream |
| Constructor and Description |
|---|
Printing(java.io.PrintStream printStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginTask(java.lang.String name,
int totalWork)
Called once per instance to indicate the name of the task and its expected duration.
|
void |
clearBlocked()
Clears the reason for the activity being blocked.
|
void |
setBlocked(Diagnostic reason)
Sets the reason for the activity being blocked.
|
void |
setTaskName(java.lang.String name)
Update the task name.
|
void |
subTask(java.lang.String name)
Sets the current subtask of the overall task.
|
done, getBlockedReason, internalWorked, isCanceled, setCanceled, subProgress, toIProgressMonitor, toIProgressMonitorWithBlocking, toMonitor, toMonitor, workedpublic void beginTask(java.lang.String name,
int totalWork)
MonitorbeginTask in interface MonitorbeginTask in class BasicMonitorpublic void setTaskName(java.lang.String name)
MonitorsetTaskName in interface MonitorsetTaskName in class BasicMonitorpublic void subTask(java.lang.String name)
MonitorsubTask in interface MonitorsubTask in class BasicMonitorpublic void setBlocked(Diagnostic reason)
MonitorsetBlocked in interface MonitorsetBlocked in class BasicMonitorpublic void clearBlocked()
MonitorclearBlocked in interface MonitorclearBlocked in class BasicMonitorCopyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature