| Package | Description |
|---|---|
| net.lingala.zip4j.progress | |
| net.lingala.zip4j.tasks |
| Modifier and Type | Method and Description |
|---|---|
ProgressMonitor.Task |
ProgressMonitor.getCurrentTask() |
static ProgressMonitor.Task |
ProgressMonitor.Task.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressMonitor.setCurrentTask(ProgressMonitor.Task currentTask) |
| Modifier and Type | Method and Description |
|---|---|
protected ProgressMonitor.Task |
AddFilesToZipTask.getTask() |
protected ProgressMonitor.Task |
MergeSplitZipFileTask.getTask() |
protected abstract ProgressMonitor.Task |
AsyncZipTask.getTask() |
protected ProgressMonitor.Task |
RemoveFilesFromZipTask.getTask() |
protected ProgressMonitor.Task |
AbstractAddFileToZipTask.getTask() |
protected ProgressMonitor.Task |
SetCommentTask.getTask() |
protected ProgressMonitor.Task |
AbstractExtractFileTask.getTask() |
protected ProgressMonitor.Task |
RenameFilesTask.getTask() |
Copyright © 2021. All rights reserved.