final class Fetch extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fetch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(types: <repeated...>[String]): Fetch
  5. def addBomDependencies(bomDependencies: <repeated...>[Dependency]): Fetch
  6. def addClassifiers(classifiers: <repeated...>[String]): Fetch
  7. def addDependencies(dependencies: <repeated...>[Dependency]): Fetch
  8. def addRepositories(repositories: <repeated...>[Repository]): Fetch
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(o: AnyRef): Boolean
    Definition Classes
    Fetch → AnyRef → Any
    Annotations
    @Override()
  13. def fetch(): List[File]
  14. def fetchResult(): FetchResult
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def getArtifactTypes(): Set[String]
  17. def getBomDependencies(): List[Dependency]
  18. def getCache(): Cache
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getClassifiers(): Set[String]
  21. def getDependencies(): List[Dependency]
  22. def getFetchCacheIKnowWhatImDoing(): File
  23. def getMainArtifacts(): Boolean
  24. def getRepositories(): List[Repository]
  25. def getResolutionParams(): ResolutionParams
  26. def hashCode(): Int
    Definition Classes
    Fetch → AnyRef → Any
    Annotations
    @Override()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    Fetch → AnyRef → Any
    Annotations
    @Override()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. def withArtifactTypes(types: Set[String]): Fetch
  37. def withBomDependencies(bomDependencies: <repeated...>[Dependency]): Fetch
  38. def withCache(cache: Cache): Fetch
  39. def withClassifiers(classifiers: Set[String]): Fetch
  40. def withDependencies(dependencies: <repeated...>[Dependency]): Fetch
  41. def withFetchCacheIKnowWhatImDoing(fetchCache: File): Fetch

    Cache the list of artifacts itself.

    Cache the list of artifacts itself.

    Beware that if the fetch cache is read, the returned Artifacts are empty, only the Files are valid.

  42. def withMainArtifacts(): Fetch
  43. def withMainArtifacts(mainArtifacts: Boolean): Fetch
  44. def withMainArtifacts(mainArtifacts: Boolean): Fetch
  45. def withRepositories(repositories: <repeated...>[Repository]): Fetch
  46. def withResolutionParams(resolutionParams: ResolutionParams): Fetch

Deprecated Value Members

  1. def getFetchCache(): File

    Annotations
    @Deprecated
    Deprecated
  2. def withFetchCache(fetchCache: File): Fetch

    Annotations
    @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped