SubprocessZincApi

mill.javalib.worker.SubprocessZincApi
See theSubprocessZincApi companion object
class SubprocessZincApi(javaHome: Option[Path], runtimeOptions: Seq[String], ctx: InvocationContext, log: Logger, subprocessCache: CachedFactoryWithInitData[Key, Initialize, Value], compilerBridge: ZincCompilerBridgeProvider) extends ZincApi

Spawns a ZincApi subprocess with the specified java version and runtime options and returns a ZincApi instance for it.

Attributes

Companion
object
Source
SubprocessZincApi.scala
Graph
Supertypes
trait ZincApi
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def apply(op: ZincOperation, reporter: Option[CompileProblemReporter], reportCachedProblems: Boolean): op.Response

Attributes

Definition Classes
Source
SubprocessZincApi.scala

Concrete fields

val cacheKey: Key

Attributes

Source
SubprocessZincApi.scala