public abstract class AbstractAdapter extends Object implements ArchiveAdapter
ArchiveAdapter.Entry, ArchiveAdapter.EntryTask, ArchiveAdapter.Selector
Constructor and Description |
---|
AbstractAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onAllEntries(ArchiveAdapter.EntryTask task,
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, Logger logger) throws IOException
ArchiveAdapter
onAllEntries
in interface ArchiveAdapter
task
- the task to performlogger
- for any logging activityIOException
- can be generated while reading the archive entriesCopyright © 2009–2023 Oracle Corporation. All rights reserved.