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.ClassJavaReflectionAdapter. getOrCreateClassObject(Vfs.File file)java.lang.ClassJavaReflectionAdapter. getOrCreateClassObject(Vfs.File file, java.lang.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 java.lang.ObjectAbstractScanner. scan(Vfs.File file, java.lang.Object classObject, Store store)java.lang.ObjectResourcesScanner. scan(Vfs.File file, java.lang.Object classObject, Store store)java.lang.ObjectScanner. 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 classJarInputFileclassSystemFilean implementation ofVfs.Filefor a directoryFileclassZipFilean implementation ofVfs.FileforZipEntryMethods 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.Filein 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.Filein 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.Filein given urls, matching filePredicate
-