Uses of Interface
org.glassfish.hk2.classmodel.reflect.ArchiveAdapter
-
Packages that use ArchiveAdapter Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.util -
-
Uses of ArchiveAdapter in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect with parameters of type ArchiveAdapter Modifier and Type Method Description Future<Parser.Result>
Parser. parse(ArchiveAdapter source, Runnable doneHook)
Parse the archive adapter entries and run the runnable hook on completion.boolean
ArchiveSelector. selects(ArchiveAdapter adapter)
Returns true if the archive should be selected for processing -
Uses of ArchiveAdapter in org.glassfish.hk2.classmodel.reflect.util
Classes in org.glassfish.hk2.classmodel.reflect.util that implement ArchiveAdapter Modifier and Type Class Description class
AbstractAdapter
Common archive adapter implementationclass
DirectoryArchive
Directory base archive abstractionclass
InputStreamArchiveAdapter
Archive adapter based on a single InputStream instance.class
JarArchive
Jar based archive abstraction
-