| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vfs.File | |
|---|---|
| org.jboss.errai.reflections.scanners | |
| org.jboss.errai.reflections.vfs | |
| Uses of Vfs.File in org.jboss.errai.reflections.scanners | 
|---|
| Methods in org.jboss.errai.reflections.scanners with parameters of type Vfs.File | |
|---|---|
|  void | TypesScanner.scan(Vfs.File file) | 
|  void | ResourcesScanner.scan(Vfs.File file) | 
|  void | Scanner.scan(Vfs.File file) | 
|  void | AbstractScanner.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 | SystemFilean implementation of Vfs.Filefor a directoryFile | 
|  class | ZipFilean implementation of Vfs.FileforZipEntry | 
| Methods in org.jboss.errai.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.Filein 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.Filein given urls, starting with given packagePrefix and matching nameFilter | 
|  java.lang.Iterable<Vfs.File> | ZipDir.getFiles() | 
|  java.lang.Iterable<Vfs.File> | SystemDir.getFiles() | 
|  java.lang.Iterable<Vfs.File> | Vfs.Dir.getFiles() | 
| Method parameters in org.jboss.errai.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.Filein given urls, matching filePredicate | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||