scala.build.internals

Members list

Type members

Classlikes

object ConsoleUtils

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class EnvVar(name: String, description: String, passToIde: Boolean, requiresPower: Boolean)

Value parameters

description

A short description what is it used for

name

The name of the environment variable

passToIde

Whether to pass this variable to the IDE/BSP client (true by default, should only be disabled for env vars which aren't safe to save on disk)

requiresPower

Whether this variable is related to a feature that requires power mode; also used for internal toggles and such

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
EnvVar.type
enum FeatureType(stringRepr: String)

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FeatureType

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type