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.

@FunctionalInterface public static interface SshSession.RemoteFileOperation<T>
A bounded operation performed against the remote Apache MINA SFTP file system.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(FileSystem fileSystem)
    Execute the operation.