Java org.apache.commons.vfs2.provider.sftp PrincipalProvidedSessionSftpFileSystemConfigBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2.provider.sftp PrincipalProvidedSessionSftpFileSystemConfigBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2.provider.sftp PrincipalProvidedSessionSftpFileSystemConfigBuilder.

The text is from its open source code.

Method

PrincipalProvidedSessionSftpFileSystemConfigBuildergetInstance()
voidsetRootURI(final FileSystemOptions opts, final String rootURI)
The root URI of the file system.
voidsetSession(FileSystemOptions opts, Session session)
Sets the JSch Session to be used by this builder
voidsetUserDirIsRoot(FileSystemOptions opts, boolean userDirIsRoot)
use user directory as root (do not change to fs root).