| Package | Description |
|---|---|
| org.apache.xbean.finder | |
| org.apache.xbean.finder.archive |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationFinder.SubArchive |
| Modifier and Type | Method and Description |
|---|---|
Archive |
AnnotationFinder.getArchive() |
| Constructor and Description |
|---|
AnnotationFinder(Archive archive) |
AnnotationFinder(Archive archive,
boolean checkRuntimeAnnotation) |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleArchive
TODO Unfinished
|
class |
ClassesArchive |
class |
ClasspathArchive
Supports JarArchive and FileArchive URLs
|
class |
CompositeArchive |
class |
FileArchive |
class |
FilteredArchive |
class |
JarArchive |
| Modifier and Type | Method and Description |
|---|---|
static Archive |
ClasspathArchive.archive(ClassLoader loader,
URL location) |
| Modifier and Type | Method and Description |
|---|---|
static List<Archive> |
ClasspathArchive.archives(ClassLoader loader,
Iterable<URL> urls) |
static List<Archive> |
ClasspathArchive.archives(ClassLoader loader,
URL... urls) |
| Constructor and Description |
|---|
ArchiveIterator(Archive archive,
Iterator<String> classes) |
CompositeArchive(Archive... archives) |
FilteredArchive(Archive archive,
Filter filter) |
| Constructor and Description |
|---|
CompositeArchive(Iterable<Archive> archives) |
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.