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