- IllegalSourcePathException - Exception in nl.esciencecenter.xenon.files
-
Signals that the source path of an operation is invalid.
- IllegalSourcePathException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.files.IllegalSourcePathException
-
- IllegalSourcePathException(String, String) - Constructor for exception nl.esciencecenter.xenon.files.IllegalSourcePathException
-
- IllegalTargetPathException - Exception in nl.esciencecenter.xenon.files
-
Signals that the target path of an operation is invalid.
- IllegalTargetPathException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.files.IllegalTargetPathException
-
- IllegalTargetPathException(String, String) - Constructor for exception nl.esciencecenter.xenon.files.IllegalTargetPathException
-
- IncompatibleVersionException - Exception in nl.esciencecenter.xenon
-
Signals that an adaptor is unable to connect to a resource due to version problems.
- IncompatibleVersionException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.IncompatibleVersionException
-
- IncompatibleVersionException(String, String) - Constructor for exception nl.esciencecenter.xenon.IncompatibleVersionException
-
- IncompleteJobDescriptionException - Exception in nl.esciencecenter.xenon.jobs
-
Signals that a JobDescription is missing required options.
- IncompleteJobDescriptionException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.jobs.IncompleteJobDescriptionException
-
- IncompleteJobDescriptionException(String, String) - Constructor for exception nl.esciencecenter.xenon.jobs.IncompleteJobDescriptionException
-
- InvalidCopyOptionsException - Exception in nl.esciencecenter.xenon.files
-
Signals that an invalid combination of CopyOptions have been specified.
- InvalidCopyOptionsException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.files.InvalidCopyOptionsException
-
- InvalidCopyOptionsException(String, String) - Constructor for exception nl.esciencecenter.xenon.files.InvalidCopyOptionsException
-
- InvalidCredentialException - Exception in nl.esciencecenter.xenon
-
Signals that an invalid credential was used to access a resource.
- InvalidCredentialException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.InvalidCredentialException
-
- InvalidCredentialException(String, String) - Constructor for exception nl.esciencecenter.xenon.InvalidCredentialException
-
- InvalidJobDescriptionException - Exception in nl.esciencecenter.xenon.jobs
-
Signals that a JobDescription contains invalid values for certain options.
- InvalidJobDescriptionException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.jobs.InvalidJobDescriptionException
-
- InvalidJobDescriptionException(String, String) - Constructor for exception nl.esciencecenter.xenon.jobs.InvalidJobDescriptionException
-
- InvalidLocationException - Exception in nl.esciencecenter.xenon
-
Signals that an invalid location was provided.
- InvalidLocationException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.InvalidLocationException
-
- InvalidLocationException(String, String) - Constructor for exception nl.esciencecenter.xenon.InvalidLocationException
-
- InvalidOpenOptionsException - Exception in nl.esciencecenter.xenon.files
-
Signals that an invalid combination of OpenOptions have been specified.
- InvalidOpenOptionsException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.files.InvalidOpenOptionsException
-
- InvalidOpenOptionsException(String, String) - Constructor for exception nl.esciencecenter.xenon.files.InvalidOpenOptionsException
-
- InvalidPropertyException - Exception in nl.esciencecenter.xenon
-
Signals that a property has an invalid value.
- InvalidPropertyException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.InvalidPropertyException
-
- InvalidPropertyException(String, String) - Constructor for exception nl.esciencecenter.xenon.InvalidPropertyException
-
- InvalidResumeTargetException - Exception in nl.esciencecenter.xenon.files
-
Signals that the data in the target of a resume does not match the data in the source.
- InvalidResumeTargetException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.files.InvalidResumeTargetException
-
- InvalidResumeTargetException(String, String) - Constructor for exception nl.esciencecenter.xenon.files.InvalidResumeTargetException
-
- InvalidSchemeException - Exception in nl.esciencecenter.xenon
-
Signals that an invalid scheme was provided.
- InvalidSchemeException(String, String, Throwable) - Constructor for exception nl.esciencecenter.xenon.InvalidSchemeException
-
- InvalidSchemeException(String, String) - Constructor for exception nl.esciencecenter.xenon.InvalidSchemeException
-
- isDirectory() - Method in interface nl.esciencecenter.xenon.files.FileAttributes
-
Does the path refer to a directory ?
- isDone() - Method in interface nl.esciencecenter.xenon.files.CopyStatus
-
Is the Copy done?
- isDone() - Method in interface nl.esciencecenter.xenon.jobs.JobStatus
-
Is the Job done.
- isEmpty() - Method in class nl.esciencecenter.xenon.files.RelativePath
-
Is this RelativePath empty ?
- isExecutable() - Method in interface nl.esciencecenter.xenon.files.FileAttributes
-
Does the path refer to an executable file ?
- isHidden() - Method in interface nl.esciencecenter.xenon.files.FileAttributes
-
Does the path refer to an hidden file ?
- isInteractive() - Method in interface nl.esciencecenter.xenon.jobs.Job
-
Returns if this is an interactive job.
- isInteractive() - Method in class nl.esciencecenter.xenon.jobs.JobDescription
-
Is this an interactive job ?
- isLinux() - Static method in class nl.esciencecenter.xenon.util.Utils
-
Returns if we are currently running on Linux.
- isLinuxRoot(String) - Static method in class nl.esciencecenter.xenon.util.Utils
-
Check if root
only contains a valid Linux root element, which is "/".
- isLocalRoot(String) - Static method in class nl.esciencecenter.xenon.util.Utils
-
Check if root
contains a locally valid root element, such as "C:" on Windows or "/" on Linux and OSX.
- isOnline() - Method in interface nl.esciencecenter.xenon.jobs.Job
-
Returns if this is an online job.
- isOnline() - Method in interface nl.esciencecenter.xenon.jobs.Scheduler
-
Is this an online scheduler ?
Online schedulers need to remain active for their jobs to run.
- isOpen(Credential) - Method in interface nl.esciencecenter.xenon.credentials.Credentials
-
Test if a Credential is open.
- isOpen(FileSystem) - Method in interface nl.esciencecenter.xenon.files.Files
-
Test is a FileSystem is open.
- isOpen(Scheduler) - Method in interface nl.esciencecenter.xenon.jobs.Jobs
-
Test if a Scheduler is open.
- isOSX() - Static method in class nl.esciencecenter.xenon.util.Utils
-
Returns if we are currently running on OSX.
- isOSXRoot(String) - Static method in class nl.esciencecenter.xenon.util.Utils
-
Check if root
contains a valid OSX root element, which is "/".
- isOther() - Method in interface nl.esciencecenter.xenon.files.FileAttributes
-
Is the path not a file, link or directory ?
- isReadable() - Method in interface nl.esciencecenter.xenon.files.FileAttributes
-
Does the path refer to an readable file ?
- isRegularFile() - Method in interface nl.esciencecenter.xenon.files.FileAttributes
-
Does the path refer to a regular file ?
- isRunning() - Method in interface nl.esciencecenter.xenon.files.CopyStatus
-
Is the Copy still running?
- isRunning() - Method in interface nl.esciencecenter.xenon.jobs.JobStatus
-
Is the Job running.
- isSymbolicLink() - Method in interface nl.esciencecenter.xenon.files.FileAttributes
-
Does the path refer to a symbolic link ?
- isWindows() - Static method in class nl.esciencecenter.xenon.util.Utils
-
Returns if we are currently running on Windows.
- isWindowsRoot(String) - Static method in class nl.esciencecenter.xenon.util.Utils
-
Check if root
only contains a valid Windows root element such as "C:".
- isWritable() - Method in interface nl.esciencecenter.xenon.files.FileAttributes
-
Does the path refer to a writable file ?
- iterator() - Method in interface nl.esciencecenter.xenon.files.DirectoryStream
-
- iterator() - Method in class nl.esciencecenter.xenon.files.RelativePath
-
Create an
Iterator
that returns all possible sub RelativePaths of this RelativePath, in order of increasing length.