mill.javalib.worker
package mill.javalib.worker
Members list
Type members
Classlikes
class JvmWorkerImpl(args: JvmWorkerArgs) extends InternalJvmWorkerApi, AutoCloseable
Attributes
- Source
- JvmWorkerImpl.scala
- Supertypes
-
trait InternalJvmWorkerApitrait AutoCloseabletrait JvmWorkerApiclass Objecttrait Matchableclass AnyShow all
class JvmWorkerRpcServer(worker: ZincWorker, serverName: String, transport: MillRpcWireTransport, setIdle: SetIdle, writeToLocalLog: String => Unit) extends MillRpcServer[Initialize, Request, ServerToClient]
Attributes
- Companion
- object
- Source
- JvmWorkerRpcServer.scala
- Supertypes
object JvmWorkerRpcServer
Attributes
- Companion
- class
- Source
- JvmWorkerRpcServer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JvmWorkerRpcServer.type
object MillJvmWorkerMain
Entry point for the Zinc worker subprocess.
Entry point for the Zinc worker subprocess.
Attributes
- Source
- MillJvmWorkerMain.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MillJvmWorkerMain.type
case class MockedLookup(am: VirtualFile => Optional[CompileAnalysis]) extends PerClasspathEntryLookup
Attributes
- Source
- MockedLookup.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait PerClasspathEntryLookupclass Objecttrait Matchableclass AnyShow all
trait RecordingReporter extends Reporter
A zinc reporter which records reported problems and is able to log all not already reported problems later via logOldProblems.
A zinc reporter which records reported problems and is able to log all not already reported problems later via logOldProblems.
Attributes
- Source
- RecordingReporter.scala
- Supertypes
-
trait Reporterclass Objecttrait Matchableclass Any
class SubprocessZincApi(javaHome: Option[Path], runtimeOptions: Seq[String], ctx: LocalConfig, log: Logger, subprocessCache: CachedFactoryBase[Key, 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.
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
- Supertypes
object SubprocessZincApi
Attributes
- Companion
- class
- Source
- SubprocessZincApi.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SubprocessZincApi.type
object Versions
Attributes
- Source
- Versions.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Versions.type
In this article