Packages

final class IvyRepository extends Repository with Product with Serializable

Linear Supertypes
Product, Equals, Repository, ArtifactSource, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IvyRepository
  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 IvyRepository(pattern: Pattern)
  2. new IvyRepository(pattern: Pattern, metadataPatternOpt: Option[Pattern], changingOpt: Option[Boolean], withChecksums: Boolean, withSignatures: Boolean, withArtifacts: Boolean, dropInfoAttributes: Boolean, authentication: Option[Authentication])
  3. new IvyRepository(pattern: Pattern, metadataPatternOpt: Option[Pattern], changingOpt: Option[Boolean], withChecksums: Boolean, withSignatures: Boolean, withArtifacts: Boolean, dropInfoAttributes: Boolean, authentication: Option[Authentication], versionsCheckHasModule: Boolean)

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
    IvyRepositoryArtifactSource
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val authentication: Option[Authentication]
  7. def canEqual(obj: Any): Boolean
    Definition Classes
    IvyRepository → Equals
  8. val changingOpt: Option[Boolean]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def completeOpt[F[_]](fetch: Fetch[F])(implicit arg0: Monad[F]): Some[Complete[F]]
    Definition Classes
    IvyRepositoryRepository
  11. val dropInfoAttributes: Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean
    Definition Classes
    IvyRepository → Equals → AnyRef → Any
  14. def fetchVersions[F[_]](module: Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Attributes
    protected
    Definition Classes
    IvyRepositoryRepository
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def find[F[_]](module: Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
    Definition Classes
    IvyRepositoryRepository
  17. def findMaybeInterval[F[_]](module: Module, version: String, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]
    Definition Classes
    Repository
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    IvyRepository → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def metadataPattern: Pattern
  22. val metadataPatternOpt: Option[Pattern]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val pattern: Pattern
  27. def productArity: Int
    Definition Classes
    IvyRepository → Product
  28. def productElement(n: Int): Any
    Definition Classes
    IvyRepository → Product
  29. def productElementName(n: Int): String
    Definition Classes
    IvyRepository → Product
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def productIterator: Iterator[Any]
    Definition Classes
    Product
  32. def productPrefix: String
    Definition Classes
    IvyRepository → Product
  33. def repr: String
    Definition Classes
    IvyRepositoryRepository
  34. lazy val revisionListingPatternOpt: Option[Pattern]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    IvyRepository → AnyRef → Any
  37. def versions[F[_]](module: Module, fetch: Fetch[F], versionsCheckHasModule: Boolean)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Definition Classes
    Repository
  38. def versions[F[_]](module: Module, fetch: Fetch[F])(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]
    Definition Classes
    Repository
  39. val versionsCheckHasModule: Boolean
    Definition Classes
    IvyRepositoryRepository
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. val withArtifacts: Boolean
  44. def withAuthentication(authentication: Option[Authentication]): IvyRepository
  45. def withChanging(changing: Boolean): IvyRepository
  46. def withChangingOpt(changingOpt: Option[Boolean]): IvyRepository
  47. val withChecksums: Boolean
  48. def withDropInfoAttributes(dropInfoAttributes: Boolean): IvyRepository
  49. def withMetadataPattern(metadataPattern: Pattern): IvyRepository
  50. def withMetadataPatternOpt(metadataPatternOpt: Option[Pattern]): IvyRepository
  51. def withPattern(pattern: Pattern): IvyRepository
  52. val withSignatures: Boolean
  53. def withVersionsCheckHasModule(versionsCheckHasModule: Boolean): IvyRepository
  54. def withWithArtifacts(withArtifacts: Boolean): IvyRepository
  55. def withWithChecksums(withChecksums: Boolean): IvyRepository
  56. def withWithSignatures(withSignatures: Boolean): IvyRepository

Inherited from Product

Inherited from Equals

Inherited from Repository

Inherited from ArtifactSource

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped