Class/Object

coursier.ivy

IvyRepository

Related Docs: object IvyRepository | package ivy

Permalink

final class IvyRepository extends Repository

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

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(dependency: Dependency, project: Project, overrideClassifiers: Option[Seq[Classifier]]): Seq[(Publication, Artifact)]

    Permalink
    Definition Classes
    IvyRepositorySource
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val authentication: Option[Authentication]

    Permalink
  7. val changing: Option[Boolean]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def completeOpt[F[_]](fetch: Fetch[F])(implicit arg0: Monad[F]): Some[Complete[F]]

    Permalink
    Definition Classes
    IvyRepositoryRepository
  10. val dropInfoAttributes: Boolean

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    IvyRepository → AnyRef → Any
  13. def fetchVersions[F[_]](module: Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]

    Permalink
    Attributes
    protected
    Definition Classes
    IvyRepositoryRepository
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def find[F[_]](module: Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Source, Project)]

    Permalink
    Definition Classes
    IvyRepositoryRepository
  16. def findMaybeInterval[F[_]](module: Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Source, Project)]

    Permalink
    Definition Classes
    Repository
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. def metadataPattern: Pattern

    Permalink
  21. val metadataPatternOpt: Option[Pattern]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val pattern: Pattern

    Permalink
  26. def repr: String

    Permalink
    Definition Classes
    IvyRepositoryRepository
  27. lazy val revisionListingPatternOpt: Option[Pattern]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    IvyRepository → AnyRef → Any
  30. def versions[F[_]](module: Module, fetch: Fetch[F], versionsCheckHasModule: Boolean)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]

    Permalink
    Definition Classes
    Repository
  31. def versions[F[_]](module: Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]

    Permalink
    Definition Classes
    Repository
  32. val versionsCheckHasModule: Boolean

    Permalink
    Definition Classes
    IvyRepositoryRepository
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val withArtifacts: Boolean

    Permalink
  37. def withAuthentication(authentication: Option[Authentication]): IvyRepository

    Permalink
  38. def withChanging(changing: Boolean): IvyRepository

    Permalink
  39. def withChanging(changingOpt: Option[Boolean]): IvyRepository

    Permalink
  40. val withChecksums: Boolean

    Permalink
  41. def withDropInfoAttributes(dropInfoAttributes: Boolean): IvyRepository

    Permalink
  42. def withMetadataPattern(metadataPattern: Pattern): IvyRepository

    Permalink
  43. def withMetadataPattern(metadataPatternOpt: Option[Pattern]): IvyRepository

    Permalink
  44. def withPattern(pattern: Pattern): IvyRepository

    Permalink
  45. val withSignatures: Boolean

    Permalink
  46. def withVersionsCheckHasModule(versionsCheckHasModule: Boolean): IvyRepository

    Permalink
  47. def withWithArtifacts(withArtifacts: Boolean): IvyRepository

    Permalink
  48. def withWithChecksums(withChecksums: Boolean): IvyRepository

    Permalink
  49. def withWithSignatures(withSignatures: Boolean): IvyRepository

    Permalink

Deprecated Value Members

  1. def copy(pattern: Pattern = pattern, metadataPatternOpt: Option[Pattern] = metadataPatternOpt, changing: Option[Boolean] = changing, withChecksums: Boolean = withChecksums, withSignatures: Boolean = withSignatures, withArtifacts: Boolean = withArtifacts, dropInfoAttributes: Boolean = dropInfoAttributes, authentication: Option[Authentication] = authentication): IvyRepository

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC3) Use the with* methods instead

Inherited from Repository

Inherited from Source

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped