ProjectManipulation

sbt.internal.DslEntry.ProjectManipulation
See theProjectManipulation companion object
sealed trait ProjectManipulation extends DslEntry

Represents a DSL entry which manipulates the current project.

Attributes

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

Members list

Value members

Abstract methods

def toFunction: Project => Project

Concrete methods

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