final class TemporaryInMemoryRepository extends Repository

Linear Supertypes
Repository, ArtifactSource, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemporaryInMemoryRepository
  2. Repository
  3. ArtifactSource
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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: Dependency, project: Project, overrideClassifiers: Option[Seq[Classifier]]): Seq[(Publication, Artifact)]
    Definition Classes
    TemporaryInMemoryRepository → ArtifactSource
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cacheOpt: Option[FileCache[Nothing]]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def completeOpt[F[_]](fetch: Fetch[F])(implicit arg0: Monad[F]): Option[Complete[F]]
    Definition Classes
    Repository
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. val fallbacks: Map[(Module, String), (URL, Boolean)]
  12. def fetchVersions[F[_]](module: Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Attributes
    protected
    Definition Classes
    Repository
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def find[F[_]](module: Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
    Definition Classes
    TemporaryInMemoryRepository → Repository
  15. def findMaybeInterval[F[_]](module: Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
    Definition Classes
    Repository
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val localArtifactsShouldBeCached: Boolean
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def repr: String
    Definition Classes
    Repository
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def versions[F[_]](module: Module, fetch: Fetch[F], versionsCheckHasModule: Boolean)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Definition Classes
    Repository
  27. def versions[F[_]](module: Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Definition Classes
    Repository
  28. def versionsCheckHasModule: Boolean
    Definition Classes
    Repository
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Repository

Inherited from ArtifactSource

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped