Uses of Class
net.lingala.zip4j.progress.ProgressMonitor.Task
-
Packages that use ProgressMonitor.Task Package Description net.lingala.zip4j.progress net.lingala.zip4j.tasks -
-
Uses of ProgressMonitor.Task in net.lingala.zip4j.progress
Fields in net.lingala.zip4j.progress declared as ProgressMonitor.Task Modifier and Type Field Description private ProgressMonitor.Task
ProgressMonitor. currentTask
Methods in net.lingala.zip4j.progress that return ProgressMonitor.Task Modifier and Type Method Description ProgressMonitor.Task
ProgressMonitor. getCurrentTask()
static ProgressMonitor.Task
ProgressMonitor.Task. valueOf(java.lang.String name)
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.Task Modifier and Type Method Description void
ProgressMonitor. setCurrentTask(ProgressMonitor.Task currentTask)
-
Uses of ProgressMonitor.Task in net.lingala.zip4j.tasks
Methods in net.lingala.zip4j.tasks that return ProgressMonitor.Task Modifier and Type Method Description protected 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()
-