| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsAbstractCompositeDriver
An abstract composite driver.
|
class |
FsSimpleCompositeDriver
Uses a given file system driver service to lookup the appropriate driver
for the scheme of a given mount point.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FsController<?> |
FsManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver)
Returns the thread-safe file system controller for the given mount point.
|
FsController<?> |
FsDefaultManager.getController(FsMountPoint mp,
FsCompositeDriver d) |
FsController<?> |
FsDecoratingManager.getController(FsMountPoint mountPoint,
FsCompositeDriver driver) |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.