Interface SshSession.RemoteFileOperation<T>
- Type Parameters:
T- operation result type
- Enclosing class:
SshSession
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A bounded operation performed against the remote Apache MINA SFTP file system.
-
Method Summary
-
Method Details
-
execute
Execute the operation.- Parameters:
fileSystem- remote SFTP file system- Returns:
- operation result
- Throws:
IOException- on remote file-system failureInterruptedException- when lifecycle coordination is interrupted
-