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 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 URLsclassclassclassclassMethods 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 Archive