Uses of Interface
org.apache.xbean.finder.archive.Archive

Packages that use Archive
org.apache.xbean.finder   
org.apache.xbean.finder.archive   
 

Uses of Archive in org.apache.xbean.finder
 

Methods in org.apache.xbean.finder that return Archive
 Archive AnnotationFinder.getArchive()
           
 

Constructors in org.apache.xbean.finder with parameters of type Archive
AnnotationFinder(Archive archive)
           
 

Uses of Archive in org.apache.xbean.finder.archive
 

Classes in org.apache.xbean.finder.archive that implement Archive
 class BundleArchive
          TODO Unfinished
 class ClassesArchive
           
 class ClasspathArchive
          Supports JarArchive and FileArchive URLs
 class CompositeArchive
           
 class FileArchive
           
 class FilteredArchive
           
 class JarArchive
           
 

Methods in org.apache.xbean.finder.archive that return Archive
static Archive ClasspathArchive.archive(java.lang.ClassLoader loader, java.net.URL location)
           
 

Methods in org.apache.xbean.finder.archive that return types with arguments of type Archive
static java.util.List<Archive> ClasspathArchive.archives(java.lang.ClassLoader loader, java.lang.Iterable<java.net.URL> urls)
           
static java.util.List<Archive> ClasspathArchive.archives(java.lang.ClassLoader loader, java.net.URL... urls)
           
 

Constructors in org.apache.xbean.finder.archive with parameters of type Archive
CompositeArchive(Archive... archives)
           
FilteredArchive(Archive archive, Filter filter)
           
 

Constructor parameters in org.apache.xbean.finder.archive with type arguments of type Archive
CompositeArchive(java.lang.Iterable<Archive> archives)
           
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.