public class DirectoryApplicationArchive extends Object implements ApplicationArchive
ApplicationArchive backed by a ZipFile.ApplicationArchive.Entry| Constructor and Description |
|---|
DirectoryApplicationArchive(File directory) |
| 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 DirectoryApplicationArchive(File directory)
public String getFilename()
ApplicationArchivegetFilename in interface ApplicationArchivepublic Iterable<ApplicationArchive.Entry> getEntries()
ApplicationArchiveentries that the archive contains.getEntries in interface ApplicationArchiveCopyright © 2015. All rights reserved.