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 boolean
Reflections. doFilter(Vfs.File file, java.util.function.Predicate<java.lang.String> predicate)
private javassist.bytecode.ClassFile
Reflections. 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 givenfile
and produces list ofMap.Entry
key/values -
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
JbossFile
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>
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.File
in given urls, matching filePredicate
-