| org.apache.ivy.plugins.repository.ssh.AbstractSshBasedRepository org.apache.ivy.plugins.repository.sftp.SFTPRepository
SFTPRepository | public class SFTPRepository extends AbstractSshBasedRepository (Code) | | SFTP Repository, allow to use a repository accessed by sftp protocol. It supports all operations:
get, put and list. It relies on jsch for sftp handling, and thus is compatible with sftp version
0, 1, 2 and 3
|
SFTPRepository | public SFTPRepository()(Code) | | |
getRepositoryScheme | protected String getRepositoryScheme()(Code) | | |
resolveResource | public Resource resolveResource(String path)(Code) | | This method is similar to getResource, except that the returned resource is fully initialised
(resolved in the sftp repository), and that the given string is a full remote path
Parameters: path - the full remote path in the repository of the resource a fully initialised resource, able to answer to all its methods without needing anyfurther connection |
|
|