Packages

object ApiHelper

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiHelper
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cache(cache: Cache): FileCache[Task]
  6. def central(): coursierapi.MavenRepository
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def credentials(auth: Authentication): Credentials
  9. def defaultLocation(): File
  10. def defaultPool(): ExecutorService
  11. def defaultRepositories(): Array[coursierapi.Repository]
  12. def dependency(dep: Dependency): coursierapi.Dependency
  13. def dependency(dep: coursierapi.Dependency): Dependency
  14. def doComplete(complete: Complete): CompleteResult
  15. def doFetch(apiFetch: coursierapi.Fetch): FetchResult
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fetch(fetch: coursierapi.Fetch): Fetch[Task]
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def ivy2Local(): IvyRepository
  24. def module(mod: Module): coursierapi.Module
  25. def module(mod: coursierapi.Module): Module
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def nopLogger(): Logger
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def parseDependency(s: String, scalaVersion: String): coursierapi.Dependency
  31. def parseModule(s: String, scalaVersion: String): coursierapi.Module
  32. def progressBarLogger(writer: OutputStreamWriter): Logger
  33. def repository(repo: Repository): coursierapi.Repository
  34. def repository(repo: coursierapi.Repository): Repository
  35. def resolutionParams(params: ResolutionParams): ResolutionParams
  36. def resolutionParams(params: ResolutionParams): ResolutionParams
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def validateIvyRepository(ivy: IvyRepository): Unit
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped