Uses of Interface
org.reflections.vfs.Vfs.File

Packages that use Vfs.File
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
 javassist.bytecode.ClassFile JavassistAdapter.getOfCreateClassObject(Vfs.File file)
           
 Class JavaReflectionAdapter.getOfCreateClassObject(Vfs.File file)
           
 C MetadataAdapter.getOfCreateClassObject(Vfs.File file)
           
 Class JavaReflectionAdapter.getOfCreateClassObject(Vfs.File file, ClassLoader... loaders)
           
 

Uses of Vfs.File in org.reflections.scanners
 

Methods in org.reflections.scanners with parameters of type Vfs.File
 Object ResourcesScanner.scan(Vfs.File file, Object classObject)
           
 Object Scanner.scan(Vfs.File file, Object classObject)
           
 Object AbstractScanner.scan(Vfs.File file, Object classObject)
           
 

Uses of Vfs.File in org.reflections.vfs
 

Classes in org.reflections.vfs that implement Vfs.File
static class CommonsVfs2UrlType.File
           
 class JarInputFile
           
 class SystemFile
          an implementation of Vfs.File for a directory File
 class ZipFile
          an implementation of Vfs.File for ZipEntry
 

Methods in org.reflections.vfs that return types with arguments of type Vfs.File
static Iterable<Vfs.File> Vfs.findFiles(Collection<URL> inUrls, com.google.common.base.Predicate<Vfs.File> filePredicate)
          return an iterable of all Vfs.File in given urls, matching filePredicate
static Iterable<Vfs.File> Vfs.findFiles(Collection<URL> inUrls, String packagePrefix, com.google.common.base.Predicate<String> nameFilter)
          return an iterable of all Vfs.File in given urls, starting with given packagePrefix and matching nameFilter
 Iterable<Vfs.File> Vfs.Dir.getFiles()
           
 Iterable<Vfs.File> SystemDir.getFiles()
           
 Iterable<Vfs.File> JarInputDir.getFiles()
           
 Iterable<Vfs.File> CommonsVfs2UrlType.Dir.getFiles()
           
 Iterable<Vfs.File> ZipDir.getFiles()
           
 

Method parameters in org.reflections.vfs with type arguments of type Vfs.File
static Iterable<Vfs.File> Vfs.findFiles(Collection<URL> inUrls, com.google.common.base.Predicate<Vfs.File> filePredicate)
          return an iterable of all Vfs.File in given urls, matching filePredicate
 



Copyright © 2013. All Rights Reserved.