EnvVar

scala.build.internals.EnvVar
See theEnvVar companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def helpMessage(spaces: String): String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def valueOpt: Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product