Class

sbt.librarymanagement

ResolverFunctions

Related Doc: package librarymanagement

Permalink

abstract class ResolverFunctions extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResolverFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResolverFunctions()

    Permalink

Type Members

  1. sealed abstract class Define[RepositoryType <: SshBasedRepository] extends AnyRef

    Permalink

    A base class for defining factories for interfaces to Ivy repositories that require a hostname , port, and patterns.

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. val DefaultMavenRepositoryRoot: String

    Permalink
  5. val JCenterRepositoryName: String

    Permalink
  6. val JCenterRepositoryRoot: String

    Permalink
  7. val JavaNet2RepositoryName: String

    Permalink
  8. val JavaNet2RepositoryRoot: String

    Permalink
  9. final val PluginPattern: String("(scala_[scalaVersion]/)(sbt_[sbtVersion]/)")

    Permalink
  10. val SbtRepositoryRoot: String

    Permalink
  11. val SonatypeRepositoryRoot: String

    Permalink
  12. val TypesafeRepositoryRoot: String

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def bintrayIvyRepo(owner: String, repo: String): URLRepository

    Permalink
  15. def bintrayRepo(owner: String, repo: String): MavenRepository

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def defaultFileConfiguration: FileConfiguration

    Permalink
  18. def defaultIvyPatterns: Patterns

    Permalink
  19. def defaultLocal: FileRepository

    Permalink
  20. def defaultPatterns: Patterns

    Permalink
  21. def defaultRetrievePattern: String

    Permalink
  22. def defaultShared: FileRepository

    Permalink
  23. def defaultUserFileRepository(id: String): FileRepository

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. object file

    Permalink

    A factory to construct an interface to an Ivy filesystem resolver.

  27. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  31. def ivyStylePatterns: Patterns

    Permalink
  32. def jcenterRepo: MavenRepository

    Permalink
  33. def localBasePattern: String

    Permalink
  34. def mavenLocal: MavenRepository

    Permalink
  35. def mavenStyleBasePattern: String

    Permalink
  36. def mavenStylePatterns: Patterns

    Permalink
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def publishMavenLocal: MavenCache

    Permalink
  41. def sbtIvyRepo(status: String): URLRepository

    Permalink
  42. def sbtPluginRepo(status: String): URLRepository

    Permalink
  43. object sftp extends Define[SftpRepository]

    Permalink

    A factory to construct an interface to an Ivy SFTP resolver.

  44. def sonatypeRepo(status: String): MavenRepository

    Permalink
  45. object ssh extends Define[SshRepository]

    Permalink

    A factory to construct an interface to an Ivy SSH resolver.

  46. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. def typesafeIvyRepo(status: String): URLRepository

    Permalink
  49. def typesafeRepo(status: String): MavenRepository

    Permalink
  50. object url

    Permalink
  51. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def withDefaultResolvers(userResolvers: Seq[Resolver], jcenter: Boolean, mavenCentral: Boolean): Seq[Resolver]

    Permalink

    Add the local Ivy repository to the user repositories.

    Add the local Ivy repository to the user repositories. If jcenter is true, add the JCenter. If mavenCentral is true, add the Maven Central repository.

  55. def withDefaultResolvers(userResolvers: Seq[Resolver], mavenCentral: Boolean): Seq[Resolver]

    Permalink

    Add the local Ivy repository to the user repositories.

    Add the local Ivy repository to the user repositories. If mavenCentral is true, add the Maven Central repository.

  56. def withDefaultResolvers(userResolvers: Seq[Resolver]): Seq[Resolver]

    Permalink

    Add the local and Maven Central repositories to the user repositories.

Deprecated Value Members

  1. val SbtPluginRepositoryRoot: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Renamed to SbtRepositoryRoot.

Inherited from AnyRef

Inherited from Any

Ungrouped