Uses of Enum
net.lingala.zip4j.progress.ProgressMonitor.Task
Packages that use ProgressMonitor.Task
-
Uses of ProgressMonitor.Task in net.lingala.zip4j.progress
Fields in net.lingala.zip4j.progress declared as ProgressMonitor.TaskMethods in net.lingala.zip4j.progress that return ProgressMonitor.TaskModifier and TypeMethodDescriptionProgressMonitor.getCurrentTask()
static ProgressMonitor.Task
Returns the enum constant of this type with the specified name.static ProgressMonitor.Task[]
ProgressMonitor.Task.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.lingala.zip4j.progress with parameters of type ProgressMonitor.TaskModifier and TypeMethodDescriptionvoid
ProgressMonitor.setCurrentTask
(ProgressMonitor.Task currentTask) -
Uses of ProgressMonitor.Task in net.lingala.zip4j.tasks
Methods in net.lingala.zip4j.tasks that return ProgressMonitor.TaskModifier and TypeMethodDescriptionprotected ProgressMonitor.Task
AbstractAddFileToZipTask.getTask()
protected ProgressMonitor.Task
AbstractExtractFileTask.getTask()
protected ProgressMonitor.Task
AddFilesToZipTask.getTask()
protected abstract ProgressMonitor.Task
AsyncZipTask.getTask()
protected ProgressMonitor.Task
MergeSplitZipFileTask.getTask()
protected ProgressMonitor.Task
RemoveFilesFromZipTask.getTask()
protected ProgressMonitor.Task
RenameFilesTask.getTask()
protected ProgressMonitor.Task
SetCommentTask.getTask()