sbt.internal.Eval
See theEval companion object
class Eval(nonCpOptions: Seq[String], classpath: Seq[Path], backingDir: Option[Path], mkReporter: Option[() => EvalReporter])
- nonCpOptions - non-classpath options
- classpath - classpath used for evaluation
- backingDir - directory to save
*.class
files - mkReporter - an optional factory method to create a reporter
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article