| Package | Description |
|---|---|
| net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
| Modifier and Type | Method and Description |
|---|---|
static FsNodePath |
FsNodePath.create(URI uri)
Equivalent to
create(uri, FsUriModifier.NULL). |
static FsNodePath |
FsNodePath.create(URI uri,
FsUriModifier modifier)
Constructs a new path by parsing the given URI.
|
FsNodePath |
FsMountPoint.getPath()
Returns the path component
or
null iff this mount point's URI doesn't name
a parent mount point, that is if and only if it's hierarchical. |
FsNodePath |
FsNodePath.resolve(FsNodeName nodeName)
Resolves the given node name against this path.
|
FsNodePath |
FsMountPoint.resolve(FsNodeName name)
Resolves the given node name against this mount point.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FsNodePath.compareTo(FsNodePath that)
Implements a natural ordering which is consistent with
equals(Object). |
static FsMountPoint |
FsMountPoint.create(FsScheme scheme,
FsNodePath path)
Constructs a new mount point by composing its URI from the given scheme
and path.
|
| Constructor and Description |
|---|
FsMountPoint(FsScheme scheme,
FsNodePath path)
Constructs a new opaque mount point by composing its URI from the given
scheme and path.
|
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.