Class/Object

coursier

Fetch

Related Docs: object Fetch | package coursier

Permalink

final class Fetch[F[_]] extends Product with Serializable

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

Instance Constructors

  1. new Fetch(resolve: Resolve[F], artifacts: Artifacts[F], fetchCacheOpt: Option[File])

    Permalink

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 addArtifactTypes(artifactTypes: Type*): Fetch[F]

    Permalink
  5. def addClassifiers(classifiers: Classifier*): Fetch[F]

    Permalink
  6. def addDependencies(dependencies: Dependency*): Fetch[F]

    Permalink
  7. def addExtraArtifacts(f: (Seq[(Dependency, Publication, Artifact)]) ⇒ Seq[Artifact]): Fetch[F]

    Permalink
  8. def addMirrors(mirrors: Mirror*): Fetch[F]

    Permalink
  9. def addRepositories(repositories: Repository*): Fetch[F]

    Permalink
  10. def allArtifactTypes(): Fetch[F]

    Permalink
  11. def artifactTypesOpt: Option[Set[Type]]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def cache: Cache[F]

    Permalink
  14. def canBeCached: Boolean

    Permalink
  15. def canEqual(obj: Any): Boolean

    Permalink
    Definition Classes
    Fetch → Equals
  16. def classifiers: Set[Classifier]

    Permalink
  17. def classpathOrder: Boolean

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def dependencies: Seq[Dependency]

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

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

    Permalink
    Definition Classes
    Fetch → Equals → AnyRef → Any
  22. def extraArtifactsSeq: Seq[(Seq[(Dependency, Publication, Artifact)]) ⇒ Seq[Artifact]]

    Permalink
  23. val fetchCacheOpt: Option[File]

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Fetch → AnyRef → Any
  27. def io: F[Seq[File]]

    Permalink
  28. def ioResult: F[Result]

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def mainArtifactsOpt: Option[Boolean]

    Permalink
  31. def mapResolutionParams(f: (ResolutionParams) ⇒ ResolutionParams): Fetch[F]

    Permalink
  32. def mirrors: Seq[Mirror]

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

    Permalink
    Definition Classes
    AnyRef
  34. def noExtraArtifacts(): Fetch[F]

    Permalink
  35. def noMirrors: Fetch[F]

    Permalink
  36. def noTransformFetcher(): Fetch[F]

    Permalink
  37. def noTransformResolution(): Fetch[F]

    Permalink
  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. def productArity: Int

    Permalink
    Definition Classes
    Fetch → Product
  41. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Fetch → Product
  42. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  43. def productPrefix: String

    Permalink
    Definition Classes
    Fetch → Product
  44. def repositories: Seq[Repository]

    Permalink
  45. def resolutionParams: ResolutionParams

    Permalink
  46. def sync: Sync[F]

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

    Permalink
    Definition Classes
    AnyRef
  48. def throughOpt: Option[(F[Resolution]) ⇒ F[Resolution]]

    Permalink
  49. def toString(): String

    Permalink
    Definition Classes
    Fetch → AnyRef → Any
  50. def transformFetcher(f: (core.ResolutionProcess.Fetch[F]) ⇒ core.ResolutionProcess.Fetch[F]): Fetch[F]

    Permalink
  51. def transformFetcherOpt: Option[(core.ResolutionProcess.Fetch[F]) ⇒ core.ResolutionProcess.Fetch[F]]

    Permalink
  52. def transformResolution(f: (F[Resolution]) ⇒ F[Resolution]): Fetch[F]

    Permalink
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def withArtifactTypes(artifactTypes: Set[Type]): Fetch[F]

    Permalink
  57. def withArtifacts(artifacts: Artifacts[F]): Fetch[F]

    Permalink
  58. def withArtifactsCache(cache: Cache[F]): Fetch[F]

    Permalink
  59. def withCache(cache: Cache[F]): Fetch[F]

    Permalink
  60. def withClassifiers(classifiers: Set[Classifier]): Fetch[F]

    Permalink
  61. def withClasspathOrder(classpathOrder: Boolean): Fetch[F]

    Permalink
  62. def withDependencies(dependencies: Seq[Dependency]): Fetch[F]

    Permalink
  63. def withExtraArtifacts(l: Seq[(Seq[(Dependency, Publication, Artifact)]) ⇒ Seq[Artifact]]): Fetch[F]

    Permalink
  64. def withFetchCache(locationOpt: Option[File]): Fetch[F]

    Permalink
  65. def withFetchCache(location: File): Fetch[F]

    Permalink
  66. def withFetchCacheOpt(fetchCacheOpt: Option[File]): Fetch[F]

    Permalink
  67. def withMainArtifacts(): Fetch[F]

    Permalink
  68. def withMainArtifacts(mainArtifacts: Boolean): Fetch[F]

    Permalink
  69. def withMirrors(mirrors: Seq[Mirror]): Fetch[F]

    Permalink
  70. def withOtherArtifactsCaches(caches: Seq[Cache[F]]): Fetch[F]

    Permalink
  71. def withRepositories(repositories: Seq[Repository]): Fetch[F]

    Permalink
  72. def withResolutionParams(resolutionParams: ResolutionParams): Fetch[F]

    Permalink
  73. def withResolve(resolve: Resolve[F]): Fetch[F]

    Permalink
  74. def withResolveCache(cache: Cache[F]): Fetch[F]

    Permalink
  75. def withTransformFetcher(fOpt: Option[(core.ResolutionProcess.Fetch[F]) ⇒ core.ResolutionProcess.Fetch[F]]): Fetch[F]

    Permalink
  76. def withTransformResolution(fOpt: Option[(F[Resolution]) ⇒ F[Resolution]]): Fetch[F]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped