Uses of Interface
org.apache.xbean.finder.archive.Archive
-
Packages that use Archive Package Description org.apache.xbean.finder org.apache.xbean.finder.archive -
-
Uses of Archive in org.apache.xbean.finder
Classes in org.apache.xbean.finder that implement Archive Modifier and Type Class Description class
AnnotationFinder.SubArchive
Methods in org.apache.xbean.finder that return Archive Modifier and Type Method Description Archive
AnnotationFinder. getArchive()
Constructors in org.apache.xbean.finder with parameters of type Archive Constructor Description AnnotationFinder(Archive archive)
AnnotationFinder(Archive archive, boolean checkRuntimeAnnotation)
-
Uses of Archive in org.apache.xbean.finder.archive
Classes in org.apache.xbean.finder.archive that implement Archive Modifier and Type Class Description class
ClassesArchive
class
ClasspathArchive
Supports JarArchive and FileArchive URLsclass
CompositeArchive
class
FileArchive
class
FilteredArchive
class
JarArchive
Methods in org.apache.xbean.finder.archive that return Archive Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description ArchiveIterator(Archive archive, java.util.Iterator<java.lang.String> classes)
CompositeArchive(Archive... archives)
FilteredArchive(Archive archive, Filter filter)
Constructor parameters in org.apache.xbean.finder.archive with type arguments of type Archive Constructor Description CompositeArchive(java.lang.Iterable<Archive> archives)
-