Package | Description |
---|---|
jfilesyslib |
This package contains the FileSystem and the FullFileSystem interface.
|
jfilesyslib.filesystems |
This package contains some demo file systems, which may be used by you.
|
jfilesyslib.utils |
This package contains some helpful utilities, e.g. a file system test.
|
Class and Description |
---|
AccessDeniedException
May be thrown if the operation is not permitted
|
AlreadyLockedException
May be thrown if the specified part of the file is already locked.
|
AttributeNotFoundException
May be thrown if the extended attribute was not found
|
DestinationAlreadyExistsException
May be thrown if the destination already exists,
e.g. if renaming a file or directory fails,
because the destination file already exists
|
DriveFullException
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
|
NoDriveLetterLeftException
This windows specific exception may be thrown if no drive letter is available.
|
NotADirectoryException
May be thrown if the given path is a file/symbolic link to a file,
e.g. if readDirectory("/a file") is called
|
NotAFileException
May be thrown if the given path is a file/symbolic link to a directory/symbolic link to a directory,
e.g. if openFile("/") is called
|
PartIsLockedException
May be thrown if the operation is not permitted
|
PathNotFoundException
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
|
SourceAlreadyExistsException
May be thrown if the source of a symbolic link already exists.
|
UnsupportedFeatureException
May be thrown if the feature (e.g. symbolic links)
is not implemented
|
WrongLicenseKeyException
The license key is wrong.
|
Class and Description |
---|
AccessDeniedException
May be thrown if the operation is not permitted
|
AlreadyLockedException
May be thrown if the specified part of the file is already locked.
|
AttributeNotFoundException
May be thrown if the extended attribute was not found
|
DestinationAlreadyExistsException
May be thrown if the destination already exists,
e.g. if renaming a file or directory fails,
because the destination file already exists
|
DriveFullException
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
|
NotADirectoryException
May be thrown if the given path is a file/symbolic link to a file,
e.g. if readDirectory("/a file") is called
|
NotAFileException
May be thrown if the given path is a file/symbolic link to a directory/symbolic link to a directory,
e.g. if openFile("/") is called
|
PartIsLockedException
May be thrown if the operation is not permitted
|
PathNotFoundException
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
|
SourceAlreadyExistsException
May be thrown if the source of a symbolic link already exists.
|
UnsupportedFeatureException
May be thrown if the feature (e.g. symbolic links)
is not implemented
|
Class and Description |
---|
AccessDeniedException
May be thrown if the operation is not permitted
|
DriveFullException
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
|
NotAFileException
May be thrown if the given path is a file/symbolic link to a directory/symbolic link to a directory,
e.g. if openFile("/") is called
|
PathNotFoundException
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
|
TestFailedException
May be thrown if the file system test failed
|