Class

sbt.librarymanagement

URLRepository

Related Doc: package librarymanagement

Permalink

final case class URLRepository(name: String, patterns: Patterns) extends PatternsBasedRepository with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, PatternsBasedRepository, Resolver, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. URLRepository
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PatternsBasedRepository
  7. Resolver
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new URLRepository(name: String, patterns: Patterns)

    Permalink

Type Members

  1. type RepositoryType = URLRepository

    Permalink
    Definition Classes
    URLRepositoryPatternsBasedRepository

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def copy(patterns: Patterns): URLRepository

    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
    URLRepositoryPatternsBasedRepository
  8. def descriptorOptional(): RepositoryType

    Permalink

    Makes descriptor metadata optional for this repository.

    Makes descriptor metadata optional for this repository.

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

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  13. 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
  14. def mavenStyle(): RepositoryType

    Permalink

    Enables maven 2 compatibility for this repository.

    Enables maven 2 compatibility for this repository.

    Definition Classes
    PatternsBasedRepository
  15. val name: String

    Permalink
    Definition Classes
    URLRepositoryResolver
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. val patterns: Patterns

    Permalink

    The object representing the configured patterns for this repository.

    The object representing the configured patterns for this repository.

    Definition Classes
    URLRepositoryPatternsBasedRepository
  20. def skipConsistencyCheck(): RepositoryType

    Permalink

    Disables consistency checking for this repository.

    Disables consistency checking for this repository.

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

    Permalink
    Definition Classes
    AnyRef
  22. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PatternsBasedRepository

Inherited from Resolver

Inherited from AnyRef

Inherited from Any

Ungrouped