- cancelCopy(Copy) - Method in interface nl.esciencecenter.xenon.files.Files
-
Cancel a copy operation.
- cancelJob(Job) - Method in interface nl.esciencecenter.xenon.jobs.Jobs
-
Cancel a job.
- CertificateNotFoundException - Exception in nl.esciencecenter.xenon.credentials
-
Signals that a certificate file could not be found.
- CertificateNotFoundException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.credentials.CertificateNotFoundException
-
- CertificateNotFoundException(String, String) - Constructor for exception nl.esciencecenter.xenon.credentials.CertificateNotFoundException
-
- close(Credential) - Method in interface nl.esciencecenter.xenon.credentials.Credentials
-
Close a Credential
- close() - Method in interface nl.esciencecenter.xenon.files.DirectoryStream
-
- close(FileSystem) - Method in interface nl.esciencecenter.xenon.files.Files
-
Close a FileSystem.
- close(Scheduler) - Method in interface nl.esciencecenter.xenon.jobs.Jobs
-
Close a Scheduler.
- close(Closeable) - Static method in class nl.esciencecenter.xenon.util.Utils
-
Close a Closable
and ignore any exceptions thrown.
- contains(CopyOption, CopyOption...) - Static method in enum nl.esciencecenter.xenon.files.CopyOption
-
Check if a sequence of CopyOption
s contains a specific option.
- contains(OpenOption, OpenOption...) - Static method in enum nl.esciencecenter.xenon.files.OpenOption
-
Check if a sequence of OpenOption
s contains a specific option.
- contains(PosixFilePermission, PosixFilePermission...) - Static method in enum nl.esciencecenter.xenon.files.PosixFilePermission
-
Check if a sequence of PosixFilePermission
s contains a specific option.
- Copy - Interface in nl.esciencecenter.xenon.files
-
Copy represents an asynchronous copy operation.
- copy(Path, Path, CopyOption...) - Method in interface nl.esciencecenter.xenon.files.Files
-
Copy an existing source file or symbolic link to a target file.
- copy(InputStream, OutputStream, int) - Static method in class nl.esciencecenter.xenon.util.Utils
-
Copy all bytes from an input stream to an output stream.
- copy(Files, InputStream, Path, boolean) - Static method in class nl.esciencecenter.xenon.util.Utils
-
Copies all bytes from an input stream to a file.
- copy(Files, Path, OutputStream) - Static method in class nl.esciencecenter.xenon.util.Utils
-
Copies all bytes from a file to an output stream.
- CopyOption - Enum in nl.esciencecenter.xenon.files
-
CopyOption is an enumeration containing all possible options for copying a file.
- CopyStatus - Interface in nl.esciencecenter.xenon.files
-
CopyStatus contains status information for a specific copy operation.
- createDirectories(Path) - Method in interface nl.esciencecenter.xenon.files.Files
-
Creates a new directory, failing if the directory already exists.
- createDirectory(Path) - Method in interface nl.esciencecenter.xenon.files.Files
-
Creates a new directory, failing if the directory already exists.
- createFile(Path) - Method in interface nl.esciencecenter.xenon.files.Files
-
Creates a new empty file, failing if the file already exists.
- creationTime() - Method in interface nl.esciencecenter.xenon.files.FileAttributes
-
Get the creation time for this file.
- Credential - Interface in nl.esciencecenter.xenon.credentials
-
Credential represents a user credential uses to gain access to a resource.
- Credentials - Interface in nl.esciencecenter.xenon.credentials
-
Credentials represents the credentials interface of Xenon.
- credentials() - Method in interface nl.esciencecenter.xenon.Xenon
-
Retrieve the Credentials
package interface.