object JvmToolchain extends ToolchainCompanion[JvmToolchain]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JvmToolchain
- ToolchainCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Config = JvmConfig
- Definition Classes
- JvmToolchain → ToolchainCompanion
-
type
Platform = Jvm
- Definition Classes
- JvmToolchain → ToolchainCompanion
-
case class
PlatformData(name: String, toolchainClasspath: List[Path]) extends Product with Serializable
- Definition Classes
- ToolchainCompanion
Value Members
-
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
- JvmToolchain → ToolchainCompanion
-
def
artifactNameFrom(version: String): String
The artifact name of this toolchain.
The artifact name of this toolchain.
- Definition Classes
- JvmToolchain → ToolchainCompanion
-
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
- JvmToolchain → ToolchainCompanion
-
final
val
name: String
The official name of the toolchain.
The official name of the toolchain.
- Definition Classes
- JvmToolchain → ToolchainCompanion
-
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