|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vfs.Dir | |
|---|---|
| org.reflections.vfs | |
| Uses of Vfs.Dir in org.reflections.vfs |
|---|
| Classes in org.reflections.vfs that implement Vfs.Dir | |
|---|---|
static class |
CommonsVfs2UrlType.Dir
|
class |
JarInputDir
|
class |
SystemDir
an implementation of Vfs.Dir for directory File |
class |
ZipDir
an implementation of Vfs.Dir for ZipFile |
| Methods in org.reflections.vfs that return Vfs.Dir | |
|---|---|
Vfs.Dir |
Vfs.UrlType.createDir(URL url)
|
Vfs.Dir |
UrlTypeVFS.createDir(URL url)
|
static Vfs.Dir |
Vfs.fromURL(URL url)
tries to create a Dir from the given url, using the defaultUrlTypes |
static Vfs.Dir |
Vfs.fromURL(URL url,
List<Vfs.UrlType> urlTypes)
tries to create a Dir from the given url, using the given urlTypes |
static Vfs.Dir |
Vfs.fromURL(URL url,
Vfs.UrlType... urlTypes)
tries to create a Dir from the given url, using the given urlTypes |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||