|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.hk2.classmodel.reflect.util.AbstractAdapter
public abstract class AbstractAdapter
Common archive adapter implementation
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter |
|---|
ArchiveAdapter.Entry, ArchiveAdapter.EntryTask, ArchiveAdapter.Selector |
| Constructor Summary | |
|---|---|
AbstractAdapter()
|
|
| Method Summary | |
|---|---|
void |
onAllEntries(ArchiveAdapter.EntryTask task,
java.util.logging.Logger logger)
perform a task on each archive entry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter |
|---|
getManifest, getURI, onSelectedEntries |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Constructor Detail |
|---|
public AbstractAdapter()
| Method Detail |
|---|
public void onAllEntries(ArchiveAdapter.EntryTask task,
java.util.logging.Logger logger)
throws java.io.IOException
ArchiveAdapter
onAllEntries in interface ArchiveAdaptertask - the task to performlogger - for any logging activity
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 | |||||||||