Interface | Description |
---|---|
FileHandle |
A file (handle) (descriptor) describes a file in a file system.
|
FileHandle.MutableFileHandle |
The mutable
FileHandle allows the modification of (fiddling
around with) attributes.
-------------------------------------------------------------------------
ATTENTION: Usually fiddling around with attributes is not necessary, as
the FileSystem itself provides the sufficient functionality to
work with files. |
FileHandleAccessor |
Provides an accessor for a
FileHandle property. |
FileHandleAccessor.FileHandleMutator |
Provides a mutator for a
FileHandle property. |
FileHandleAccessor.FileHandleProperty |
Provides a
FileHandle property. |
FileSystem |
A file system represents an abstraction for any "physical" storage medium
where file (handles) can be stored and retrieved.
|
FileSystemAccessor |
Provides an accessor for a
FileSystem property. |
FileSystemAccessor.FileSystemMutator |
Provides a mutator for a
FileSystem property. |
FileSystemAccessor.FileSystemProperty |
Provides a
FileSystem property. |
Class | Description |
---|---|
FileSystemUtility |
Exception | Description |
---|---|
ConcurrentAccessException | |
FileAlreadyExistsException | |
FileSystemAccessException | |
FileSystemAlreadyExistsException |
This exception is thrown whenever a file system is to be created though it
already exists.
|
FileSystemException | |
FileSystemRuntimeException | |
IllegalFileHandleException | |
IllegalKeyException | |
IllegalNameException | |
IllegalPathException | |
NoCreateAccessException | |
NoDeleteAccessException | |
NoListAccessException |
This exception is thrown when a list (lookup) access was denied.
|
NoReadAccessException | |
NoWriteAccessException | |
UnknownFileException | |
UnknownFileSystemException |
This exception is thrown whenever a file system to be accessed which does not
exist (any more).
|
UnknownKeyException | |
UnknownNameException | |
UnknownPathException |
Copyright © 2017. All rights reserved.