Packages

object ScalaJsToolchain extends ToolchainCompanion[ScalaJsToolchain]

Linear Supertypes
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. Protected

Type Members

  1. type CloseResources = () => Unit
  2. type Config = JsConfig
    Definition Classes
    ScalaJsToolchainToolchainCompanion
  3. type Platform = Js
    Definition Classes
    ScalaJsToolchainToolchainCompanion
  4. case class PlatformData(artifacts: List[Artifact], classpath: 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. 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
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def linkTargetFrom(project: Project, config: JsConfig): AbsolutePath
  15. final val name: String

    The official name of the toolchain.

    The official name of the toolchain.

    Definition Classes
    ScalaJsToolchainToolchainCompanion
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. 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
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped