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()
ApplicationArchive
entries
that the archive contains.getEntries
in interface ApplicationArchive
public String getFilename()
ApplicationArchive
getFilename
in interface ApplicationArchive
Copyright © 2014. All rights reserved.