public class LoggingProgressPlugin extends Object implements ProgressPlugin
ProgressPlugin.Task| Constructor and Description |
|---|
LoggingProgressPlugin() |
| 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)
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.Copyright © 2019 aQute SARL. All rights reserved.