| 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.
|
| 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 FsScheme |
FsMountPoint.scheme |
| Modifier and Type | Field and Description |
|---|---|
private Map<FsScheme,FsDriver> |
FsDefaultDriver.drivers |
| 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> |
FsDriverProvider.get()
Returns a dedicated immutable map of file system schemes to drivers.
|
Map<FsScheme,FsDriver> |
FsDefaultDriver.get() |
| 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 | 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 |
|---|---|
static Map<FsScheme,FsDriver> |
FsDriverService.newMap(Object[][] config)
A static factory method for an unmodifiable driver map which is
constructed from the given configuration.
|
private static Collection<FsScheme> |
FsDriverService.toSchemes(Object o) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.