Package | Description |
---|---|
org.reflections.adapters | |
org.reflections.scanners | |
org.reflections.vfs |
Modifier and Type | Method and Description |
---|---|
C |
MetadataAdapter.getOfCreateClassObject(Vfs.File file) |
javassist.bytecode.ClassFile |
JavassistAdapter.getOfCreateClassObject(Vfs.File file) |
java.lang.Class |
JavaReflectionAdapter.getOfCreateClassObject(Vfs.File file) |
java.lang.Class |
JavaReflectionAdapter.getOfCreateClassObject(Vfs.File file,
java.lang.ClassLoader... loaders) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
TypesScanner.scan(Vfs.File file,
java.lang.Object classObject)
Deprecated.
|
java.lang.Object |
Scanner.scan(Vfs.File file,
java.lang.Object classObject) |
java.lang.Object |
ResourcesScanner.scan(Vfs.File file,
java.lang.Object classObject) |
java.lang.Object |
AbstractScanner.scan(Vfs.File file,
java.lang.Object classObject) |
Modifier and Type | Class and Description |
---|---|
static class |
CommonsVfs2UrlType.File |
class |
JarInputFile |
class |
SystemFile
an implementation of
Vfs.File for a directory File |
class |
ZipFile
an implementation of
Vfs.File for ZipEntry |
Modifier and Type | Method and Description |
---|---|
protected Vfs.File |
CommonsVfs2UrlType.Dir.FileAbstractIterator.computeNext() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<Vfs.File> |
Vfs.findFiles(java.util.Collection<java.net.URL> inUrls,
com.google.common.base.Predicate<Vfs.File> filePredicate)
return an iterable of all
Vfs.File in given urls, matching filePredicate |
static java.lang.Iterable<Vfs.File> |
Vfs.findFiles(java.util.Collection<java.net.URL> inUrls,
java.lang.String packagePrefix,
com.google.common.base.Predicate<java.lang.String> nameFilter)
return an iterable of all
Vfs.File in given urls, starting with given packagePrefix and matching nameFilter |
java.lang.Iterable<Vfs.File> |
ZipDir.getFiles() |
java.lang.Iterable<Vfs.File> |
Vfs.Dir.getFiles() |
java.lang.Iterable<Vfs.File> |
SystemDir.getFiles() |
java.lang.Iterable<Vfs.File> |
JarInputDir.getFiles() |
java.lang.Iterable<Vfs.File> |
CommonsVfs2UrlType.Dir.getFiles() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<Vfs.File> |
Vfs.findFiles(java.util.Collection<java.net.URL> inUrls,
com.google.common.base.Predicate<Vfs.File> filePredicate)
return an iterable of all
Vfs.File in given urls, matching filePredicate |