Uses of Interface
org.apache.xbean.finder.archive.Archive
Packages that use Archive
-
Uses of Archive in org.apache.xbean.finder
Classes in org.apache.xbean.finder that implement ArchiveFields in org.apache.xbean.finder declared as ArchiveMethods in org.apache.xbean.finder that return ArchiveConstructors in org.apache.xbean.finder with parameters of type ArchiveModifierConstructorDescriptionAnnotationFinder(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 ArchiveModifier and TypeClassDescriptionclassclassSupports JarArchive and FileArchive URLsclassclassclassclassFields in org.apache.xbean.finder.archive declared as ArchiveModifier and TypeFieldDescriptionprivate final ArchiveArchiveIterator.archiveprivate final ArchiveFilteredArchive.archiveFields in org.apache.xbean.finder.archive with type parameters of type ArchiveModifier and TypeFieldDescriptionCompositeArchive.archivesCompositeArchive.CompositeIterator.archivesMethods in org.apache.xbean.finder.archive that return ArchiveModifier and TypeMethodDescriptionstatic ArchiveClasspathArchive.archive(ClassLoader loader, URL location) Methods in org.apache.xbean.finder.archive that return types with arguments of type ArchiveModifier and TypeMethodDescriptionClasspathArchive.archives(ClassLoader loader, Iterable<URL> urls) ClasspathArchive.archives(ClassLoader loader, URL... urls) Constructors in org.apache.xbean.finder.archive with parameters of type ArchiveModifierConstructorDescriptionArchiveIterator(Archive archive, Iterator<String> classes) CompositeArchive(Archive... archives) FilteredArchive(Archive archive, Filter filter) Constructor parameters in org.apache.xbean.finder.archive with type arguments of type ArchiveModifierConstructorDescriptionCompositeArchive(Iterable<Archive> archives) privateCompositeIterator(Iterable<Archive> archives)