Skip navigation links
TrueVFS 0.12.0
A B C D E F G H I J K L M N O P R S T U V W Z 

F

FileBufferPoolFactory - Class in net.java.truevfs.driver.file
Creates temp file based I/O buffer pools.
FileBufferPoolFactory() - Constructor for class net.java.truevfs.driver.file.FileBufferPoolFactory
 
FileDriver - Class in net.java.truevfs.driver.file
A file system driver for the FILE scheme.
FileDriver() - Constructor for class net.java.truevfs.driver.file.FileDriver
 
FileDriverMapModifier - Class in net.java.truevfs.driver.file
Maps a file system driver for accessing the platform file system.
FileDriverMapModifier() - Constructor for class net.java.truevfs.driver.file.FileDriverMapModifier
 
fileSystemUri(FsModel, String) - Method in class net.java.truevfs.comp.zipdriver.AbstractZipDriver
A template method for resolving the resource URI which is required to look up the KeyProvider for the entry with the given name in the file system with the given model.
filter(Filter<? super FsController>) - Method in class net.java.truevfs.kernel.spec.FsSync
 
finish() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Closes the current entry and writes the Central Directory to the underlying output stream.
finish() - Method in class net.java.truevfs.comp.zip.crypto.CipherOutputStream
Finishes and voids this cipher output stream.
fireTreeNodesChanged(TreeModelEvent) - Method in class net.java.truevfs.access.swing.TFileTreeModel
This method calls TreeModelListener.treeStructureChanged(TreeModelEvent) on all listeners of this TreeModel.
fireTreeNodesInserted(TreeModelEvent) - Method in class net.java.truevfs.access.swing.TFileTreeModel
This method calls TreeModelListener.treeStructureChanged(TreeModelEvent) on all listeners of this TreeModel.
fireTreeNodesRemoved(TreeModelEvent) - Method in class net.java.truevfs.access.swing.TFileTreeModel
This method calls TreeModelListener.treeStructureChanged(TreeModelEvent) on all listeners of this TreeModel.
fireTreeStructureChanged(TreeModelEvent) - Method in class net.java.truevfs.access.swing.TFileTreeModel
This method calls TreeModelListener.treeStructureChanged(TreeModelEvent) on all listeners of this TreeModel.
FixedBufferedOutputStream - Class in net.java.truevfs.comp.tardriver
Use this class to workaround issues with decorating objects which have delegates which ignore calls to FixedBufferedOutputStream.close() once it has failed before.
FixedBufferedOutputStream(OutputStream, int) - Constructor for class net.java.truevfs.comp.tardriver.FixedBufferedOutputStream
 
forPrefix(FsMountPoint) - Static method in class net.java.truevfs.kernel.spec.FsControllerFilter
Returns a controller filter for the given prefix mount point.
forPrefix(FsMountPoint) - Static method in class net.java.truevfs.kernel.spec.FsModelFilter
Returns a model filter for the given prefix mount point.
forPrefix(FsMountPoint) - Static method in class net.java.truevfs.kernel.spec.FsPrefixMountPointFilter
Returns a prefix mount point filter for the given prefix mount point.
FsAbstractCompositeDriver - Class in net.java.truevfs.kernel.spec
An abstract composite driver.
FsAbstractCompositeDriver() - Constructor for class net.java.truevfs.kernel.spec.FsAbstractCompositeDriver
 
FsAbstractController - Class in net.java.truevfs.kernel.spec
An abstract file system controller which implements the FsAbstractController.getModel() method.
FsAbstractController(FsModel) - Constructor for class net.java.truevfs.kernel.spec.FsAbstractController
Constructs a new file system controller for the given model.
FsAbstractManager - Class in net.java.truevfs.kernel.spec
An abstract file system manager.
FsAbstractManager() - Constructor for class net.java.truevfs.kernel.spec.FsAbstractManager
 
FsAbstractModel - Class in net.java.truevfs.kernel.spec
An abstract file system model which does not implement the property touched.
FsAbstractModel(FsMountPoint, FsModel) - Constructor for class net.java.truevfs.kernel.spec.FsAbstractModel
 
FsAbstractNode - Class in net.java.truevfs.kernel.spec
An abstract file system node is a node which can implement multiple types and list directory members.
FsAbstractNode() - Constructor for class net.java.truevfs.kernel.spec.FsAbstractNode
 
FsAccessOption - Enum in net.java.truevfs.kernel.spec
Defines common access options for I/O operations.
FsAccessOptions - Class in net.java.truevfs.kernel.spec
Provides common bit fields of access options for I/O operations.
FsAccessOptionsController - Class in net.java.truevfs.kernel.spec
Maps the access options before delegating the called operation.
FsAccessOptionsController(FsController) - Constructor for class net.java.truevfs.kernel.spec.FsAccessOptionsController
 
FsArchiveDriver<E extends FsArchiveEntry> - Class in net.java.truevfs.kernel.spec
An abstract factory for components required for accessing archive files.
FsArchiveDriver() - Constructor for class net.java.truevfs.kernel.spec.FsArchiveDriver
 
