| Package | Description |
|---|---|
| net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
| net.java.truevfs.kernel.spec.sl |
Provides singletons to locate service providers on the class path.
|
| net.java.truevfs.kernel.spec.spi |
Provides abstract classes for locatable service 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() |
| Modifier and Type | Method and Description |
|---|---|
int |
FsScheme.compareTo(FsScheme that) |
static FsMountPoint |
FsMountPoint.create(FsScheme scheme,
FsNodePath path)
Constructs a new mount point by composing its URI from the given scheme
and path.
|
| Constructor and Description |
|---|
FsMountPoint(FsScheme scheme,
FsNodePath path)
Constructs a new opaque mount point by composing its URI from the given
scheme and path.
|
| Constructor and Description |
|---|
FsSimpleCompositeDriver(net.java.truecommons.services.Container<Map<FsScheme,FsDriver>> container)
Constructs a new simple meta driver which will query the given
provider for an appropriate file system driver for the scheme
of a given mount point. |
| Modifier and Type | Method and Description |
|---|---|
Map<FsScheme,FsDriver> |
FsDriverMapLocator.get() |
| Modifier and Type | Method and Description |
|---|---|
Map<FsScheme,FsDriver> |
FsDriverMapFactory.get()
Returns a new empty map for subsequent modification.
|
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.