See: Description
Interface | Description |
---|---|
Copy |
Copy represents an asynchronous copy operation.
|
CopyStatus |
CopyStatus contains status information for a specific copy operation.
|
DirectoryStream<T> |
DirectoryStream is a
Iterable set of elements that represent the entries found in a directory. |
DirectoryStream.Filter |
A filter use to decides if the given directory entry should be accepted.
|
FileAttributes |
FileAttributes represents a set of attributes of a path.
|
Files |
Files represents the Files interface Xenon.
|
FileSystem |
FileSystem represent a (possibly remote) file system that can be used to access data.
|
Path |
Path represents a specific location on a FileSystem, as by the FileSystems root plus a RelativePath.
|
PathAttributesPair |
Path with its associated Attributes.
|
Class | Description |
---|---|
RelativePath |
RelativePath contains a sequence of path elements separated by a separator.
|
Enum | Description |
---|---|
CopyOption |
CopyOption is an enumeration containing all possible options for copying a file.
|
OpenOption |
OpenOption is an enumeration containing all possible options for opening a stream to a file.
|
PosixFilePermission |
PosixFilePermission is an enumeration containing all supported Posix file permissions.
|
Exception | Description |
---|---|
AttributeNotSupportedException |
Signals that a requested file attribute is not supported by the underlying file system implementation.
|
DirectoryNotEmptyException |
Signals that directory is not empty.
|
FileSystemClosedException |
Signals that a unknown Copy handle was provided.
|
IllegalSourcePathException |
Signals that the source path of an operation is invalid.
|
IllegalTargetPathException |
Signals that the target path of an operation is invalid.
|
InvalidCopyOptionsException |
Signals that an invalid combination of CopyOptions have been specified.
|
InvalidOpenOptionsException |
Signals that an invalid combination of OpenOptions have been specified.
|
InvalidResumeTargetException |
Signals that the data in the target of a resume does not match the data in the source.
|
NoSuchCopyException |
Signals that a unknown Copy handle was provided.
|
NoSuchPathException |
Signals that a path does not exists.
|
PathAlreadyExistsException |
Signals that a path already exists.
|