Class SftpFileStorage.Builder
java.lang.Object
io.leandev.appfuse.file.sftp.SftpFileStorage.Builder
- Enclosing class:
SftpFileStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()connectTimeout(long connectTimeout) idGenerator(FileIdGenerator idGenerator) maxFileSize(long maxFileSize) port(int port) privateKeyPassphrase(String privateKeyPassphrase) privateKeyPath(String privateKeyPath) sshClient(org.apache.sshd.client.SshClient sshClient) stagingBaseUrl(String stagingBaseUrl)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sshClient
-
host
-
port
-
username
-
password
-
privateKeyPath
-
privateKeyPassphrase
-
basePath
-
stagingBaseUrl
-
connectTimeout
-
maxFileSize
-
idGenerator
-
build
-