FsArchiveEntries - Class in net.java.truevfs.kernel.spec
Static utility methods for FsArchiveEntry objects.
FsArchiveEntry - Interface in net.java.truevfs.kernel.spec
Represents an entry in an archive file.
FsAssertion - Annotation Type in net.java.truevfs.kernel.spec
Asserts the properties of a virtual file system operation.
FsAssertion.Level - Enum in net.java.truevfs.kernel.spec
The property level of a virtual file system operation.
FsCompositeDriver - Interface in net.java.truevfs.kernel.spec
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 - Interface in net.java.truevfs.kernel.spec
Provides read/write access to a file system.
FsController.Factory<Context> - Interface in net.java.truevfs.kernel.spec
FsControllerComparator - Class in net.java.truevfs.kernel.spec
Compares file system controllers in reverse order of the hierarchical URI of the mount point of their file system model.
FsControllerComparator() - Constructor for class net.java.truevfs.kernel.spec.FsControllerComparator
 
FsControllerFilter - Class in net.java.truevfs.kernel.spec
A filter which accepts a given file system controller if its file system model is accepted by the configured file system model filter.
FsControllerFilter(Filter<? super FsModel>) - Constructor for class net.java.truevfs.kernel.spec.FsControllerFilter
 
FsCovariantNode<E extends FsArchiveEntry> - Class in net.java.truevfs.kernel.spec
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.
FsCovariantNode(String) - Constructor for class net.java.truevfs.kernel.spec.FsCovariantNode
Constructs a new covariant file system node with the given path.
FsDecoratingController - Class in net.java.truevfs.kernel.spec
An abstract decorator for a file system controller.
FsDecoratingController(FsController) - Constructor for class net.java.truevfs.kernel.spec.FsDecoratingController
 
FsDecoratingManager - Class in net.java.truevfs.kernel.spec
An abstract decorator for a file system manager.
FsDecoratingManager(FsManager) - Constructor for class net.java.truevfs.kernel.spec.FsDecoratingManager
 
FsDecoratingModel - Class in net.java.truevfs.kernel.spec
An abstract decorator for a file system model.
FsDecoratingModel(FsModel) - Constructor for class net.java.truevfs.kernel.spec.FsDecoratingModel
 
FsDriver - Class in net.java.truevfs.kernel.spec
An abstract factory for components required to access a file system.
FsDriver() - Constructor for class net.java.truevfs.kernel.spec.FsDriver
 
FsDriverMapFactory - Class in net.java.truevfs.kernel.spec.spi
A service for creating maps of file system schemes to file system drivers.
FsDriverMapFactory() - Constructor for class net.java.truevfs.kernel.spec.spi.FsDriverMapFactory
 
FsDriverMapLocator - Class in net.java.truevfs.kernel.spec.sl
A container of the singleton immutable map of all known file system schemes to file system drivers.
FsDriverMapModifier - Class in net.java.truevfs.kernel.spec.spi
An abstract service for modifying maps of file system schemes to file system drivers.
FsDriverMapModifier() - Constructor for class net.java.truevfs.kernel.spec.spi.FsDriverMapModifier
 
FsInputSocketSource - Class in net.java.truevfs.kernel.spec
An adapter from an input socket to a source with access options.
FsInputSocketSource(BitField<FsAccessOption>, InputSocket<? extends Entry>) - Constructor for class net.java.truevfs.kernel.spec.FsInputSocketSource
 
FsInputSocketSource(FsInputSocketSource) - Constructor for class net.java.truevfs.kernel.spec.FsInputSocketSource
 
FsManager - Interface in net.java.truevfs.kernel.spec
A container which creates FsController file system controllers and manages their life cycle.
FsManagerDecorator - Class in net.java.truevfs.kernel.spec.spi
An abstract service for decorating file system managers.
FsManagerDecorator() - Constructor for class net.java.truevfs.kernel.spec.spi.FsManagerDecorator
 
FsManagerFactory - Class in net.java.truevfs.kernel.spec.spi
An abstract service for creating file system managers.
FsManagerFactory() - Constructor for class net.java.truevfs.kernel.spec.spi.FsManagerFactory
 
FsManagerLocator - Class in net.java.truevfs.kernel.spec.sl
A container of the singleton file system manager.
FsModel - Interface in net.java.truevfs.kernel.spec
Defines common properties of any file system.
FsModel.Factory<Context> - Interface in net.java.truevfs.kernel.spec
A factory for file system models.
FsModelFilter - Class in net.java.truevfs.kernel.spec
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.
FsModelFilter(Filter<? super FsMountPoint>) - Constructor for class net.java.truevfs.kernel.spec.FsModelFilter
 
