Uses of Interface
org.apache.sshd.client.scp.AbstractScpClient.ScpOperationExecutor
-
Packages that use AbstractScpClient.ScpOperationExecutor Package Description org.apache.sshd.client.scp -
-
Uses of AbstractScpClient.ScpOperationExecutor in org.apache.sshd.client.scp
Methods in org.apache.sshd.client.scp with parameters of type AbstractScpClient.ScpOperationExecutor Modifier and Type Method Description protected abstract <T> void
AbstractScpClient. runUpload(java.lang.String remote, java.util.Collection<ScpClient.Option> options, java.util.Collection<T> local, AbstractScpClient.ScpOperationExecutor<T> executor)
protected <T> void
DefaultScpClient. runUpload(java.lang.String remote, java.util.Collection<ScpClient.Option> options, java.util.Collection<T> local, AbstractScpClient.ScpOperationExecutor<T> executor)
-