| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| de.schlichtherle.truezip.fs.sl |
Provides singletons to locate file system driver service providers and a
file system manager service provider on the class path.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsDecoratingManager<M extends FsManager>
An abstract decorator for a file system manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsDecoratingManager<M extends FsManager>
An abstract decorator for a file system manager.
|
class |
FsDefaultManager
The default implementation of a file system manager.
|
class |
FsFilteringManager
Filters the list of federated file systems managed by the decorated file
system manager so that their mount point starts with the prefix provided
to the
constructor. |
| Modifier and Type | Field and Description |
|---|---|
protected M |
FsDecoratingManager.delegate
The decorated file system manager.
|
| Modifier and Type | Method and Description |
|---|---|
FsManager |
FsManagerProvider.get()
Returns the singleton file system manager.
|
| Constructor and Description |
|---|
FsFailSafeManager(FsManager manager)
Deprecated.
|
FsFilteringManager(FsManager manager,
FsMountPoint prefix)
Constructs a new prefix filter file system manager from the given file
system manager and mount point prefix.
|
| Modifier and Type | Method and Description |
|---|---|
FsManager |
FsManagerLocator.get() |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.