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 classAnnotationFinder.SubArchiveFields in org.apache.xbean.finder declared as Archive Modifier and Type Field Description private ArchiveAnnotationFinder. archiveMethods in org.apache.xbean.finder that return Archive Modifier and Type Method Description ArchiveAnnotationFinder. 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 classClassesArchiveclassClasspathArchiveSupports JarArchive and FileArchive URLsclassCompositeArchiveclassFileArchiveclassFilteredArchiveclassJarArchiveFields in org.apache.xbean.finder.archive declared as Archive Modifier and Type Field Description private ArchiveArchiveIterator. archiveprivate ArchiveFilteredArchive. archiveFields in org.apache.xbean.finder.archive with type parameters of type Archive Modifier and Type Field Description private java.util.List<Archive>CompositeArchive. archivesprivate java.util.Iterator<Archive>CompositeArchive.CompositeIterator. archivesMethods in org.apache.xbean.finder.archive that return Archive Modifier and Type Method Description static ArchiveClasspathArchive. 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)CompositeIterator(java.lang.Iterable<Archive> archives)
-