Class

sbt.librarymanagement

SshBasedRepository

Related Doc: package librarymanagement

Permalink

sealed abstract class SshBasedRepository extends PatternsBasedRepository

sbt interface for an Ivy ssh-based repository (ssh and sftp). Requires the Jsch library..

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SshBasedRepository
  2. PatternsBasedRepository
  3. Resolver
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. abstract type RepositoryType <: SshBasedRepository

    Permalink

Abstract Value Members

  1. abstract def connection: SshConnection

    Permalink

    The object representing the configured ssh connection for this repository.

  2. abstract def copy(connection: SshConnection): RepositoryType

    Permalink
    Attributes
    protected
  3. abstract def copy(patterns: Patterns): RepositoryType

    Permalink

    Should be implemented to create a new copy of this repository but with patterns as given.

    Should be implemented to create a new copy of this repository but with patterns as given.

    Attributes
    protected
    Definition Classes
    PatternsBasedRepository
  4. abstract def name: String

    Permalink
    Definition Classes
    Resolver
  5. abstract def patterns: Patterns

    Permalink

    The object representing the configured patterns for this repository.

    The object representing the configured patterns for this repository.

    Definition Classes
    PatternsBasedRepository

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def artifacts(artifactPatterns: String*): RepositoryType

    Permalink

    Adds the given patterns for resolving/publishing artifacts.

    Adds the given patterns for resolving/publishing artifacts.

    Definition Classes
    PatternsBasedRepository
  5. def as(user: String, keyfile: File, password: Option[String]): RepositoryType

    Permalink
  6. def as(user: String, keyfile: File, password: String): RepositoryType

    Permalink
  7. def as(user: String, keyfile: File): RepositoryType

    Permalink

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

  8. def as(user: String, password: Option[String]): RepositoryType

    Permalink
  9. def as(user: String): RepositoryType

    Permalink
  10. def as(user: String, password: String): RepositoryType

    Permalink

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

  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def descriptorOptional(): RepositoryType

    Permalink

    Makes descriptor metadata optional for this repository.

    Makes descriptor metadata optional for this repository.

    Definition Classes
    PatternsBasedRepository
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def ivys(ivyPatterns: String*): RepositoryType

    Permalink

    Adds the given patterns for resolving/publishing Ivy files.

    Adds the given patterns for resolving/publishing Ivy files.

    Definition Classes
    PatternsBasedRepository
  21. def mavenStyle(): RepositoryType

    Permalink

    Enables maven 2 compatibility for this repository.

    Enables maven 2 compatibility for this repository.

    Definition Classes
    PatternsBasedRepository
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def skipConsistencyCheck(): RepositoryType

    Permalink

    Disables consistency checking for this repository.

    Disables consistency checking for this repository.

    Definition Classes
    PatternsBasedRepository
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PatternsBasedRepository

Inherited from Resolver

Inherited from AnyRef

Inherited from Any

Ungrouped