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 opts)Get 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 opts, IdentityRepositoryFactory factory)Set the identity repository.
-