|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FsManager | |
|---|---|
| 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. |
| Uses of FsManager in de.schlichtherle.truezip.fs |
|---|
| Classes in de.schlichtherle.truezip.fs with type parameters of type FsManager | |
|---|---|
class |
FsDecoratingManager<M extends FsManager>
An abstract decorator for a file system manager. |
| Subclasses of FsManager in de.schlichtherle.truezip.fs | |
|---|---|
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 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. |
| Fields in de.schlichtherle.truezip.fs declared as FsManager | |
|---|---|
protected M |
FsDecoratingManager.delegate
|
private FsManager |
FsFailSafeManager.Sync.manager
|
| Methods in de.schlichtherle.truezip.fs that return FsManager | |
|---|---|
FsManager |
FsManagerService.getManager()
Returns the file system manager. |
| Constructors in de.schlichtherle.truezip.fs with parameters of type FsManager | |
|---|---|
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. |
|
| Uses of FsManager in de.schlichtherle.truezip.fs.sl |
|---|
| Fields in de.schlichtherle.truezip.fs.sl declared as FsManager | |
|---|---|
private FsManager |
FsManagerLocator.manager
|
| Methods in de.schlichtherle.truezip.fs.sl that return FsManager | |
|---|---|
FsManager |
FsManagerLocator.getManager()
|
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||