Uses of Interface
aQute.bnd.service.progress.ProgressPlugin.Task
Packages that use ProgressPlugin.Task
-
Uses of ProgressPlugin.Task in aQute.bnd.ant
Methods in aQute.bnd.ant that return ProgressPlugin.TaskModifier and TypeMethodDescription -
Uses of ProgressPlugin.Task in aQute.bnd.build
Methods in aQute.bnd.build that return ProgressPlugin.Task -
Uses of ProgressPlugin.Task in aQute.bnd.http
Fields in aQute.bnd.http declared as ProgressPlugin.TaskMethods in aQute.bnd.http that return ProgressPlugin.TaskModifier and TypeMethodDescriptionprivate ProgressPlugin.TaskHttpClient.HttpConnection.getTask()Methods in aQute.bnd.http with parameters of type ProgressPlugin.TaskModifier and TypeMethodDescription(package private) InputStreamHttpClient.createProgressWrappedStream(InputStream inputStream, String name, int size, ProgressPlugin.Task task, long timeout) 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
Fields in aQute.bnd.service.progress with type parameters of type ProgressPlugin.TaskModifier and TypeFieldDescription(package private) static final ThreadLocal<ProgressPlugin.Task> TaskManager.tasksMethods 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> TTaskManager.with(ProgressPlugin.Task task, Callable<T> callable) Execute a callable keeping the task active on the current thread.