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.TaskProgressMonitor. currentTaskMethods in net.lingala.zip4j.progress that return ProgressMonitor.Task Modifier and Type Method Description ProgressMonitor.TaskProgressMonitor. getCurrentTask()static ProgressMonitor.TaskProgressMonitor.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 voidProgressMonitor. 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.TaskAbstractAddFileToZipTask. getTask()protected ProgressMonitor.TaskAbstractExtractFileTask. getTask()protected ProgressMonitor.TaskAddFilesToZipTask. getTask()protected abstract ProgressMonitor.TaskAsyncZipTask. getTask()protected ProgressMonitor.TaskMergeSplitZipFileTask. getTask()protected ProgressMonitor.TaskRemoveFilesFromZipTask. getTask()protected ProgressMonitor.TaskRenameFilesTask. getTask()protected ProgressMonitor.TaskSetCommentTask. getTask()
-