Uses of Interface
org.reflections.vfs.Vfs.File
-
Packages that use Vfs.File Package Description org.reflections org.reflections.scanners org.reflections.vfs -
-
Uses of Vfs.File in org.reflections
Methods in org.reflections with parameters of type Vfs.File Modifier and Type Method Description private booleanReflections. doFilter(Vfs.File file, java.util.function.Predicate<java.lang.String> predicate)private javassist.bytecode.ClassFileReflections. getClassFile(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 default java.util.List<java.util.Map.Entry<java.lang.String,java.lang.String>>Scanner. scan(Vfs.File file)scan the givenfileand produces list ofMap.Entrykey/values -
Uses of Vfs.File in org.reflections.vfs
Classes in org.reflections.vfs that implement Vfs.File Modifier and Type Class Description classJarInputFileclassJbossFileclassSystemFilean 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>JbossDir. 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
-