| Package | Description |
|---|---|
| org.reflections.vfs |
| Modifier and Type | Class and Description |
|---|---|
class |
UrlTypeVFS
UrlType to be used by Reflections library.
|
static class |
Vfs.DefaultUrlTypes
default url types used by
Vfs.fromURL(java.net.URL) |
| Modifier and Type | Method and Description |
|---|---|
static List<Vfs.UrlType> |
Vfs.getDefaultUrlTypes()
the default url types that will be used when issuing
Vfs.fromURL(java.net.URL) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Vfs.addDefaultURLTypes(Vfs.UrlType urlType)
add a static default url types.
|
static Vfs.Dir |
Vfs.fromURL(URL url,
Vfs.UrlType... urlTypes)
tries to create a Dir from the given url, using the given urlTypes
|
| Modifier and Type | Method and Description |
|---|---|
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 void |
Vfs.setDefaultURLTypes(List<Vfs.UrlType> urlTypes)
sets the static default url types.
|
Copyright © 2014. All rights reserved.