| Package | Description |
|---|---|
| net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FsCompositeDriver
Queries the scheme of the mount point of the given file system model in
order to lookup the appropriate file system driver which is then used to
create the requested thread-safe file system controller.
|
interface |
FsManager
A container which creates FsController file system controllers
and manages their life cycle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsAbstractCompositeDriver
An abstract composite driver.
|
class |
FsAbstractManager
An abstract file system manager.
|
class |
FsArchiveDriver<E extends FsArchiveEntry>
An abstract factory for components required for accessing archive files.
|
class |
FsDecoratingManager
An abstract decorator for a file system manager.
|
class |
FsDriver
An abstract factory for components required to access a file system.
|
class |
FsSimpleCompositeDriver
Uses a given file system driver provider to lookup the appropriate driver
for the scheme of a given mount point.
|
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.