Java org.apache.commons.vfs.provider.sftp SftpFileSystemConfigBuilder fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

SftpFileSystemConfigBuildergetInstance()
voidsetStrictHostKeyChecking(FileSystemOptions opts, String hostKeyChecking)
configure the host key checking to use.
valid arguments are only yes, no and ask.
See the jsch documentation for details.