| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsDecoratingConcurrentModelController<C extends FsController<? extends FsConcurrentModel>>
An abstract file system controller which requires an
FsConcurrentModel so that it can forward its additional method
calls to this model for the convenience of the sub-class. |
class |
FsDecoratingController<M extends FsModel,C extends FsController<? extends M>>
An abstract decorator for a file system controller.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsCachingController
A content caching file system controller implements a combined caching and
buffering strategy for entry data.
|
class |
FsConcurrentController
A concurrent file system controller which decorates another file system
controller in order to provide read/write lock features for multi-threaded
access by its clients.
|
class |
FsConcurrentModelController
An abstract file system controller which requires an
FsConcurrentModel so that it can forward calls to its additional
protected methods to this model for the convenience of sub-classes. |
class |
FsDecoratingConcurrentModelController<C extends FsController<? extends FsConcurrentModel>>
An abstract file system controller which requires an
FsConcurrentModel so that it can forward its additional method
calls to this model for the convenience of the sub-class. |
class |
FsDecoratingController<M extends FsModel,C extends FsController<? extends M>>
An abstract decorator for a file system controller.
|
class |
FsFederatingController
Implements a chain of responsibility in order to resolve
FsFalsePositiveExceptions thrown by the prospective file system
provided to its constructor. |
class |
FsModelController<M extends FsModel>
An abstract file system controller which implements the
FsModelController.getModel()
method so that it can forward calls to its additional protected methods to
this model for the convenience of sub-classes. |
class |
FsResourceController
Accounts input and output resources returned by its decorated controller.
|
class |
FsSyncController<M extends FsModel>
A decorating file system controller which performs a
sync operation on the
file system if the decorated file system controller throws an
FsNotSyncedException. |
| Modifier and Type | Field and Description |
|---|---|
protected C |
FsDecoratingController.delegate
The decorated file system controller.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
FsController<?> |
FsDecoratingController.getParent() |
abstract FsController<?> |
FsController.getParent()
Returns the controller for the parent file system or
null if
and only if this file system is not federated, i.e. not a member of
another file system. |
abstract FsController<?> |
FsDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and parent file system controller.
|
FsController<?> |
FsCompositeDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and parent file system controller.
|
FsController<?> |
FsAbstractCompositeDriver.newController(FsModel model,
FsController<?> parent) |
| Modifier and Type | Method and Description |
|---|---|
private Set<FsController<?>> |
FsDefaultManager.getControllers() |
abstract Iterator<FsController<?>> |
FsManager.iterator()
Returns an iterator for the controller of all federated file systems
managed by this instance.
|
Iterator<FsController<?>> |
FsFilteringManager.iterator() |
Iterator<FsController<?>> |
FsDefaultManager.iterator() |
Iterator<FsController<?>> |
FsDecoratingManager.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FsFilteringManager.FilteredControllerIterator.accept(FsController<?> controller) |
int |
FsDefaultManager.FsControllerComparator.compare(FsController<?> l,
FsController<?> r) |
int |
FsDefaultManager.FsControllerComparator.compare(FsController<?> l,
FsController<?> r) |
private FsController<?> |
FsDefaultManager.getController(FsMountPoint mountPoint,
FsController<?> parent,
FsCompositeDriver driver) |
abstract FsController<?> |
FsDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and parent file system controller.
|
FsController<?> |
FsCompositeDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and parent file system controller.
|
FsController<?> |
FsAbstractCompositeDriver.newController(FsModel model,
FsController<?> parent) |
void |
FsManager.Visitor.visit(FsController<?> controller) |
| Constructor and Description |
|---|
FsCachingController(FsController<? extends FsConcurrentModel> controller,
IOPool<?> pool)
Constructs a new content caching file system controller.
|
FsConcurrentController(FsController<? extends FsConcurrentModel> controller)
Constructs a new concurrent file system controller.
|
FsFederatingController(FsController<?> controller)
Constructs a new file system federating controller.
|
FsResourceController(FsController<? extends FsConcurrentModel> controller)
Constructs a new file system resource controller.
|
FsSyncController(FsController<? extends M> controller)
Constructs a new file system sync controller.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FsArchiveController<E extends FsArchiveEntry>
An abstract base class for any archive file system controller which
provide all the essential services required for accessing a prospective
archive file.
|
(package private) class |
FsContextController
A file system controller which decorates another file system controller in
order to inject the original values of selected parameters for its operation
in progress.
|
(package private) class |
FsDefaultArchiveController<E extends FsArchiveEntry>
This archive controller manages I/O to the entry which represents the target
archive file in its parent file system and resolves archive entry collisions,
for example by performing a full update of the target archive file.
|
(package private) class |
FsFileSystemArchiveController<E extends FsArchiveEntry>
This abstract archive controller controls the mount state transition.
|
| Modifier and Type | Field and Description |
|---|---|
private FsController<?> |
FsDefaultArchiveController.parent |
| Modifier and Type | Method and Description |
|---|---|
FsController<?> |
FsDefaultArchiveController.getParent() |
FsController<?> |
FsArchiveDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and parent file system controller.
|
| Modifier and Type | Method and Description |
|---|---|
InputSocket<?> |
FsArchiveDriver.getInputSocket(FsController<?> controller,
FsEntryName name,
BitField<FsInputOption> options)
Called to prepare reading an archive file artifact of this driver from
name in controller using options. |
OutputSocket<?> |
FsArchiveDriver.getOutputSocket(FsController<?> controller,
FsEntryName name,
BitField<FsOutputOption> options,
Entry template)
Called to prepare writing an archive file artifact of this driver to
name in controller using options and
template. |
FsController<?> |
FsArchiveDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and parent file system controller.
|
| Constructor and Description |
|---|
FsDefaultArchiveController(FsConcurrentModel model,
FsController<?> parent,
FsArchiveDriver<E> driver)
Constructs a new archive file system controller.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.