| 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 FsMountPoint |
FsMountPoint.create(FsScheme scheme,
FsNodePath path)
Constructs a new mount point by composing its URI from the given scheme
and path.
|
static FsMountPoint |
FsMountPoint.create(URI uri)
Equivalent to
create(uri, FsUriModifier.NULL). |
static FsMountPoint |
FsMountPoint.create(URI uri,
FsUriModifier modifier)
Constructs a new mount point by parsing the given URI.
|
FsMountPoint |
FsNodePath.getMountPoint()
Returns the mount point component or
null iff this path's
URI is not absolute. |
FsMountPoint |
FsModel.getMountPoint()
Returns the mount point of the file system.
|
FsMountPoint |
FsAbstractModel.getMountPoint() |
FsMountPoint |
FsAbstractController.getMountPoint()
Returns the mount point of this (virtual) file system as
defined by the model.
|
FsMountPoint |
FsMountPoint.getParent()
Returns the parent component, that is the mount point of the parent file
system,
or
null iff this mount point's URI doesn't name
a parent mount point, that is if and only if it's hierarchical. |
| Modifier and Type | Method and Description |
|---|---|
int |
FsMountPoint.compareTo(FsMountPoint that)
Implements a natural ordering which is consistent with
equals(Object). |
FsController |
FsManager.controller(FsCompositeDriver driver,
FsMountPoint mountPoint)
Returns the thread-safe file system controller for the given mount point.
|
FsController |
FsDecoratingManager.controller(FsCompositeDriver driver,
FsMountPoint mountPoint) |
FsModel |
FsModel.Factory.newModel(Context context,
FsMountPoint mountPoint,
FsModel parent)
Returns a new file system model for the given mount point.
|
FsModel |
FsDecoratingManager.newModel(FsDriver context,
FsMountPoint mountPoint,
FsModel parent) |
FsModel |
FsDriver.newModel(FsManager context,
FsMountPoint mountPoint,
FsModel parent)
Returns a new file system model for the given mount point.
|
FsModel |
FsCompositeDriver.newModel(FsManager context,
FsMountPoint mountPoint,
FsModel parent)
Returns a new file system model for the given mount point.
|
FsModel |
FsAbstractCompositeDriver.newModel(FsManager context,
FsMountPoint mountPoint,
FsModel parent) |
| Constructor and Description |
|---|
FsAbstractModel(FsMountPoint mountPoint,
FsModel parent) |
FsControllerFilter(FsMountPoint prefix)
Constructs a new file system controller filter.
|
FsNodePath(FsMountPoint mountPoint,
FsNodeName nodeName)
Constructs a new path by composing its URI from the given nullable mount
point and node name.
|
FsReadOnlyFileSystemException(FsMountPoint mountPoint) |
FsSyncException(FsMountPoint mountPoint,
Throwable cause) |
FsSyncWarningException(FsMountPoint mountPoint,
IOException cause) |
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.