ScopedSettingBuilder

izumi.sbtgen.model.ModelSyntax.ScopedSettingBuilder
class ScopedSettingBuilder(val s: String, val scope: FullSettingScope) extends WithSettingsDsl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def ++=(const: Seq[(SettingKey, Const)]): ScopedSettingDef

Attributes

Inherited from:
WithSettingsDsl
def ++=[T : Conv](const: Map[Scalar, T]): UnscopedSettingDef

Attributes

Inherited from:
WithSettingsDsl
def ++=[T : Conv](const: Seq[T]): UnscopedSettingDef

Attributes

Inherited from:
WithSettingsDsl

Attributes

Inherited from:
WithSettingsDsl
def +=(const: Seq[(SettingKey, Const)]): ScopedSettingDef

Attributes

Inherited from:
WithSettingsDsl

Attributes

Inherited from:
WithSettingsDsl
def --=(const: Seq[(SettingKey, Const)]): ScopedSettingDef

Attributes

Inherited from:
WithSettingsDsl
def --=[T : Conv](const: Map[Scalar, T]): UnscopedSettingDef

Attributes

Inherited from:
WithSettingsDsl
def --=[T : Conv](const: Seq[T]): UnscopedSettingDef

Attributes

Inherited from:
WithSettingsDsl

Attributes

Inherited from:
WithSettingsDsl
def -=(const: Seq[(SettingKey, Const)]): ScopedSettingDef

Attributes

Inherited from:
WithSettingsDsl

Attributes

Inherited from:
WithSettingsDsl
def :=(const: Seq[(SettingKey, Const)]): ScopedSettingDef

Attributes

Inherited from:
WithSettingsDsl

Attributes

Inherited from:
WithSettingsDsl
def ~=(const: Seq[(SettingKey, Const)]): ScopedSettingDef

Attributes

Inherited from:
WithSettingsDsl

Attributes

Inherited from:
WithSettingsDsl