Package | Description |
---|---|
org.reflections.vfs |
Modifier and Type | Class and Description |
---|---|
class |
JarInputDir |
class |
SystemDir |
class |
ZipDir
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2020. All rights reserved.