Uses of Interface
org.glassfish.hk2.classmodel.reflect.ArchiveAdapter
Packages that use ArchiveAdapter
-
Uses of ArchiveAdapter in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return ArchiveAdapterModifier and TypeMethodDescriptionprivate ArchiveAdapterParser.createArchiveAdapter(File source, Runnable doneHook) Methods in org.glassfish.hk2.classmodel.reflect with parameters of type ArchiveAdapterModifier and TypeMethodDescriptionprivate voidParser.doJob(ArchiveAdapter adapter, Runnable doneHook) Parser.parse(ArchiveAdapter source, Runnable doneHook) Parse the archive adapter entries and run the runnable hook on completion.booleanArchiveSelector.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 ArchiveAdapterModifier and TypeClassDescriptionclassCommon archive adapter implementationclassDirectory base archive abstractionclassArchive adapter based on a single InputStream instance.classJar based archive abstraction