Package | Description |
---|---|
de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
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.
|
FsSyncController(FsController<? extends FsLockModel> controller)
Constructs a new file system sync controller.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.