Packages

final class SftpRepository extends SshBasedRepository with SftpRepositoryExtra with Serializable

sbt interface for an Ivy repository over sftp. More convenient construction is done using Resolver.sftp.

Linear Supertypes
SftpRepositoryExtra, SshBasedRepository, SshBasedRepositoryExtra, PatternsBasedRepository, Resolver, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SftpRepository
  2. SftpRepositoryExtra
  3. SshBasedRepository
  4. SshBasedRepositoryExtra
  5. PatternsBasedRepository
  6. Resolver
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SftpRepository(name: String, connection: SshConnection, patterns: Patterns)

Type Members

  1. type RepositoryType = SftpRepository
    Definition Classes
    SftpRepositoryExtra → SshBasedRepositoryExtra

Value Members

  1. def as(user: String, keyfile: File, password: Option[String]): RepositoryType
    Definition Classes
    SshBasedRepositoryExtra
  2. def as(user: String, keyfile: File, password: String): RepositoryType
    Definition Classes
    SshBasedRepositoryExtra
  3. def as(user: String, keyfile: File): RepositoryType

    Configures this to use the specified keyfile and password for the keyfile when connecting to the remote repository.

    Configures this to use the specified keyfile and password for the keyfile when connecting to the remote repository.

    Definition Classes
    SshBasedRepositoryExtra
  4. def as(user: String, password: Option[String]): RepositoryType
    Definition Classes
    SshBasedRepositoryExtra
  5. def as(user: String): RepositoryType
    Definition Classes
    SshBasedRepositoryExtra
  6. def as(user: String, password: String): RepositoryType

    Configures this to use the specified user name and password when connecting to the remote repository.

    Configures this to use the specified user name and password when connecting to the remote repository.

    Definition Classes
    SshBasedRepositoryExtra
  7. val connection: SshConnection

    The object representing the configured ssh connection for this repository.

    The object representing the configured ssh connection for this repository.

    Definition Classes
    SshBasedRepository → SshBasedRepositoryExtra
  8. def equals(o: Any): Boolean
    Definition Classes
    SftpRepositorySshBasedRepositoryPatternsBasedRepositoryResolver → AnyRef → Any
  9. def hashCode(): Int
    Definition Classes
    SftpRepositorySshBasedRepositoryPatternsBasedRepositoryResolver → AnyRef → Any
  10. val name: String
    Definition Classes
    Resolver
  11. val patterns: Patterns
    Definition Classes
    PatternsBasedRepository
  12. def toString(): String
    Definition Classes
    SftpRepositorySshBasedRepositoryPatternsBasedRepositoryResolver → AnyRef → Any
  13. def withConnection(connection: SshConnection): SftpRepository
  14. def withName(name: String): SftpRepository
  15. def withPatterns(patterns: Patterns): SftpRepository