Uses of Interface
org.reflections.vfs.Vfs.File
-
Packages that use Vfs.File Package Description org.reflections.adapters org.reflections.scanners org.reflections.vfs -
-
Uses of Vfs.File in org.reflections.adapters
Methods in org.reflections.adapters with parameters of type Vfs.File Modifier and Type Method Description java.lang.Class
JavaReflectionAdapter. getOrCreateClassObject(Vfs.File file)
java.lang.Class
JavaReflectionAdapter. getOrCreateClassObject(Vfs.File file, java.lang.ClassLoader... loaders)
javassist.bytecode.ClassFile
JavassistAdapter. getOrCreateClassObject(Vfs.File file)
C
MetadataAdapter. getOrCreateClassObject(Vfs.File file)
-
Uses of Vfs.File in org.reflections.scanners
Methods in org.reflections.scanners with parameters of type Vfs.File Modifier and Type Method Description java.lang.Object
AbstractScanner. scan(Vfs.File file, java.lang.Object classObject, Store store)
java.lang.Object
ResourcesScanner. scan(Vfs.File file, java.lang.Object classObject, Store store)
java.lang.Object
Scanner. scan(Vfs.File file, java.lang.Object classObject, Store store)
-
Uses of Vfs.File in org.reflections.vfs
Classes in org.reflections.vfs that implement Vfs.File Modifier and Type Class Description class
JarInputFile
class
SystemFile
an implementation ofVfs.File
for a directoryFile
class
ZipFile
an implementation ofVfs.File
forZipEntry
Methods in org.reflections.vfs that return types with arguments of type Vfs.File Modifier and Type Method Description static java.lang.Iterable<Vfs.File>
Vfs. findFiles(java.util.Collection<java.net.URL> inUrls, java.lang.String packagePrefix, java.util.function.Predicate<java.lang.String> nameFilter)
return an iterable of allVfs.File
in given urls, starting with given packagePrefix and matching nameFilterstatic java.lang.Iterable<Vfs.File>
Vfs. findFiles(java.util.Collection<java.net.URL> urls, java.util.function.Predicate<Vfs.File> filePredicate)
return an iterable of allVfs.File
in given urls, matching filePredicatejava.lang.Iterable<Vfs.File>
JarInputDir. getFiles()
java.lang.Iterable<Vfs.File>
SystemDir. getFiles()
java.lang.Iterable<Vfs.File>
Vfs.Dir. getFiles()
java.lang.Iterable<Vfs.File>
ZipDir. getFiles()
Method parameters in org.reflections.vfs with type arguments of type Vfs.File Modifier and Type Method Description static java.lang.Iterable<Vfs.File>
Vfs. findFiles(java.util.Collection<java.net.URL> urls, java.util.function.Predicate<Vfs.File> filePredicate)
return an iterable of allVfs.File
in given urls, matching filePredicate
-