DslEntry

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

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class DslAggregate(refs: Seq[ProjectReference]) extends ProjectManipulation

this represents an aggregateProjects() in the sbt DSL

this represents an aggregateProjects() in the sbt DSL

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DslEntry
class Object
trait Matchable
class Any
case class DslConfigs(cs: Seq[Configuration]) extends ProjectManipulation

Represents registering a set of configurations with the current project.

Represents registering a set of configurations with the current project.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DslEntry
class Object
trait Matchable
class Any
case class DslDependsOn(cs: Seq[ClasspathDep[ProjectReference]]) extends ProjectManipulation

Represents registering an internal dependency for the current project

Represents registering an internal dependency for the current project

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DslEntry
class Object
trait Matchable
class Any
case class DslDisablePlugins(plugins: Seq[AutoPlugin]) extends ProjectManipulation

this represents an disablePlugins() in the sbt DSL

this represents an disablePlugins() in the sbt DSL

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DslEntry
class Object
trait Matchable
class Any
case class DslEnablePlugins(plugins: Seq[AutoPlugin]) extends ProjectManipulation

this represents an enablePlugins() in the sbt DSL

this represents an enablePlugins() in the sbt DSL

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DslEntry
class Object
trait Matchable
class Any
case class DslSetting(settings: SettingsDefinition) extends ProjectSettings

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

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

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ProjectManipulation extends DslEntry

Represents a DSL entry which manipulates the current project.

Represents a DSL entry which manipulates the current project.

Attributes

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

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ProjectSettings extends DslEntry

Represents a DSL entry which adds settings to the current project.

Represents a DSL entry which adds settings to the current project.

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit def fromSettingsDef(inc: SettingsDefinition): DslEntry
implicit def fromSettingsDef(inc: Seq[Setting[_]]): DslEntry