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

Inherited from AnyRef

Inherited from Any

Ungrouped