Packages

object ScalaNativeToolchain extends ToolchainCompanion[ScalaNativeToolchain]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaNativeToolchain
  2. ToolchainCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Config = NativeConfig
  2. type Platform = Native
  3. case class PlatformData(name: String, toolchainClasspath: List[Path]) extends Product with Serializable
    Definition Classes
    ToolchainCompanion

Value Members

  1. 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
    ScalaNativeToolchainToolchainCompanion
  2. def artifactNameFrom(version: String): String

    The artifact name of this toolchain.

    The artifact name of this toolchain.

    Definition Classes
    ScalaNativeToolchainToolchainCompanion
  3. 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
    ScalaNativeToolchainToolchainCompanion
  4. def linkTargetFrom(project: Project, config: NativeConfig): AbsolutePath
  5. final val name: String

    The official name of the toolchain.

    The official name of the toolchain.

    Definition Classes
    ScalaNativeToolchainToolchainCompanion
  6. 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