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
Members list
In this article