Jvm

bloop.config.Config.Platform.Jvm
See theJvm companion object
case class Jvm(config: JvmConfig, mainClass: Option[String], runtimeConfig: Option[JvmConfig], classpath: Option[List[Path]], resources: Option[List[Path]]) extends Platform

Attributes

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

Members list

Type members

Types

type Config = JvmConfig

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val name: String

Attributes

Inherited from:
Platform