DslEntry

sbt.internal.DslEntry
See theDslEntry companion object
sealed trait DslEntry

This represents a Setting expression configured by the sbt DSL.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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