| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| de.schlichtherle.truezip.fs.sl |
Provides singletons to locate file system driver service providers
and a file system manager service provider.
|
| de.schlichtherle.truezip.fs.spi |
Provides an abstract class for locatable file system driver service
providers and a locatable file system manager service provider.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<FsScheme,FsDriver> |
FsDefaultDriver.drivers |
| Modifier and Type | Method and Description |
|---|---|
Map<FsScheme,FsDriver> |
FsDriverProvider.get()
Returns an immutable map of file system schemes to drivers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsArchiveDriver<E extends FsArchiveEntry>
An abstract archive driver which provides access to a federated file system
which is persistet in an archive file format like ZIP, JAR, TZP, TAR,
TAR.GZ, TAR.BZ2 etc.
|
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 | Field and Description |
|---|---|
(package private) static Map<FsScheme,FsDriver> |
FsDriverLocator.Boot.DRIVERS |
| Modifier and Type | Method and Description |
|---|---|
Map<FsScheme,FsDriver> |
FsDriverLocator.get() |
| Modifier and Type | Method and Description |
|---|---|
private static FsDriver |
FsDriverService.toDriver(Object driver) |
| 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-2011 Schlichtherle IT Services. All Rights Reserved.