public class ProgressToOutput extends Object implements ProgressPlugin
ProgressPlugin.Task| Constructor and Description |
|---|
ProgressToOutput(Appendable appendable,
String eol) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
ProgressPlugin.Task |
startTask(String name,
int size)
Start a task with the specified name.
|
public ProgressToOutput(Appendable appendable, String eol)
public ProgressPlugin.Task startTask(String name, int size)
ProgressPluginstartTask in interface ProgressPluginname - The name of the task -- must not be null.size - The expected size of the task, or -1 if not known in advance.public void clear()
Copyright © 2021. All rights reserved.