Uses of Interface
org.reflections.vfs.Vfs.File
Packages that use Vfs.File
-
Uses of Vfs.File in org.reflections.adapters
Methods in org.reflections.adapters with parameters of type Vfs.FileModifier and TypeMethodDescriptionJavaReflectionAdapter.getOrCreateClassObject
(Vfs.File file) JavaReflectionAdapter.getOrCreateClassObject
(Vfs.File file, ClassLoader... loaders) javassist.bytecode.ClassFile
JavassistAdapter.getOrCreateClassObject
(Vfs.File file) MetadataAdapter.getOrCreateClassObject
(Vfs.File file) -
Uses of Vfs.File in org.reflections.scanners
Methods in org.reflections.scanners with parameters of type Vfs.File -
Uses of Vfs.File in org.reflections.vfs
Classes in org.reflections.vfs that implement Vfs.FileModifier and TypeClassDescriptionclass
class
class
Methods in org.reflections.vfs that return types with arguments of type Vfs.FileModifier and TypeMethodDescriptionreturn an iterable of allVfs.File
in given urls, starting with given packagePrefix and matching nameFilterVfs.findFiles
(Collection<URL> urls, Predicate<Vfs.File> filePredicate) return an iterable of allVfs.File
in given urls, matching filePredicateJarInputDir.getFiles()
SystemDir.getFiles()
Vfs.Dir.getFiles()
ZipDir.getFiles()
Method parameters in org.reflections.vfs with type arguments of type Vfs.File