public interface ApplicationArchive
filename
and one or more entries
.Modifier and Type | Interface and Description |
---|---|
static interface |
ApplicationArchive.Entry
A single entry contained within an
ApplicationArchive . |
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).
|
String getFilename()
Iterable<ApplicationArchive.Entry> getEntries()
entries
that the archive contains.Copyright © 2014. All rights reserved.