public class LoggingProgressPlugin extends java.lang.Object implements ProgressPlugin
ProgressPlugin.Task| Constructor and Description |
|---|
LoggingProgressPlugin() |
| Modifier and Type | Method and Description |
|---|---|
ProgressPlugin.Task |
startTask(java.lang.String name,
int size)
Start a task with the specified name.
|
public ProgressPlugin.Task startTask(java.lang.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 (c) aQute SARL (2000, 2017) and others. All Rights Reserved.