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 ClassJavaReflectionAdapter. getOrCreateClassObject(Vfs.File file)ClassJavaReflectionAdapter. getOrCreateClassObject(Vfs.File file, ClassLoader... loaders)javassist.bytecode.ClassFileJavassistAdapter. getOrCreateClassObject(Vfs.File file)CMetadataAdapter. 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 ObjectAbstractScanner. scan(Vfs.File file, Object classObject, Store store)ObjectResourcesScanner. scan(Vfs.File file, Object classObject, Store store)ObjectScanner. 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 classJarInputFileclassSystemFileclassZipFileMethods 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.Filein 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.Filein 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.Filein given urls, matching filePredicate
-