Uses of Interface
aQute.bnd.service.progress.ProgressPlugin.Task
-
Packages that use ProgressPlugin.Task Package Description aQute.bnd.build aQute.bnd.http aQute.bnd.service.progress -
-
Uses of ProgressPlugin.Task in aQute.bnd.build
Methods in aQute.bnd.build that return ProgressPlugin.Task Modifier and Type Method Description ProgressPlugin.Task
LoggingProgressPlugin. startTask(java.lang.String name, int size)
-
Uses of ProgressPlugin.Task in aQute.bnd.http
Constructors in aQute.bnd.http with parameters of type ProgressPlugin.Task Constructor Description ProgressWrappingStream(java.io.InputStream delegate, java.lang.String name, int size, ProgressPlugin.Task task, long timeout)
-
Uses of ProgressPlugin.Task in aQute.bnd.service.progress
Methods in aQute.bnd.service.progress that return ProgressPlugin.Task Modifier and Type Method Description ProgressPlugin.Task
ProgressPlugin. startTask(java.lang.String name, int size)
Start a task with the specified name.ProgressPlugin.Task
ProgressToOutput. startTask(java.lang.String name, int size)
Methods in aQute.bnd.service.progress that return types with arguments of type ProgressPlugin.Task Modifier and Type Method Description java.util.Optional<ProgressPlugin.Task>
TaskManager. getTask()
Get the current task if there is one.Methods in aQute.bnd.service.progress with parameters of type ProgressPlugin.Task Modifier and Type Method Description static <T> T
TaskManager. with(ProgressPlugin.Task task, java.util.concurrent.Callable<T> callable)
Execute a callable keeping the task active on the current thread.
-