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 Class
JavaReflectionAdapter. getOrCreateClassObject(Vfs.File file)
Class
JavaReflectionAdapter. getOrCreateClassObject(Vfs.File file, 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 Object
AbstractScanner. scan(Vfs.File file, Object classObject, Store store)
Object
ResourcesScanner. scan(Vfs.File file, Object classObject, Store store)
Object
Scanner. scan(Vfs.File file, 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
class
ZipFile
Methods in org.reflections.vfs that return types with arguments of type Vfs.File Modifier and Type Method Description static Iterable<Vfs.File>
Vfs. findFiles(Collection<URL> inUrls, String packagePrefix, Predicate<String> nameFilter)
return an iterable of allVfs.File
in given urls, starting with given packagePrefix and matching nameFilterstatic Iterable<Vfs.File>
Vfs. findFiles(Collection<URL> urls, Predicate<Vfs.File> filePredicate)
return an iterable of allVfs.File
in given urls, matching filePredicateIterable<Vfs.File>
JarInputDir. getFiles()
Iterable<Vfs.File>
SystemDir. getFiles()
Iterable<Vfs.File>
Vfs.Dir. getFiles()
Iterable<Vfs.File>
ZipDir. getFiles()
Method parameters in org.reflections.vfs with type arguments of type Vfs.File Modifier and Type Method Description static Iterable<Vfs.File>
Vfs. findFiles(Collection<URL> urls, Predicate<Vfs.File> filePredicate)
return an iterable of allVfs.File
in given urls, matching filePredicate
-