|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArchiveAdapter
adapter for reading archive style structure
| Nested Class Summary | |
|---|---|
static class |
ArchiveAdapter.Entry
Definition of an archive entry |
static interface |
ArchiveAdapter.EntryTask
defines the notion of an archive entry task which is a task aimed to be run on particular archive entry. |
| Method Summary | |
|---|---|
java.util.jar.Manifest |
getManifest()
Returns the manifest instance for the archive. |
java.net.URI |
getURI()
Returns the URI of the archive |
void |
onEachEntry(ArchiveAdapter.EntryTask task)
perform a task on each archive entry |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
java.net.URI getURI()
java.util.jar.Manifest getManifest()
throws java.io.IOException
java.io.IOException - if the manifest cannot be loaded.
void onEachEntry(ArchiveAdapter.EntryTask task)
throws java.io.IOException
task - the task to perform
java.io.IOException - can be generated while reading the archive entries
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||