Uses of Interface
net.lingala.zip4j.model.ExcludeFileFilter
-
Packages that use ExcludeFileFilter Package Description net.lingala.zip4j.model -
-
Uses of ExcludeFileFilter in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as ExcludeFileFilter Modifier and Type Field Description private ExcludeFileFilter
ZipParameters. excludeFileFilter
Methods in net.lingala.zip4j.model that return ExcludeFileFilter Modifier and Type Method Description ExcludeFileFilter
ZipParameters. getExcludeFileFilter()
Returns the file exclusion filter that is currently being used when adding files/folders to zip fileMethods in net.lingala.zip4j.model with parameters of type ExcludeFileFilter Modifier and Type Method Description void
ZipParameters. setExcludeFileFilter(ExcludeFileFilter excludeFileFilter)
Set a filter to exclude any files from the list of files being added to zip.
-