Errai 3.0.1-SNAPSHOT

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

Packages that use Vfs.File
org.jboss.errai.common.metadata   
org.jboss.errai.reflections.scanners   
org.jboss.errai.reflections.vfs   
 

Uses of Vfs.File in org.jboss.errai.common.metadata
 

Methods in org.jboss.errai.common.metadata that return types with arguments of type Vfs.File
 Iterable<Vfs.File> JBossVfsDir.getFiles()
           
 

Methods in org.jboss.errai.common.metadata with parameters of type Vfs.File
 void ErraiPropertyScanner.scan(Vfs.File file)
           
 

Uses of Vfs.File in org.jboss.errai.reflections.scanners
 

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

Uses of Vfs.File in org.jboss.errai.reflections.vfs
 

Classes in org.jboss.errai.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.jboss.errai.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> ZipDir.getFiles()
           
 

Method parameters in org.jboss.errai.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
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.