Packages

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])

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 addArtifactTypes(artifactTypes: Type*): Fetch[F]
  5. def addClassifiers(classifiers: Classifier*): Fetch[F]
  6. def addDependencies(dependencies: Dependency*): Fetch[F]
  7. def addExtraArtifacts(f: (Seq[(Dependency, Publication, Artifact)]) ⇒ Seq[Artifact]): Fetch[F]
  8. def addMirrors(mirrors: Mirror*): Fetch[F]
  9. def addRepositories(repositories: Repository*): Fetch[F]
  10. def addTransformArtifacts(f: (Seq[(Dependency, Publication, Artifact)]) ⇒ Seq[(Dependency, Publication, Artifact)]): Fetch[F]
  11. def allArtifactTypes(): Fetch[F]
  12. def artifactTypesOpt: Option[Set[Type]]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def cache: Cache[F]
  15. def canBeCached: Boolean
  16. def canEqual(obj: Any): Boolean
    Definition Classes
    Fetch → Equals
  17. def classifiers: Set[Classifier]
  18. def classpathOrder: Boolean
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. def dependencies: Seq[Dependency]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(obj: Any): Boolean
    Definition Classes
    Fetch → Equals → AnyRef → Any
  23. def extraArtifactsSeq: Seq[(Seq[(Dependency, Publication, Artifact)]) ⇒ Seq[Artifact]]
  24. val fetchCacheOpt: Option[File]
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    Fetch → AnyRef → Any
  28. def io: F[Seq[File]]
  29. def ioResult: F[Result]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def mainArtifactsOpt: Option[Boolean]
  32. def mapResolutionParams(f: (ResolutionParams) ⇒ ResolutionParams): Fetch[F]
  33. def mirrors: Seq[Mirror]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def noExtraArtifacts(): Fetch[F]
  36. def noMirrors: Fetch[F]
  37. def noTransformFetcher(): Fetch[F]
  38. def noTransformResolution(): Fetch[F]
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def productArity: Int
    Definition Classes
    Fetch → Product
  42. def productElement(n: Int): Any
    Definition Classes
    Fetch → Product
  43. def productIterator: Iterator[Any]
    Definition Classes
    Product
  44. def productPrefix: String
    Definition Classes
    Fetch → Product
  45. def repositories: Seq[Repository]
  46. def resolutionParams: ResolutionParams
  47. def sync: Sync[F]
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def throughOpt: Option[(F[Resolution]) ⇒ F[Resolution]]
  50. def toString(): String
    Definition Classes
    Fetch → AnyRef → Any
  51. def transformArtifacts: Seq[(Seq[(Dependency, Publication, Artifact)]) ⇒ Seq[(Dependency, Publication, Artifact)]]
  52. def transformFetcher(f: (core.ResolutionProcess.Fetch[F]) ⇒ core.ResolutionProcess.Fetch[F]): Fetch[F]
  53. def transformFetcherOpt: Option[(core.ResolutionProcess.Fetch[F]) ⇒ core.ResolutionProcess.Fetch[F]]
  54. def transformResolution(f: (F[Resolution]) ⇒ F[Resolution]): Fetch[F]
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. def withArtifactTypes(artifactTypes: Set[Type]): Fetch[F]
  59. def withArtifacts(artifacts: Artifacts[F]): Fetch[F]
  60. def withArtifactsCache(cache: Cache[F]): Fetch[F]
  61. def withCache(cache: Cache[F]): Fetch[F]
  62. def withClassifiers(classifiers: Set[Classifier]): Fetch[F]
  63. def withClasspathOrder(classpathOrder: Boolean): Fetch[F]
  64. def withDependencies(dependencies: Seq[Dependency]): Fetch[F]
  65. def withExtraArtifacts(l: Seq[(Seq[(Dependency, Publication, Artifact)]) ⇒ Seq[Artifact]]): Fetch[F]
  66. def withFetchCache(locationOpt: Option[File]): Fetch[F]
  67. def withFetchCache(location: File): Fetch[F]
  68. def withFetchCacheOpt(fetchCacheOpt: Option[File]): Fetch[F]
  69. def withMainArtifacts(): Fetch[F]
  70. def withMainArtifacts(mainArtifacts: Boolean): Fetch[F]
  71. def withMirrors(mirrors: Seq[Mirror]): Fetch[F]
  72. def withOtherArtifactsCaches(caches: Seq[Cache[F]]): Fetch[F]
  73. def withRepositories(repositories: Seq[Repository]): Fetch[F]
  74. def withResolutionParams(resolutionParams: ResolutionParams): Fetch[F]
  75. def withResolve(resolve: Resolve[F]): Fetch[F]
  76. def withResolveCache(cache: Cache[F]): Fetch[F]
  77. def withTransformFetcher(fOpt: Option[(core.ResolutionProcess.Fetch[F]) ⇒ core.ResolutionProcess.Fetch[F]]): Fetch[F]
  78. def withTransformResolution(fOpt: Option[(F[Resolution]) ⇒ F[Resolution]]): Fetch[F]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped