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 ExcludeFileFilterZipParameters. excludeFileFilterMethods in net.lingala.zip4j.model that return ExcludeFileFilter Modifier and Type Method Description ExcludeFileFilterZipParameters. 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 voidZipParameters. setExcludeFileFilter(ExcludeFileFilter excludeFileFilter)Set a filter to exclude any files from the list of files being added to zip.
-