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 FsUriModifier |
FsUriModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsUriModifier[] |
FsUriModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FsNodePath |
FsNodePath.create(URI uri,
FsUriModifier modifier)
Constructs a new path by parsing the given URI.
|
static FsNodeName |
FsNodeName.create(URI uri,
FsUriModifier modifier)
Constructs a new file system node name by parsing the given URI
after applying the given URI modifier.
|
static FsMountPoint |
FsMountPoint.create(URI uri,
FsUriModifier modifier)
Constructs a new mount point by parsing the given URI.
|
Constructor and Description |
---|
FsMountPoint(URI uri,
FsUriModifier modifier)
Constructs a new mount point by parsing the given URI.
|
FsNodeName(URI uri,
FsUriModifier modifier)
Constructs a new file system node name by parsing the given URI
after applying the given URI modifier.
|
FsNodePath(URI uri,
FsUriModifier modifier)
Constructs a new path by parsing the given URI.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.