Uses of Class
com.sshtools.client.tasks.PushTask.PushTaskBuilder
Packages that use PushTask.PushTaskBuilder
-
Uses of PushTask.PushTaskBuilder in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks that return PushTask.PushTaskBuilderModifier and TypeMethodDescriptionPushTask.PushTaskBuilder.addAbstactFiles(Collection<AbstractFile> filePaths) Add a collection of AbstractFile objects to transfer.PushTask.PushTaskBuilder.addFilePaths(Collection<String> filePaths) Add a collection of paths to transfer.PushTask.PushTaskBuilder.addFiles(Collection<File> files) Add a collection of files to transfer.PushTask.PushTaskBuilder.addPaths(Collection<Path> paths) Add a collection of paths to transfer.static PushTask.PushTaskBuilderPushTask.PushTaskBuilder.create()Create a newPushTask.PushTaskBuilderPushTask.PushTaskBuilder.withAbstractFiles(AbstractFile... paths) Set an array of files to transfer.PushTask.PushTaskBuilder.withAbstractFiles(Collection<AbstractFile> paths) Set a collection of file paths to transfer.PushTask.PushTaskBuilder.withFilePaths(Collection<String> files) Set a collection of file paths to transfer.Set an array of files to transfer.PushTask.PushTaskBuilder.withFilesPaths(String... filePaths) Set an array of files to transfer.Set an array of files to transfer.PushTask.PushTaskBuilder.withPaths(Collection<Path> paths) Set a collection of file paths to transfer.PushTask.PushTaskBuilder.withRemoteFolder(String remoteFolder) Set the remote folder where any transferred paths will be placed.PushTask.PushTaskBuilder.withRemoteFolder(Path remoteFolder) Set the remote folder where any transferred paths will be placed.PushTask.PushTaskBuilder.withRemoteFolder(Optional<Path> remoteFolder) Set the remote folder where any transferred paths will be placed.