public interface ZipEntryFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkEntry(java.lang.String archivePath)
Checks a file for inclusion in a Jar archive.
|
boolean checkEntry(java.lang.String archivePath)
throws ZipAbortException
archivePath - the archive file path of the entryZipAbortException - if writing the file should be aborted.