Uses of Class
com.sshtools.client.tasks.DownloadFileTask.DownloadFileTaskBuilder
Packages that use DownloadFileTask.DownloadFileTaskBuilder
-
Uses of DownloadFileTask.DownloadFileTaskBuilder in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks that return DownloadFileTask.DownloadFileTaskBuilderModifier and TypeMethodDescriptionDownloadFileTask.DownloadFileTaskBuilder.create()Create a newDownloadFileTask.DownloadFileTaskBuilderSet the local local to download to.Set the local local to download to.DownloadFileTask.DownloadFileTaskBuilder.withLocalFile(File file) Set the local local to download to.DownloadFileTask.DownloadFileTaskBuilder.withLocalFile(Optional<File> file) Set the local local to download to.DownloadFileTask.DownloadFileTaskBuilder.withRemote(Path remote) Set the remote path of the local to download.DownloadFileTask.DownloadFileTaskBuilder.withRemote(Optional<Path> remote) Set the remote path of the local to download.DownloadFileTask.DownloadFileTaskBuilder.withRemotePath(String remote) Set the remote path of the local to download.DownloadFileTask.DownloadFileTaskBuilder.withRemotePath(Optional<String> remote) Set the remote path of the local to download.