| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| Modifier and Type | Field and Description |
|---|---|
private FsMountPoint |
FsPath.mountPoint |
private FsMountPoint |
FsDefaultModel.mountPoint |
| Modifier and Type | Field and Description |
|---|---|
private Map<FsMountPoint,Link<FsFederatingController>> |
FsDefaultManager.schedulers
The map of all schedulers for composite file system controllers,
keyed by the mount point of their respective file system model.
|
| Modifier and Type | Method and Description |
|---|---|
static FsMountPoint |
FsMountPoint.create(FsScheme scheme,
FsPath path)
Constructs a new mount point by composing its URI from the given scheme
and path.
|
static FsMountPoint |
FsMountPoint.create(String uri)
Deprecated.
This method does not quote characters with a special meaning
in a URI - use the method variant with the URI parameter
instead.
|
static FsMountPoint |
FsMountPoint.create(String uri,
FsUriModifier modifier)
Deprecated.
This method does not quote characters with a special meaning
in a URI - use the method variant with the URI parameter
instead.
|
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 |
FsPath.getMountPoint()
Returns the mount point component or
null iff this path's
URI is not absolute. |
FsMountPoint |
FsModelController.getMountPoint() |
abstract FsMountPoint |
FsModel.getMountPoint()
Returns the mount point of the file system.
|
FsMountPoint |
FsDefaultModel.getMountPoint() |
FsMountPoint |
FsDecoratingModel.getMountPoint() |
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). |
abstract FsController<?> |
FsManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver)
Returns a thread-safe file system controller for the given mount point.
|
FsController<?> |
FsFailSafeManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver)
Returns a thread-safe file system controller for the given mount point.
|
FsController<?> |
FsDefaultManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver) |
FsController<?> |
FsDecoratingManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver) |
private FsController<?> |
FsDefaultManager.getController(FsMountPoint mountPoint,
FsController<?> parent,
FsCompositeDriver driver) |
| Constructor and Description |
|---|
FsDefaultManager.ScheduledModel(FsMountPoint mountPoint,
FsModel parent) |
FsDefaultModel(FsMountPoint mountPoint,
FsModel parent) |
FsFilteringManager(FsManager manager,
FsMountPoint prefix)
Constructs a new prefix filter file system manager from the given file
system manager and mount point prefix.
|
FsPath(FsMountPoint mountPoint,
FsEntryName entryName)
Constructs a new path by composing its URI from the given nullable mount
point and entry name.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.