Packages

object JvmToolchain extends ToolchainCompanion[JvmToolchain]

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

Type Members

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

Value Members

  1. def apply(classLoader: ClassLoader): JvmToolchain

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

    The artifact name of this toolchain.

    The artifact name of this toolchain.

    Definition Classes
    JvmToolchainToolchainCompanion
  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
    JvmToolchainToolchainCompanion
  4. final val name: String

    The official name of the toolchain.

    The official name of the toolchain.

    Definition Classes
    JvmToolchainToolchainCompanion
  5. def resolveToolchain(platform: Platform, logger: Logger): JvmToolchain

    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