Uses of Interface
org.apache.commons.vfs2.provider.sftp.IdentityRepositoryFactory
-
Packages that use IdentityRepositoryFactory Package Description org.apache.commons.vfs2.provider.sftp The SFTP Provider. -
-
Uses of IdentityRepositoryFactory in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp that return IdentityRepositoryFactory Modifier and Type Method Description IdentityRepositoryFactorySftpFileSystemConfigBuilder. getIdentityRepositoryFactory(FileSystemOptions options)Gets the identity repository factory.Methods in org.apache.commons.vfs2.provider.sftp with parameters of type IdentityRepositoryFactory Modifier and Type Method Description voidSftpFileSystemConfigBuilder. setIdentityRepositoryFactory(FileSystemOptions options, IdentityRepositoryFactory factory)Sets the identity repository.
-