Packages

final case class InternalRepo(projects: Seq[Project]) extends Repository with Product with Serializable

An in-memory coursier.Repository that exposes the passed projects

Doesn't generate artifacts for these. These are assumed to be managed externally for now.

Source
JavaModule.scala
Linear Supertypes
Product, Equals, Repository, ArtifactSource, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalRepo
  2. Product
  3. Equals
  4. Repository
  5. ArtifactSource
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InternalRepo(projects: Seq[Project])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def artifacts(dependency: coursier.core.Dependency, project: Project, overrideClassifiers: Option[Seq[Classifier]]): Seq[(Publication, Artifact)]
    Definition Classes
    InternalRepo → ArtifactSource
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def completeOpt[F[_]](fetch: Fetch[F])(implicit arg0: Monad[F]): Option[Complete[F]]
    Definition Classes
    Repository
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def fetchVersions[F[_]](module: coursier.core.Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Attributes
    protected
    Definition Classes
    Repository
  10. def find[F[_]](module: coursier.core.Module, version: String, fetch: Fetch[F])(implicit arg0: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
    Definition Classes
    InternalRepo → Repository
  11. def findMaybeInterval[F[_]](module: coursier.core.Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
    Definition Classes
    Repository
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. val projects: Seq[Project]
  19. def repr: String
    Definition Classes
    Repository
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    InternalRepo → AnyRef → Any
  22. def versions[F[_]](module: coursier.core.Module, fetch: Fetch[F], versionsCheckHasModule: Boolean)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Definition Classes
    Repository
  23. def versions[F[_]](module: coursier.core.Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Definition Classes
    Repository
  24. def versionsCheckHasModule: Boolean
    Definition Classes
    Repository
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Product

Inherited from Equals

Inherited from Repository

Inherited from ArtifactSource

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped