All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description ChangeRootFileSystemWrapperImpl The change root space wrapper for a givenFileSystem
relocates the paths accessed by an application to the given namespace.ConcurrentAccessException The Class ConcurrentAccessException.FileAlreadyExistsException The Class FileAlreadyExistsException.FileHandle A file (handle) (descriptor) describes a file in a file system.FileHandle.MutableFileHandle The mutableFileHandle
allows the modification of (fiddling around with) attributes. ------------------------------------------------------------------------- ATTENTION: Usually fiddling around with attributes is not necessary, as theFileSystem
itself provides the sufficient functionality to work with files.FileHandleAccessor Provides an accessor for a file handle property.FileHandleAccessor.FileHandleMutator Provides a mutator for a file handle property.FileHandleAccessor.FileHandleProperty Provides a file handle property.FileHandleImpl Straight forward implementation of theFileHandle
,.FileSizeAccessor Provides an accessor for a size property.FileSizeAccessor.FileSizeMutator Provides a mutator for a size property.FileSizeAccessor.FileSizeProperty Provides a size property.FileSystem A file system represents an abstraction for any "physical" storage medium where file (handles) can be stored and retrieved.FileSystemAccessException The Class FileSystemAccessException.FileSystemAccessor Provides an accessor for aFileSystem
property.FileSystemAccessor.FileSystemMutator Provides a mutator for aFileSystem
property.FileSystemAccessor.FileSystemProperty Provides aFileSystem
property.FileSystemAlreadyExistsException This exception is thrown whenever a file system is to be created though it already exists.FileSystemException The Class FileSystemException.FileSystemRuntimeException The Class FileSystemRuntimeException.FileSystemUtility The Class FileSystemUtility.IllegalFileHandleException The Class IllegalFileHandleException.IllegalKeyException The Class IllegalKeyException.IllegalNameException The Class IllegalNameException.IllegalPathException The Class IllegalPathException.InMemoryFileSystem An in-memoryFileSystem
using anConcurrentHashMap
for implementation.NoCreateAccessException The Class NoCreateAccessException.NoDeleteAccessException The Class NoDeleteAccessException.NoListAccessException This exception is thrown when a list (lookup) access was denied.NoReadAccessException The Class NoReadAccessException.NoWriteAccessException The Class NoWriteAccessException.UnknownFileException The Class UnknownFileException.UnknownFileSystemException This exception is thrown whenever a file system to be accessed which does not exist (any more).UnknownKeyException The Class UnknownKeyException.UnknownNameException The Class UnknownNameException.UnknownPathException The Class UnknownPathException.