| 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 |
FsCacheController
A selective cache for file system entries.
|
(package private) class |
FsFalsePositiveController
Implements a chain of responsibility in order to resolve
FsFalsePositiveExceptions thrown by the prospective file system
provided to its constructor. |
(package private) class |
FsFinalizeController<M extends FsModel>
Finalizes unclosed resources returned by its decorated controller.
|
class |
FsLockController
Provides read/write locking for multi-threaded access by its clients.
|
class |
FsLockModelDecoratingController<C extends FsController<? extends FsLockModel>>
An abstract file system controller which requires an
FsLockModel so that it can forward its additional method
calls to this model for the convenience of the sub-class. |
class |
FsResourceController
Accounts input and output resources returned by its decorated controller.
|
class |
FsSyncController<M extends FsModel>
Performs a
sync operation on the
file system if and only if any decorated file system controller throws an
FsNeedsSyncException. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FsContextController
Injects the original values of selected parameters of the operation in
progress into its decorated controller.
|
(package private) class |
FsResetController
Resets the decorated file system controller once the virtual root directory
of the file system has been successfully unlinked.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.