| 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 |
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.
|
| Constructor and Description |
|---|
FsSimpleCompositeDriver(FsDriverProvider provider)
Constructs a new file system default driver which will query the given
file system driver provider for an appropriate file system driver for
the scheme of a given mount point.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsDriverLocator
Locates all file system drivers on the class path.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsDriverService
An abstract locatable service for a map of file system schemes to
file system drivers.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.