public class UrlTypeVFS extends Object implements Vfs.UrlType
to use it, register it in Vfs via Vfs.addDefaultURLTypes(org.reflections.vfs.Vfs.UrlType) or Vfs.setDefaultURLTypes(java.util.List).
| Modifier and Type | Field and Description |
|---|---|
static String[] |
REPLACE_EXTENSION |
| Constructor and Description |
|---|
UrlTypeVFS() |
public static final String[] REPLACE_EXTENSION
public boolean matches(URL url)
matches in interface Vfs.UrlTypepublic Vfs.Dir createDir(URL url)
createDir in interface Vfs.UrlTypepublic URL adaptURL(URL url) throws MalformedURLException
MalformedURLExceptionCopyright © 2014. All rights reserved.