| 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 |
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 |
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 |
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.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.