| 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 | Method and Description |
|---|---|
static FsScheme |
FsScheme.create(String scheme)
Constructs a new URI scheme by parsing the given string.
|
FsScheme |
FsMountPoint.getScheme()
Returns the scheme component.
|
| 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 |
|---|---|
int |
FsScheme.compareTo(FsScheme that) |
static FsMountPoint |
FsMountPoint.create(FsScheme scheme,
FsPath path)
Constructs a new mount point by composing its URI from the given scheme
and path.
|
| Constructor and Description |
|---|
FsMountPoint(FsScheme scheme,
FsPath path)
Constructs a new opaque mount point by composing its URI from the given
scheme and path.
|
| 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.