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. def archiveCache(archiveCache: ArchiveCache): ArchiveCache[Task]
  5. def archiveCacheGet(archiveCache: ArchiveCache, artifact: Artifact): File
  6. def archiveCacheGetIfExists(archiveCache: ArchiveCache, artifact: Artifact): File
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def cache(cache: FileCache[Task]): Cache
  9. def cache(cache: Cache): FileCache[Task]
  10. def cacheGet(cache: Cache, artifact: Artifact): File
  11. def central(): coursierapi.MavenRepository
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def compareVersions(version0: String, version1: String): Int
  14. def credentials(credentials: Credentials): Authentication
  15. def credentials(auth: Authentication): Credentials
  16. def defaultArchiveCacheLocation(): File
  17. def defaultLocation(): File
  18. def defaultPool(): ExecutorService
  19. def defaultRepositories(): Array[coursierapi.Repository]
  20. def dependency(dep: Dependency): coursierapi.Dependency
  21. def dependency(dep: coursierapi.Dependency): Dependency
  22. def doComplete(complete: Complete): CompleteResult
  23. def doFetch(apiFetch: coursierapi.Fetch): FetchResult
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def fetch(fetch: Fetch[Task]): coursierapi.Fetch
  27. def fetch(fetch: coursierapi.Fetch): Fetch[Task]
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def getVersions(versions0: coursierapi.Versions): VersionsResult
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def ivy2Local(): IvyRepository
  34. def jvmManagerGet(manager: JvmManager, jvmId: String): File
  35. def module(mod: Module): coursierapi.Module
  36. def module(mod: coursierapi.Module): Module
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def nopLogger(): Logger
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def parseDependency(s: String, scalaVersion: String): coursierapi.Dependency
  42. def parseModule(s: String, scalaVersion: String): coursierapi.Module
  43. def progressBarLogger(writer: OutputStreamWriter): Logger
  44. def repository(repo: Repository): coursierapi.Repository
  45. def repository(repo: coursierapi.Repository): Repository
  46. def resolutionParams(params: ResolutionParams): ResolutionParams
  47. def resolutionParams(params: ResolutionParams): ResolutionParams
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def validateIvyRepository(ivy: IvyRepository): Unit
  51. def versionListing(versions: VersionListing): core.Versions
  52. def versionListing(versions: core.Versions): VersionListing
  53. def versions(versions: Versions[Task]): coursierapi.Versions
  54. def versions(versions: coursierapi.Versions): Versions[Task]
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped