Platform

bloop.config.Config.Platform
See thePlatform companion class
object Platform

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Platform.type

Members list

Type members

Classlikes

case class Js(config: JsConfig, mainClass: Option[String]) extends Platform

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Platform
class Object
trait Matchable
class Any
Show all
object Js

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Js.type
case class Jvm(config: JvmConfig, mainClass: Option[String], runtimeConfig: Option[JvmConfig], classpath: Option[List[Path]], resources: Option[List[Path]]) extends Platform

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Platform
class Object
trait Matchable
class Any
Show all
object Jvm

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Jvm.type
case class Native(config: NativeConfig, mainClass: Option[String]) extends Platform

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Platform
class Object
trait Matchable
class Any
Show all
object Native

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Native.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

final val All: List[String]