public class ZipApplicationArchive extends Object implements ApplicationArchive
ApplicationArchive backed by a ZipFile.ApplicationArchive.Entry| Constructor and Description |
|---|
ZipApplicationArchive(ZipFile zipFile)
Create a new
ZipApplicationArchive instance for the given zipFile. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ApplicationArchive.Entry> |
getEntries()
Returns
entries that the archive contains. |
String |
getFilename()
Returns the filename of the archive (excluding any path).
|
public ZipApplicationArchive(ZipFile zipFile)
ZipApplicationArchive instance for the given zipFile.zipFile - The underling zip filepublic Iterable<ApplicationArchive.Entry> getEntries()
ApplicationArchiveentries that the archive contains.getEntries in interface ApplicationArchivepublic String getFilename()
ApplicationArchivegetFilename in interface ApplicationArchiveCopyright © 2015. All rights reserved.