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 TypeClassDescriptionclass
class
Supports JarArchive and FileArchive URLsclass
class
class
class
Fields in org.apache.xbean.finder.archive declared as ArchiveModifier and TypeFieldDescriptionprivate final Archive
ArchiveIterator.archive
private final Archive
FilteredArchive.archive
Fields in org.apache.xbean.finder.archive with type parameters of type ArchiveModifier and TypeFieldDescriptionCompositeArchive.archives
CompositeArchive.CompositeIterator.archives
Methods in org.apache.xbean.finder.archive that return ArchiveModifier and TypeMethodDescriptionstatic Archive
ClasspathArchive.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) private
CompositeIterator
(Iterable<Archive> archives)