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