Package | Description |
---|---|
nl.esciencecenter.xenon |
This package is the main entry point into the Xenon API.
|
nl.esciencecenter.xenon.files |
This package contains classes and interfaces for manipulating files.
|
nl.esciencecenter.xenon.util |
This package is contains several utility classes.
|
Class and Description |
---|
Files
Files represents the Files interface Xenon.
|
Class and Description |
---|
AttributeNotSupportedException
Signals that a requested file attribute is not supported by the underlying file system implementation.
|
Copy
Copy represents an asynchronous copy operation.
|
CopyOption
CopyOption is an enumeration containing all possible options for copying a file.
|
CopyStatus
CopyStatus contains status information for a specific copy operation.
|
DirectoryStream
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.
|
FileSystem
FileSystem represent a (possibly remote) file system that can be used to access data.
|
OpenOption
OpenOption is an enumeration containing all possible options for opening a stream to a file.
|
Path
Path represents a specific location on a FileSystem, as by the FileSystems root plus a RelativePath.
|
PathAttributesPair
Path with its associated Attributes.
|
PosixFilePermission
PosixFilePermission is an enumeration containing all supported Posix file permissions.
|
RelativePath
RelativePath contains a sequence of path elements separated by a separator.
|
Class and Description |
---|
CopyOption
CopyOption is an enumeration containing all possible options for copying a file.
|
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.
|
OpenOption
OpenOption is an enumeration containing all possible options for opening a stream to a file.
|
Path
Path represents a specific location on a FileSystem, as by the FileSystems root plus a RelativePath.
|
RelativePath
RelativePath contains a sequence of path elements separated by a separator.
|