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
Ordering
- Alphabetic
- By Inheritance
Inherited
- InternalRepo
- Product
- Equals
- Repository
- ArtifactSource
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InternalRepo(projects: Seq[Project])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def artifacts(dependency: coursier.core.Dependency, project: Project, overrideClassifiers: Option[Seq[Classifier]]): Seq[(Publication, Artifact)]
- Definition Classes
- InternalRepo → ArtifactSource
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def completeOpt[F[_]](fetch: Fetch[F])(implicit arg0: Monad[F]): Option[Complete[F]]
- Definition Classes
- Repository
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fetchVersions[F[_]](module: coursier.core.Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
- Attributes
- protected
- Definition Classes
- Repository
- 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
- def findMaybeInterval[F[_]](module: coursier.core.Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
- Definition Classes
- Repository
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val projects: Seq[Project]
- def repr: String
- Definition Classes
- Repository
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- InternalRepo → AnyRef → Any
- def versions[F[_]](module: coursier.core.Module, fetch: Fetch[F], versionsCheckHasModule: Boolean)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
- Definition Classes
- Repository
- def versions[F[_]](module: coursier.core.Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
- Definition Classes
- Repository
- def versionsCheckHasModule: Boolean
- Definition Classes
- Repository
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)