| 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 |
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. |
| Constructor and Description |
|---|
FsLockModelController(FsLockModel model)
Constructs a new file system controller for the given
concurrent file system model.
|
| Constructor and Description |
|---|
FsCacheController(FsController<? extends FsLockModel> controller,
IOPool<?> pool)
Constructs a new file system cache controller.
|
FsLockController(FsController<? extends FsLockModel> controller)
Constructs a new file system lock controller.
|
FsResourceController(FsController<? extends FsLockModel> controller)
Constructs a new file system resource controller.
|
| Constructor and Description |
|---|
FsArchiveController(FsLockModel model)
Constructs a new basic archive controller.
|
FsFileSystemArchiveController(FsLockModel model)
Creates a new instance of FsFileSystemArchiveController
|
FsTargetArchiveController(FsLockModel model,
FsController<?> parent,
FsArchiveDriver<E> driver)
Constructs a new default archive file system controller.
|
| Constructor and Description |
|---|
FsResetController(FsController<? extends FsLockModel> controller)
Constructs a new file system unlink controller.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.