InternalRepo
mill.scalalib.JavaModule.InternalRepo
@Scaladoc(value = "/**\n * An in-memory [[coursier.Repository]] that exposes the passed projects\n *\n * Doesn\'t generate artifacts for these. These are assumed to be managed\n * externally for now.\n *\n * @param projects\n */")
final case class InternalRepo(projects: Seq[Project]) extends Repository
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.
Attributes
- Source
- JavaModule.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait Repositorytrait ArtifactSourcetrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
def artifacts(dependency: Dependency, project: Project, overrideClassifiers: Option[Seq[Classifier]]): Seq[(Publication, Artifact)]
Attributes
- Source
- JavaModule.scala
def find[F[_] : Monad](module: Module, version: String, fetch: () => F): EitherT[F, String, (ArtifactSource, Project)]
Attributes
- Source
- JavaModule.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- JavaModule.scala
Inherited methods
Attributes
- Inherited from:
- Repository
def findMaybeInterval[F[_$$2]](module: Module, version: String, fetch: () => F)(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
Attributes
- Inherited from:
- Repository
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Repository
def versions[F[_$$5]](module: Module, fetch: () => F, versionsCheckHasModule: Boolean)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
Attributes
- Inherited from:
- Repository
def versions[F[_$$4]](module: Module, fetch: () => F)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
Attributes
- Inherited from:
- Repository
Attributes
- Inherited from:
- Repository
In this article