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, waitgetManifest, getURI, onSelectedEntriespublic void onAllEntries(ArchiveAdapter.EntryTask task, Logger logger) throws IOException
ArchiveAdapteronAllEntries in interface ArchiveAdaptertask - the task to performlogger - for any logging activityIOException - can be generated while reading the archive entriesCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.