object ScalaNativeToolchain extends ToolchainCompanion[ScalaNativeToolchain]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaNativeToolchain
- ToolchainCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Config = NativeConfig
- Definition Classes
- ScalaNativeToolchain → ToolchainCompanion
- type Platform = Native
- Definition Classes
- ScalaNativeToolchain → ToolchainCompanion
- case class PlatformData(artifacts: List[Artifact], classpath: List[Path]) extends Product with Serializable
- Definition Classes
- ToolchainCompanion
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
- def apply(classLoader: ClassLoader): ScalaNativeToolchain
Create a new instance of this toolchain, which will use the given
classLoader
.Create a new instance of this toolchain, which will use the given
classLoader
.- classLoader
A classloader that contains the toolchain.
- returns
A new instance of this toolchain.
- Definition Classes
- ScalaNativeToolchain → ToolchainCompanion
- def artifactNameFrom(version: String): String
The artifact name of this toolchain.
The artifact name of this toolchain.
- Definition Classes
- ScalaNativeToolchain → ToolchainCompanion
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getPlatformData(platform: Platform): Option[PlatformData]
The platform data if this toolchain must be resolved.
The platform data if this toolchain must be resolved.
- Definition Classes
- ScalaNativeToolchain → ToolchainCompanion
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linkTargetFrom(project: Project, config: NativeConfig): AbsolutePath
- final val name: String
The official name of the toolchain.
The official name of the toolchain.
- Definition Classes
- ScalaNativeToolchain → ToolchainCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def resolveToolchain(platform: Platform, logger: Logger): ScalaNativeToolchain
Returns a toolchain instance resolving it if necessary.
Returns a toolchain instance resolving it if necessary.
- logger
The logger that will receive message about resolution.
- returns
An instance of this toolchain, possibly cached.
- Definition Classes
- ToolchainCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated