@Nonnull @ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
FsArchiveEntry |
Represents an entry in an archive file.
|
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.
|
FsController |
Provides read/write access to a file system.
|
FsController.Factory<Context> |
A factory for file system controllers.
|
FsManager |
A container which creates FsController file system controllers
and manages their life cycle.
|
FsModel |
Defines common properties of any file system.
|
FsModel.Factory<Context> |
A factory for file system models.
|
FsNode |
A file system node is an entry which can implement multiple entry types and
list directory members.
|
Class | Description |
---|---|
FsAbstractCompositeDriver |
An abstract composite driver.
|
FsAbstractController |
An abstract file system controller which implements the
FsAbstractController.getModel()
method. |
FsAbstractManager |
An abstract file system manager.
|
FsAbstractModel |
An abstract file system model which does not implement the property
touched . |
FsAbstractNode |
An abstract file system node is a node which can implement multiple types
and list directory members.
|
FsAccessOptions |
Provides common bit fields of access options for I/O operations.
|
FsAccessOptionsController |
Maps the access options before delegating the called operation.
|
FsArchiveDriver<E extends FsArchiveEntry> |
An abstract factory for components required for accessing archive files.
|
FsArchiveEntries |
Static utility methods for
FsArchiveEntry objects. |
FsControllerComparator |
Compares file system controllers in reverse order
of the
hierarchical URI
of the mount point of their
file system model.
|
FsControllerFilter |
A filter which accepts a given file system
controller if its file system
model is accepted by the configured file system model
filter.
|
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. |
FsDecoratingController |
An abstract decorator for a file system controller.
|
FsDecoratingManager |
An abstract decorator for a file system manager.
|
FsDecoratingModel |
An abstract decorator for a file system model.
|
FsDriver |
An abstract factory for components required to access a file system.
|
FsInputSocketSource |
An adapter from an input socket to a source with access options.
|
FsModelFilter |
A filter which accepts a given file system model if its
file system mount point is accepted by the
configured file system mount point filter.
|
FsMountPoint |
Addresses a file system mount point.
|
FsNodeName |
Addresses a file system node relative to its
mount point . |
FsNodePath |
Addresses a file system node.
|
FsOutputSocketSink |
An adapter from an output socket to a sink with access options.
|
FsPrefixMountPointFilter |
A filter which accepts a given file system
mount point if its
hierarchical URI matches
the configured prefix mount point.
|
FsScheme |
Addresses a file system scheme.
|
FsSimpleCompositeDriver |
Uses a given file system driver provider to lookup the appropriate driver
for the scheme of a given mount point.
|
FsSync | |
FsSyncExceptionBuilder |
Assembles an
FsSyncException from one or more sync exceptions by
suppressing and optionally
prioritizing them. |
FsSyncOptions |
Provides common bit fields of synchronization options.
|
Enum | Description |
---|---|
FsAccessOption |
Defines common access options for I/O operations.
|
FsAssertion.Level |
The property level of a virtual file system operation.
|
FsSyncOption |
Defines options for (virtual) file system synchronization.
|
FsUriModifier | |
FsUriModifier.PostFix |
Post-fixes a URI when it gets
canonicalized . |
Exception | Description |
---|---|
FsOpenResourceException |
Indicates that a call to
FsController.sync(net.java.truecommons.shed.BitField<net.java.truevfs.kernel.spec.FsSyncOption>) cannot succeed because
some threads have unclosed I/O resources, e.g. |
FsReadOnlyFileSystemException |
Indicates that an I/O operation was trying to modify a read-only file system.
|
FsSyncException |
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
FsSyncWarningException |
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
Annotation Type | Description |
---|---|
FsAssertion |
Asserts the properties of a virtual file system operation.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.