DslSetting

sbt.internal.DslEntry.DslSetting
case class DslSetting(settings: SettingsDefinition) extends ProjectSettings

this represents an actually Setting[_] or Seq[Setting[_]] configured by the sbt DSL.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DslEntry
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toSettings: Seq[Setting[_]]
final def withPos(pos: RangePosition): DslEntry

Called by the parser. Sets the position where this entry was defined in the build.sbt file.

Called by the parser. Sets the position where this entry was defined in the build.sbt file.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product