object ApiHelper
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApiHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cache(cache: Cache): FileCache[Task]
- def central(): coursierapi.MavenRepository
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def credentials(auth: Authentication): Credentials
- def defaultLocation(): File
- def defaultPool(): ExecutorService
- def defaultRepositories(): Array[coursierapi.Repository]
- def dependency(dep: Dependency): coursierapi.Dependency
- def dependency(dep: coursierapi.Dependency): Dependency
- def doComplete(complete: Complete): CompleteResult
- def doFetch(apiFetch: coursierapi.Fetch): FetchResult
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fetch(fetch: coursierapi.Fetch): Fetch[Task]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def ivy2Local(): IvyRepository
- def module(mod: Module): coursierapi.Module
- def module(mod: coursierapi.Module): Module
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nopLogger(): Logger
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseDependency(s: String, scalaVersion: String): coursierapi.Dependency
- def parseModule(s: String, scalaVersion: String): coursierapi.Module
- def progressBarLogger(writer: OutputStreamWriter): Logger
- def repository(repo: Repository): coursierapi.Repository
- def repository(repo: coursierapi.Repository): Repository
- def resolutionParams(params: ResolutionParams): ResolutionParams
- def resolutionParams(params: ResolutionParams): ResolutionParams
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validateIvyRepository(ivy: IvyRepository): Unit
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()