Package | Description |
---|---|
net.java.truevfs.access |
Provides uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories.
|
net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
Modifier and Type | Method and Description |
---|---|
FsNodePath |
TRex.getNodePath()
Returns the file system node path with an absolute URI.
|
FsNodePath |
TPath.getNodePath() |
FsNodePath |
TFile.getNodePath()
Returns a file system node path which is consistent with
TFile.toURI() . |
Constructor and Description |
---|
TFile(FsNodePath path)
Constructs a new
TFile instance for the given path . |
TFile(FsNodePath path,
TArchiveDetector detector)
Constructs a new
TFile instance for the given path and
detector . |
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–2018 Schlichtherle IT Services. All rights reserved.