Classes which implement this interface provides a method to check whether a file should be added to a Jar file.
| Modifiers | Name | Description |
|---|---|---|
static class |
SignedJarBuilder.IZipEntryFilter.ZipAbortException |
An exception thrown during packaging of a zip file into APK file. |
| Type | Name and description |
|---|---|
boolean |
checkEntry(String archivePath)Checks a file for inclusion in a Jar archive. |
Checks a file for inclusion in a Jar archive.
archivePath - the archive file path of the entrytrue if the file should be included.