| 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.
|
| 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 |
FsFailSafeManager
Uses a JVM shutdown hook to call
sync(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>) on the decorated
file system manager when the JVM terminates. |
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. |
class |
FsStatisticsManager
Provides statistics for the federated file systems managed by the decorated
file system manager.
|
| Modifier and Type | Field and Description |
|---|---|
protected M |
FsDecoratingManager.delegate |
private FsManager |
FsFailSafeManager.Sync.manager |
| Modifier and Type | Method and Description |
|---|---|
FsManager |
FsManagerProvider.get()
Returns the singleton file system manager.
|
| Constructor and Description |
|---|
FsFailSafeManager.Sync(FsManager manager) |
FsFailSafeManager(FsManager manager) |
FsFilteringManager(FsManager manager,
FsMountPoint prefix)
Constructs a new prefix filter file system manager from the given file
system manager and mount point prefix.
|
FsStatisticsManager(FsManager manager)
Constructs a new statistics file system manager.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static FsManager |
FsManagerLocator.Boot.MANAGER |
| Modifier and Type | Method and Description |
|---|---|
FsManager |
FsManagerLocator.get() |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.