Uses of Interface
aQute.bnd.service.progress.ProgressPlugin.Task
Packages that use ProgressPlugin.Task
-
Uses of ProgressPlugin.Task in aQute.bnd.build
Methods in aQute.bnd.build that return ProgressPlugin.TaskModifier and TypeMethodDescription -
Uses of ProgressPlugin.Task in aQute.bnd.http
Constructors in aQute.bnd.http with parameters of type ProgressPlugin.TaskModifierConstructorDescriptionProgressWrappingStream
(InputStream delegate, 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.TaskModifier and TypeMethodDescriptionStart a task with the specified name.Methods in aQute.bnd.service.progress that return types with arguments of type ProgressPlugin.TaskMethods in aQute.bnd.service.progress with parameters of type ProgressPlugin.TaskModifier and TypeMethodDescriptionstatic <T> T
TaskManager.with
(ProgressPlugin.Task task, Callable<T> callable) Execute a callable keeping the task active on the current thread.