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