Exec

sbt.Exec
See theExec companion class
object Exec

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Exec.type

Members list

Value members

Concrete methods

def apply(commandLine: String, source: Option[CommandSource]): Exec
def apply(commandLine: String, source: CommandSource): Exec
def apply(commandLine: String, execId: Option[String], source: Option[CommandSource]): Exec
def apply(commandLine: String, execId: String, source: CommandSource): Exec
def newExecId: String