| 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 |
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. |
| Constructor and Description |
|---|
FsConcurrentModelController(FsConcurrentModel model)
Constructs a new file system controller for the given
concurrent file system model.
|
| Constructor and Description |
|---|
FsCachingController(FsController<? extends FsConcurrentModel> controller,
IOPool<?> pool)
Constructs a new content caching file system controller.
|
FsConcurrentController(FsController<? extends FsConcurrentModel> controller)
Constructs a new concurrent file system controller.
|
FsResourceController(FsController<? extends FsConcurrentModel> controller)
Constructs a new file system resource controller.
|
| Constructor and Description |
|---|
FsArchiveController(FsConcurrentModel model)
Constructs a new basic archive controller.
|
FsDefaultArchiveController(FsConcurrentModel model,
FsController<?> parent,
FsArchiveDriver<E> driver)
Constructs a new archive file system controller.
|
FsFileSystemArchiveController(FsConcurrentModel model)
Creates a new instance of FsFileSystemArchiveController
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.