| Package | Description |
|---|---|
| net.lingala.zip4j.model | |
| net.lingala.zip4j.util |
| Modifier and Type | Method and Description |
|---|---|
ExcludeFileFilter |
ZipParameters.getExcludeFileFilter()
Returns the file exclusion filter that is currently being used when adding files/folders to zip file
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZipParameters.setExcludeFileFilter(ExcludeFileFilter excludeFileFilter)
Set a filter to exclude any files from the list of files being added to zip.
|
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
FileUtils.getFilesInDirectoryRecursive(File path,
boolean readHiddenFiles,
boolean readHiddenFolders,
ExcludeFileFilter excludedFiles) |
Copyright © 2021. All rights reserved.