Archive.Entry, Archive.EntryFilter| Constructor and Description |
|---|
ExplodedArchive(File root) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Archive.Entry> |
getEntries()
Returns archive entries.
|
Archive |
getFilteredArchive(Archive.EntryFilter filter)
Returns a filtered version of the archive.
|
Manifest |
getManifest()
Returns the manifest of the archive.
|
Archive |
getNestedArchive(Archive.Entry entry)
Returns a nest archive from on the the contained entries.
|
URL |
getUrl()
Returns a URL that can be used to load the archive.
|
public ExplodedArchive(File root)
public Manifest getManifest() throws IOException
ArchivegetManifest in interface ArchiveIOExceptionpublic Iterable<Archive.Entry> getEntries()
ArchivegetEntries in interface Archivepublic URL getUrl() throws MalformedURLException
ArchivegetUrl in interface ArchiveMalformedURLExceptionpublic Archive getNestedArchive(Archive.Entry entry) throws IOException
ArchivegetNestedArchive in interface Archiveentry - the entry (may be a directory or file)IOExceptionpublic Archive getFilteredArchive(Archive.EntryFilter filter) throws IOException
ArchivegetFilteredArchive in interface Archivefilter - the filter to applyIOExceptionCopyright © 2013. All rights reserved.