Package | Description |
---|---|
net.java.truevfs.access |
Provides uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories.
|
net.java.truevfs.comp.inst |
Provides basic functionality for instrumenting the TrueVFS Kernel at runtime.
|
net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
Modifier and Type | Class and Description |
---|---|
class |
TArchiveDetector
Detects a prospective archive file and declares its file system
scheme by mapping its file name extension to an archive driver.
|
Modifier and Type | Class and Description |
---|---|
class |
InstrumentingCompositeDriver<M extends Mediator<M>> |
Modifier and Type | Field and Description |
---|---|
protected FsCompositeDriver |
InstrumentingCompositeDriver.driver |
Modifier and Type | Method and Description |
---|---|
FsCompositeDriver |
Mediator.instrument(InstrumentingManager<This> context,
FsCompositeDriver subject)
Instruments the given
subject . |
Modifier and Type | Method and Description |
---|---|
FsController |
InstrumentingManager.controller(FsCompositeDriver driver,
FsMountPoint mountPoint) |
FsCompositeDriver |
Mediator.instrument(InstrumentingManager<This> context,
FsCompositeDriver subject)
Instruments the given
subject . |
Constructor and Description |
---|
InstrumentingCompositeDriver(M mediator,
FsCompositeDriver driver) |
Modifier and Type | Class and Description |
---|---|
class |
FsAbstractCompositeDriver
An abstract composite driver.
|
class |
FsSimpleCompositeDriver
Uses a given file system driver provider to lookup the appropriate driver
for the scheme of a given mount point.
|
Modifier and Type | Method and Description |
---|---|
FsController |
FsDecoratingManager.controller(FsCompositeDriver driver,
FsMountPoint mountPoint) |
FsController |
FsManager.controller(FsCompositeDriver driver,
FsMountPoint mountPoint)
Returns the thread-safe file system controller for the given mount point.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.