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