Package | Description |
---|---|
net.java.truevfs.comp.jmx |
Provides basic functionality for instrumenting the TrueVFS Kernel with a JMX
interface at runtime.
|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
net.java.truevfs.driver.http |
Provides a file system driver for read-only access to the web.
|
net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
Modifier and Type | Method and Description |
---|---|
protected FsNode |
JmxModelView.node() |
Modifier and Type | Method and Description |
---|---|
FsNode |
AbstractKeyController.node(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsNodeName name) |
Modifier and Type | Class and Description |
---|---|
class |
HttpNode
An HTTP(S) entry.
|
Modifier and Type | Class and Description |
---|---|
class |
FsAbstractNode
An abstract file system node is a node which can implement multiple types
and list directory members.
|
class |
FsCovariantNode<E extends FsArchiveEntry>
A covariant file system node maintains a map of
archive entries and uses its
key property to determine the archive entry in the map to
which it forwards calls to FsCovariantNode.getEntry() , Entry.getSize(Size) ,
Entry.getTime(Access) et al. |
Modifier and Type | Method and Description |
---|---|
FsNode |
FsDecoratingController.node(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsNodeName name) |
FsNode |
FsController.node(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsNodeName name)
Returns the file system node for the given
name or null
if it doesn't exist. |
FsNode |
FsAccessOptionsController.node(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsNodeName name) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.