| 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 |
FsArchiveDriver<E extends FsArchiveEntry>
An abstract factory for components required for accessing archive files.
|
class |
FsCharsetArchiveDriver<E extends FsArchiveEntry>
An abstract base class of an archive driver which provides convenient
methods for dealing with the character set supported by a particular
archive type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FsScheme,FsDriver> |
FsSimpleCompositeDriver.get() |
Map<FsScheme,FsDriver> |
FsDriverProvider.get()
Returns a dedicated immutable map of file system schemes to drivers.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FsScheme,FsDriver> |
FsDriverLocator.get() |
| Modifier and Type | Method and Description |
|---|---|
static Map<FsScheme,FsDriver> |
FsDriverService.newMap(Object[][] config)
A static factory method for an unmodifiable driver map which is
constructed from the given configuration.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.