FsMountPoint - Class in net.java.truevfs.kernel.spec
Addresses a file system mount point.
FsMountPoint(URI) - Constructor for class net.java.truevfs.kernel.spec.FsMountPoint
FsMountPoint(URI, FsUriModifier) - Constructor for class net.java.truevfs.kernel.spec.FsMountPoint
Constructs a new mount point by parsing the given URI.
FsMountPoint(FsScheme, FsNodePath) - Constructor for class net.java.truevfs.kernel.spec.FsMountPoint
Constructs a new opaque mount point by composing its URI from the given scheme and path.
FsNode - Interface in net.java.truevfs.kernel.spec
A file system node is an entry which can implement multiple entry types and list directory members.
FsNodeName - Class in net.java.truevfs.kernel.spec
Addresses a file system node relative to its mount point.
FsNodeName(URI) - Constructor for class net.java.truevfs.kernel.spec.FsNodeName
Constructs a new file system node name by parsing the given URI.
FsNodeName(URI, FsUriModifier) - Constructor for class net.java.truevfs.kernel.spec.FsNodeName
Constructs a new file system node name by parsing the given URI after applying the given URI modifier.
FsNodeName(FsNodeName, FsNodeName) - Constructor for class net.java.truevfs.kernel.spec.FsNodeName
Constructs a new file system node name by resolving the given member file system node name against the given parent file system node name.
FsNodePath - Class in net.java.truevfs.kernel.spec
Addresses a file system node.
FsNodePath(File) - Constructor for class net.java.truevfs.kernel.spec.FsNodePath
FsNodePath(URI) - Constructor for class net.java.truevfs.kernel.spec.FsNodePath
FsNodePath(URI, FsUriModifier) - Constructor for class net.java.truevfs.kernel.spec.FsNodePath
Constructs a new path by parsing the given URI.
FsNodePath(FsMountPoint, FsNodeName) - Constructor for class net.java.truevfs.kernel.spec.FsNodePath
Constructs a new path by composing its URI from the given nullable mount point and node name.
FsOpenResourceException - Exception in net.java.truevfs.kernel.spec
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.
FsOpenResourceException(int, int) - Constructor for exception net.java.truevfs.kernel.spec.FsOpenResourceException
 
FsOutputSocketSink - Class in net.java.truevfs.kernel.spec
An adapter from an output socket to a sink with access options.
FsOutputSocketSink(BitField<FsAccessOption>, OutputSocket<? extends Entry>) - Constructor for class net.java.truevfs.kernel.spec.FsOutputSocketSink
 
FsOutputSocketSink(FsOutputSocketSink) - Constructor for class net.java.truevfs.kernel.spec.FsOutputSocketSink
 
FsPrefixMountPointFilter - Class in net.java.truevfs.kernel.spec
A filter which accepts a given file system mount point if its hierarchical URI matches the configured prefix mount point.
FsReadOnlyFileSystemException - Exception in net.java.truevfs.kernel.spec
Indicates that an I/O operation was trying to modify a read-only file system.
FsReadOnlyFileSystemException(FsMountPoint) - Constructor for exception net.java.truevfs.kernel.spec.FsReadOnlyFileSystemException
 
FsReadOnlyFileSystemException(FsMountPoint, Throwable) - Constructor for exception net.java.truevfs.kernel.spec.FsReadOnlyFileSystemException
 
FsScheme - Class in net.java.truevfs.kernel.spec
Addresses a file system scheme.
FsScheme(String) - Constructor for class net.java.truevfs.kernel.spec.FsScheme
Constructs a new URI scheme by parsing the given string.
FsSimpleCompositeDriver - Class in net.java.truevfs.kernel.spec
Uses a given file system driver provider to lookup the appropriate driver for the scheme of a given mount point.
FsSimpleCompositeDriver(Container<Map<FsScheme, FsDriver>>) - Constructor for class net.java.truevfs.kernel.spec.FsSimpleCompositeDriver
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.
FsSync - Class in net.java.truevfs.kernel.spec
 
FsSync() - Constructor for class net.java.truevfs.kernel.spec.FsSync
 
FsSyncException - Exception in net.java.truevfs.kernel.spec
Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system.
FsSyncException(FsMountPoint, Throwable) - Constructor for exception net.java.truevfs.kernel.spec.FsSyncException
 
FsSyncExceptionBuilder - Class in net.java.truevfs.kernel.spec
Assembles an FsSyncException from one or more sync exceptions by suppressing and optionally prioritizing them.
FsSyncExceptionBuilder() - Constructor for class net.java.truevfs.kernel.spec.FsSyncExceptionBuilder
 
FsSyncOption - Enum in net.java.truevfs.kernel.spec
Defines options for (virtual) file system synchronization.
FsSyncOptions - Class in net.java.truevfs.kernel.spec
Provides common bit fields of synchronization options.
FsSyncWarningException - Exception in net.java.truevfs.kernel.spec
Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system.
FsSyncWarningException(FsMountPoint, IOException) - Constructor for exception net.java.truevfs.kernel.spec.FsSyncWarningException
 
FsUriModifier - Enum in net.java.truevfs.kernel.spec
Modifies a URI when parsing a file system node path, a mount point or an node name.
FsUriModifier.PostFix - Enum in net.java.truevfs.kernel.spec
Post-fixes a URI when it gets canonicalized.
fsv - Variable in class net.java.truevfs.access.swing.TDecoratingFileSystemView
The decorated file system view.
fv - Variable in class net.java.truevfs.access.swing.TDecoratingFileView
The decorated file view.
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links
TrueVFS 0.12.0

Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.