public abstract class AbstractAdapter extends java.lang.Object implements ArchiveAdapter
ArchiveAdapter.Entry, ArchiveAdapter.EntryTask, ArchiveAdapter.Selector
Constructor and Description |
---|
AbstractAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onAllEntries(ArchiveAdapter.EntryTask task,
java.util.logging.Logger logger)
perform a task on each archive entry
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getManifest, getURI, onSelectedEntries
public void onAllEntries(ArchiveAdapter.EntryTask task, java.util.logging.Logger logger) throws java.io.IOException
ArchiveAdapter
onAllEntries
in interface ArchiveAdapter
task
- the task to performlogger
- for any logging activityjava.io.IOException
- can be generated while reading the archive entries