Uses of Interface
org.glassfish.hk2.classmodel.reflect.ArchiveAdapter

Packages that use ArchiveAdapter
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
 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
 class AbstractAdapter
          Common archive adapter implementation
 class DirectoryArchive
          Directory base archive abstraction
 class InputStreamArchiveAdapter
          Archive adapter based on a single InputStream instance.
 class JarArchive
          Jar based archive abstraction
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.