Uses of Class
com.sshtools.client.tasks.UploadFileContentTask.UploadFileContentTaskBuilder
Packages that use UploadFileContentTask.UploadFileContentTaskBuilder
-
Uses of UploadFileContentTask.UploadFileContentTaskBuilder in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks that return UploadFileContentTask.UploadFileContentTaskBuilderModifier and TypeMethodDescriptionUploadFileContentTask.UploadFileContentTaskBuilder.create()Create a newUploadFileContentTask.UploadFileContentTaskBuilderUploadFileContentTask.UploadFileContentTaskBuilder.withContent(Object content) Set theObjectto upload.UploadFileContentTask.UploadFileContentTaskBuilder.withEncoding(String encoding) Set the character encoding to use for transferring the string content.UploadFileContentTask.UploadFileContentTaskBuilder.withEncoding(Charset encoding) Set the character encoding to use for transferring the string content.UploadFileContentTask.UploadFileContentTaskBuilder.withRemote(Path remote) Set the remote path to upload the file to.UploadFileContentTask.UploadFileContentTaskBuilder.withRemote(Optional<Path> remote) Set the remote path to upload the file to.UploadFileContentTask.UploadFileContentTaskBuilder.withRemotePath(String remote) Set the remote path to upload the file to.UploadFileContentTask.UploadFileContentTaskBuilder.withRemotePath(Optional<String> remote) Set the remote path to upload the file to.