| 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 |
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 |
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 |
FsFederatingController
Implements a chain of responsibility in order to resolve
FsFalsePositiveExceptions thrown by the prospective file system
provided to its constructor. |
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 | Class and Description |
|---|---|
(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.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.