ZincWorker

mill.javalib.zinc.ZincWorker
See theZincWorker companion class
object ZincWorker

Attributes

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

Members list

Type members

Classlikes

case class InvocationContext(env: Map[String, String], dest: Path, logDebugEnabled: Boolean, logPromptColored: Boolean, zincLogDebug: Boolean)

The invocation context, always comes from the Mill's process.

The invocation context, always comes from the Mill's process.

Attributes

Source
ZincWorker.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class InvocationDependencies(log: Actions, consoleOut: ConsoleOut, compilerBridge: ZincCompilerBridgeProvider)

Dependencies of the invocation.

Dependencies of the invocation.

Can come either from the local ZincWorker running in JvmWorkerImpl or from a zinc worker running in a different process.

Attributes

Source
ZincWorker.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all