MillBuildBootstrap

mill.daemon.MillBuildBootstrap
See theMillBuildBootstrap companion class

Attributes

Companion
class
Source
MillBuildBootstrap.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def classpath(classLoader: ClassLoader): Vector[Path]

Attributes

Source
MillBuildBootstrap.scala
def evaluateWithWatches(buildFileApi: BuildFileApi, evaluator: EvaluatorApi, tasksAndParams: Seq[String], selectiveExecution: Boolean, reporter: Int => Option[CompileProblemReporter]): (Result[Seq[Any]], Seq[Watchable], Seq[Watchable])

Attributes

Source
MillBuildBootstrap.scala
def getRootModule(runClassLoader: URLClassLoader): Result[BuildFileApi]

Attributes

Source
MillBuildBootstrap.scala
def makeEvaluator(projectRoot: Path, output: Path, keepGoing: Boolean, env: Map[String, String], logger: Logger, ec: Option[ThreadPoolExecutor], allowPositionalCommandArgs: Boolean, systemExit: StopServer, streams0: SystemStreams, selectiveExecution: Boolean, offline: Boolean, workerCache: Map[String, (Int, Val)], codeSignatures: Map[String, Int], rootModule: RootModuleApi, millClassloaderSigHash: Int, millClassloaderIdentityHash: Int, depth: Int, actualBuildFileName: Option[String], enableTicker: Boolean): EvaluatorApi

Attributes

Source
MillBuildBootstrap.scala
def prepareMillBootClasspath(millBuildBase: Path): Seq[Path]

Attributes

Source
MillBuildBootstrap.scala
def recOut(output: Path, depth: Int): Path

Attributes

Source
MillBuildBootstrap.scala
def recRoot(projectRoot: Path, depth: Int): Path

Attributes

Source
MillBuildBootstrap.scala