Package | Description |
---|---|
com.caucho.vfs |
Resin's Virtual File System.
|
Modifier and Type | Field and Description |
---|---|
protected SchemeMap |
Path._schemeMap |
Modifier and Type | Method and Description |
---|---|
SchemeMap |
SchemeMap.copy() |
static SchemeMap |
Vfs.getDefaultScheme() |
static SchemeMap |
Vfs.getLocalScheme() |
SchemeMap |
Path.getSchemeMap()
Returns the schemeMap
|
Modifier and Type | Method and Description |
---|---|
Path |
PathWrapper.createRoot(SchemeMap schemeMap) |
Path |
Path.createRoot(SchemeMap schemeMap) |
Path |
FilesystemPath.createRoot(SchemeMap schemeMap)
Essentially chroot
|
static void |
Path.setDefaultSchemeMap(SchemeMap schemeMap) |
Constructor and Description |
---|
NotFoundPath(SchemeMap schemeMap,
java.lang.String url)
Creates new NotFoundPath
|
Path(SchemeMap map)
Creates a new Path object.
|