- cancel(Runnable) - Method in class nl.esciencecenter.octopus.engine.util.old.ScheduledExecutor
-
- certfile - Variable in class nl.esciencecenter.octopus.security.CertificateCredential
-
- CertificateCredential - Class in nl.esciencecenter.octopus.security
-
A container for security Information based upon certificates.
- CertificateCredential(URI, URI, String, String) - Constructor for class nl.esciencecenter.octopus.security.CertificateCredential
-
Constructs a
CertificateCredential
out of a
URI
pointing
to the private key, a
URI
pointing to the certificate, a username
and a password.
- CertificateCredential(URI, URI, String) - Constructor for class nl.esciencecenter.octopus.security.CertificateCredential
-
- checkProperties(String, String[], String[], boolean) - Method in class nl.esciencecenter.octopus.ImmutableTypedProperties
-
Checks all properties with the given prefix for validity.
- clear() - Method in class nl.esciencecenter.octopus.ImmutableTypedProperties
-
- clone() - Method in class nl.esciencecenter.octopus.security.CertificateCredential
-
Returns a clone of this context.
- clone() - Method in class nl.esciencecenter.octopus.security.Credential
-
Returns a clone of this context.
- clone() - Method in class nl.esciencecenter.octopus.security.PasswordCredential
-
Returns a clone of this context.
- clone() - Method in class nl.esciencecenter.octopus.security.ProxyCredential
-
- close() - Method in class nl.esciencecenter.octopus.engine.util.MergingOutputStream
-
- close() - Method in class nl.esciencecenter.octopus.engine.util.old.ProcessBundle.MergingInputStream
-
- close() - Method in class nl.esciencecenter.octopus.engine.util.old.ProcessBundle.OutputStreamSplitter
-
- close() - Method in class nl.esciencecenter.octopus.engine.util.old.ProcessBundle.Reader
-
- close() - Method in class nl.esciencecenter.octopus.engine.util.old.StreamForwarder
-
- close() - Method in class nl.esciencecenter.octopus.engine.util.StreamForwarder
-
Closes the input stream, thereby stopping the stream forwarder, and closing the output stream.
- close() - Method in interface nl.esciencecenter.octopus.files.DirectoryStream
-
- closedStreams - Variable in class nl.esciencecenter.octopus.engine.util.old.ProcessBundle.MergingInputStream
-
- closeInput() - Method in class nl.esciencecenter.octopus.engine.util.old.ProcessBundle
-
- CommandNotFoundException - Exception in nl.esciencecenter.octopus.exceptions
-
- CommandNotFoundException(String, String, URI) - Constructor for exception nl.esciencecenter.octopus.exceptions.CommandNotFoundException
-
- CommandNotFoundException(String, Throwable, String, URI) - Constructor for exception nl.esciencecenter.octopus.exceptions.CommandNotFoundException
-
- CommandRunner - Class in nl.esciencecenter.octopus.engine.util
-
Runs a command.
- CommandRunner(String...) - Constructor for class nl.esciencecenter.octopus.engine.util.CommandRunner
-
- CommandRunner(File, String...) - Constructor for class nl.esciencecenter.octopus.engine.util.CommandRunner
-
- compare(File, File) - Method in class nl.esciencecenter.octopus.engine.AdaptorLoader.FileComparator
-
- compareTo(Path) - Method in class nl.esciencecenter.octopus.engine.files.PathCpi
-
- compareTo(Path) - Method in interface nl.esciencecenter.octopus.files.Path
-
- connect() - Method in class nl.esciencecenter.octopus.engine.loader.JarFsURLConnection
-
- contains(CopyOption[], CopyOption) - Static method in enum nl.esciencecenter.octopus.files.CopyOption
-
- contains(DeleteOption[], DeleteOption) - Static method in enum nl.esciencecenter.octopus.files.DeleteOption
-
- contains(String[], String) - Static method in class nl.esciencecenter.octopus.ImmutableTypedProperties
-
Returns true if the given element is a member of the given list.
- containsAdaptor(String) - Method in class nl.esciencecenter.octopus.engine.loader.JarFileSystem
-
- containsNoteKey(String) - Method in class nl.esciencecenter.octopus.security.Credential
-
Checks whether there exists a note with the given key
.
- copy(Path, Path, CopyOption...) - Method in interface nl.esciencecenter.octopus.engine.files.FilesAdaptor
-
Copy a file to a target file.
- copy(Path, Path, CopyOption...) - Method in class nl.esciencecenter.octopus.engine.files.FilesEngine
-
- copy(Path, Path, CopyOption...) - Method in interface nl.esciencecenter.octopus.files.Files
-
Copy a file to a target file.
- copy(Octopus, InputStream, Path, CopyOption...) - Static method in class nl.esciencecenter.octopus.util.FileUtils
-
Copies all bytes from an input stream to a file.
- copy(Octopus, Path, OutputStream) - Static method in class nl.esciencecenter.octopus.util.FileUtils
-
Copies all bytes from a file to an output stream.
- CopyOption - Enum in nl.esciencecenter.octopus.files
-
- CopyOption() - Constructor for enum nl.esciencecenter.octopus.files.CopyOption
-
- CouldNotInitializeCredentialException - Exception in nl.esciencecenter.octopus.exceptions
-
- CouldNotInitializeCredentialException(String, String, URI) - Constructor for exception nl.esciencecenter.octopus.exceptions.CouldNotInitializeCredentialException
-
- CouldNotInitializeCredentialException(String, Throwable, String, URI) - Constructor for exception nl.esciencecenter.octopus.exceptions.CouldNotInitializeCredentialException
-
- createDirectories(Path, Set<PosixFilePermission>) - Method in interface nl.esciencecenter.octopus.engine.files.FilesAdaptor
-
Creates a directory by creating all nonexistent parent directories first.
- createDirectories(Path, Set<PosixFilePermission>) - Method in class nl.esciencecenter.octopus.engine.files.FilesEngine
-
- createDirectories(Path, Set<PosixFilePermission>) - Method in interface nl.esciencecenter.octopus.files.Files
-
Creates a directory by creating all nonexistent parent directories first.
- createDirectory(Path, Set<PosixFilePermission>) - Method in interface nl.esciencecenter.octopus.engine.files.FilesAdaptor
-
Creates a new directory.
- createDirectory(Path, Set<PosixFilePermission>) - Method in class nl.esciencecenter.octopus.engine.files.FilesEngine
-
- createDirectory(Path, Set<PosixFilePermission>) - Method in interface nl.esciencecenter.octopus.files.Files
-
Creates a new directory.
- createFile(Path, Set<PosixFilePermission>) - Method in interface nl.esciencecenter.octopus.engine.files.FilesAdaptor
-
Creates a new and empty file, failing if the file already exists.
- createFile(Path, Set<PosixFilePermission>) - Method in class nl.esciencecenter.octopus.engine.files.FilesEngine
-
- createFile(Path, Set<PosixFilePermission>) - Method in interface nl.esciencecenter.octopus.files.Files
-
Creates a new and empty file, failing if the file already exists.
- createSymbolicLink(Path, Path) - Method in interface nl.esciencecenter.octopus.engine.files.FilesAdaptor
-
Creates a symbolic link to a target (optional operation).
- createSymbolicLink(Path, Path) - Method in class nl.esciencecenter.octopus.engine.files.FilesEngine
-
- createSymbolicLink(Path, Path) - Method in interface nl.esciencecenter.octopus.files.Files
-
Creates a symbolic link to a target (optional operation).
- createURIFor(URI, String, String...) - Static method in class nl.esciencecenter.octopus.engine.files.PathCpi
-
- creationTime() - Method in interface nl.esciencecenter.octopus.files.FileAttributes
-
- Credential - Class in nl.esciencecenter.octopus.security
-
A container for security Information.
- Credential(String, String) - Constructor for class nl.esciencecenter.octopus.security.Credential
-
- CredentialExpiredException - Exception in nl.esciencecenter.octopus.exceptions
-
- CredentialExpiredException(String, String, URI) - Constructor for exception nl.esciencecenter.octopus.exceptions.CredentialExpiredException
-
- CredentialExpiredException(String, Throwable, String, URI) - Constructor for exception nl.esciencecenter.octopus.exceptions.CredentialExpiredException
-
- credentials - Variable in class nl.esciencecenter.octopus.engine.files.PathCpi
-
- credentials - Variable in class nl.esciencecenter.octopus.engine.files.PathCpi.PathIterator
-
- Credentials - Class in nl.esciencecenter.octopus.security
-
Container class for Credentials.
- Credentials(boolean, Credentials...) - Constructor for class nl.esciencecenter.octopus.security.Credentials
-
- Credentials(boolean, Credential...) - Constructor for class nl.esciencecenter.octopus.security.Credentials
-
- Credentials() - Constructor for class nl.esciencecenter.octopus.security.Credentials
-
- credentials - Variable in class nl.esciencecenter.octopus.security.Credentials
-