Package aQute.bnd.service.progress
Class ProgressToOutput
java.lang.Object
aQute.bnd.service.progress.ProgressToOutput
- All Implemented Interfaces:
ProgressPlugin
-
Nested Class Summary
Nested classes/interfaces inherited from interface aQute.bnd.service.progress.ProgressPlugin
ProgressPlugin.Task
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Appendable
(package private) final String
(package private) final Object
(package private) static final org.slf4j.Logger
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
static final org.slf4j.Logger logger -
lock
-
appendable
-
eol
-
-
Constructor Details
-
ProgressToOutput
-
-
Method Details
-
log
-
startTask
Description copied from interface:ProgressPlugin
Start a task with the specified name.- Specified by:
startTask
in interfaceProgressPlugin
- Parameters:
name
- The name of the task -- must not be null.size
- The expected size of the task, or -1 if not known in advance.- Returns:
- A handle for the ongoing task.
-
clear
public void clear()
-