Uses of Class
com.sshtools.client.tasks.PullTask.PullTaskBuilder
Packages that use PullTask.PullTaskBuilder
-
Uses of PullTask.PullTaskBuilder in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks that return PullTask.PullTaskBuilderModifier and TypeMethodDescriptionAdd a collection of paths to transfer.PullTask.PullTaskBuilder.addPaths
(Collection<String> filePaths) Add a collection of paths to transfer.static PullTask.PullTaskBuilder
PullTask.PullTaskBuilder.create()
Create a newPullTask.PullTaskBuilder
PullTask.PullTaskBuilder.withLocalFolder
(String localFolder) Set the local folder where any transferred paths will be placed.PullTask.PullTaskBuilder.withLocalFolder
(Path localFolder) Set the remote folder where any transferred paths will be placed.PullTask.PullTaskBuilder.withLocalFolder
(Optional<Path> localFolder) Set the remote folder where any transferred paths will be placed.Set an array of files to transfer.PullTask.PullTaskBuilder.withPaths
(Collection<String> filePaths) Set an array of files to transfer.