DslDependsOn

sbt.internal.DslEntry.DslDependsOn
case class DslDependsOn(cs: Seq[ClasspathDep[ProjectReference]]) extends ProjectManipulation

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
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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 from:
ProjectManipulation

Concrete fields

override val toFunction: Project => Project