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