Package org.apache.sshd.scp.client
Interface AbstractScpClient.ScpOperationExecutor<T>
- Enclosing class:
- AbstractScpClient
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ScpHelper helper, Collection<T> local, Collection<ScpClient.Option> options)
-
Method Details
-
execute
void execute(ScpHelper helper, Collection<T> local, Collection<ScpClient.Option> options) throws IOException - Throws:
IOException
-