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

Packages that use Vfs.File
org.reflections.scanners   
org.reflections.vfs   
 

Uses of Vfs.File in org.reflections.scanners
 

Methods in org.reflections.scanners with parameters of type Vfs.File
 void TypesScanner.scan(Vfs.File file)
           
 void Scanner.scan(Vfs.File file)
           
 void ResourcesScanner.scan(Vfs.File file)
           
 void AbstractScanner.scan(Vfs.File file)
           
 

Uses of Vfs.File in org.reflections.vfs
 

Classes in org.reflections.vfs that implement Vfs.File
 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 java.lang.Iterable<Vfs.File> Vfs.findFiles(java.util.Collection<java.net.URL> inUrls, com.google.common.base.Predicate<Vfs.File> filePredicate)
          return an iterable of all Vfs.File in given urls, matching filePredicate
static java.lang.Iterable<Vfs.File> Vfs.findFiles(java.util.Collection<java.net.URL> inUrls, java.lang.String packagePrefix, com.google.common.base.Predicate<java.lang.String> nameFilter)
          return an iterable of all Vfs.File in given urls, starting with given packagePrefix and matching nameFilter
 java.lang.Iterable<Vfs.File> ZipDir.getFiles()
           
 java.lang.Iterable<Vfs.File> Vfs.Dir.getFiles()
           
 java.lang.Iterable<Vfs.File> SystemDir.getFiles()
           
 

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



Copyright © 2010. All Rights Reserved.