| 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.
|
| de.schlichtherle.truezip.fs.spi |
Provides abstract classes for locatable service providers for a file system
manager and file system providers.
|
| 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 file system manager.
|
| Modifier and Type | Method and Description |
|---|---|
FsController<? extends FsModel> |
FsDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and nullable parent file system controller.
|
FsController<? extends FsModel> |
FsCompositeDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and nullable parent file system controller.
|
FsController<? extends FsModel> |
FsArchiveDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and nullable parent file system controller.
|
FsController<? extends FsModel> |
FsAbstractCompositeDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> parent) |
| Constructor and Description |
|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
abstract FsManager |
FsManagerDecorator.decorate(FsManager manager)
Decorates the given file system manager.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FsManager |
FsManagerDecorator.decorate(FsManager manager)
Decorates the given file system manager.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.