Packages

object ScalaJsToolchain extends ToolchainCompanion[ScalaJsToolchain]

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

Type Members

  1. type CloseResources = () ⇒ Unit
  2. type Config = JsConfig
    Definition Classes
    ScalaJsToolchainToolchainCompanion
  3. type Platform = Js
    Definition Classes
    ScalaJsToolchainToolchainCompanion
  4. case class PlatformData(name: String, toolchainClasspath: List[Path]) extends Product with Serializable
    Definition Classes
    ToolchainCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(classLoader: ClassLoader): ScalaJsToolchain

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

    The artifact name of this toolchain.

    The artifact name of this toolchain.

    Definition Classes
    ScalaJsToolchainToolchainCompanion
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. 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
    ScalaJsToolchainToolchainCompanion
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def linkTargetFrom(project: Project, config: JsConfig): AbsolutePath
  16. final val name: String

    The official name of the toolchain.

    The official name of the toolchain.

    Definition Classes
    ScalaJsToolchainToolchainCompanion
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def resolveToolchain(platform: Platform, logger: Logger): ScalaJsToolchain

    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
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped