| Package | Description |
|---|---|
| org.reflections.scanners | |
| org.reflections.vfs |
| Modifier and Type | Method and Description |
|---|---|
default List<Map.Entry<String,String>> |
Scanner.scan(Vfs.File file)
scan the given
file and produces list of Map.Entry key/values |
| Modifier and Type | Class and Description |
|---|---|
class |
JarInputFile |
class |
JbossFile |
class |
SystemFile
|
class |
ZipFile
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Vfs.File> |
Vfs.findFiles(Collection<URL> urls,
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,
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> |
ZipDir.getFiles() |
Iterable<Vfs.File> |
SystemDir.getFiles() |
Iterable<Vfs.File> |
JarInputDir.getFiles() |
Iterable<Vfs.File> |
JbossDir.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Vfs.File> |
Vfs.findFiles(Collection<URL> urls,
Predicate<Vfs.File> filePredicate)
return an iterable of all
Vfs.File in given urls, matching filePredicate |
Copyright © 2023. All rights reserved.