Uses of Class
com.sshtools.client.tasks.DownloadOutputStreamTask.DownloadOutputStreamTaskBuilder
Packages that use DownloadOutputStreamTask.DownloadOutputStreamTaskBuilder
-
Uses of DownloadOutputStreamTask.DownloadOutputStreamTaskBuilder in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks that return DownloadOutputStreamTask.DownloadOutputStreamTaskBuilderModifier and TypeMethodDescriptionDownloadOutputStreamTask.DownloadOutputStreamTaskBuilder.create()
DownloadOutputStreamTask.DownloadOutputStreamTaskBuilder.withOutputStream
(OutputStream outputStream) Set the output stream to download to.DownloadOutputStreamTask.DownloadOutputStreamTaskBuilder.withOutputStream
(Optional<OutputStream> outputStream) Set the output stream to download to.DownloadOutputStreamTask.DownloadOutputStreamTaskBuilder.withRemote
(Path remote) Set the remote remote of the local to download.DownloadOutputStreamTask.DownloadOutputStreamTaskBuilder.withRemote
(Optional<Path> remote) Set the remote remote of the local to download.DownloadOutputStreamTask.DownloadOutputStreamTaskBuilder.withRemotePath
(String remote) Set the remote remote of the local to download.DownloadOutputStreamTask.DownloadOutputStreamTaskBuilder.withRemotePath
(Optional<String> remote) Set the remote remote of the local to download.