Package | Description |
---|---|
org.jboss.errai.common.metadata | |
org.jboss.errai.reflections.scanners | |
org.jboss.errai.reflections.vfs |
Modifier and Type | Method and Description |
---|---|
Iterable<Vfs.File> |
JBossVfsDir.getFiles() |
Modifier and Type | Method and Description |
---|---|
void |
ErraiPropertyScanner.scan(Vfs.File file) |
Modifier and Type | Method and Description |
---|---|
void |
TypesScanner.scan(Vfs.File file) |
void |
Scanner.scan(Vfs.File file) |
void |
ResourcesScanner.scan(Vfs.File file) |
void |
AbstractScanner.scan(Vfs.File file) |
Modifier and Type | Class and Description |
---|---|
class |
SystemFile
|
class |
ZipFile
|
Modifier and Type | Method and Description |
---|---|
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> |
ZipDir.getFiles() |
Iterable<Vfs.File> |
Vfs.Dir.getFiles() |
Iterable<Vfs.File> |
SystemDir.getFiles() |
Modifier and Type | Method and Description |
---|---|
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-2015 JBoss, a division of Red Hat. All Rights Reserved.