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 AutoCloseabletrait InternalJvmWorkerApitrait JvmWorkerApiclass Objecttrait Matchableclass AnyShow all
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: 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.
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