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