Uses of Class
org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
-
Packages that use ArchiveAdapter.Entry Package Description org.glassfish.hk2.classmodel.reflect -
-
Uses of ArchiveAdapter.Entry in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect with parameters of type ArchiveAdapter.Entry Modifier and Type Method Description boolean
ArchiveAdapter.Selector. isSelected(ArchiveAdapter.Entry entry)
callback to select an archive for processingvoid
ArchiveAdapter.EntryTask. on(ArchiveAdapter.Entry e, java.io.InputStream is)
callback to do some processing on an archive entry.
-