JvmWorkerApi

mill.javalib.api.JvmWorkerApi
See theJvmWorkerApi companion object
trait JvmWorkerApi

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait JvmWorkerApi

Members list

Value members

Abstract methods

@Scaladoc(value = "/** Compile a Java-only project */")
def compileJava(upstreamCompileOutput: Seq[CompilationResult], sources: Seq[Path], compileClasspath: Seq[Path], javaHome: Option[Path], javacOptions: Seq[String], reporter: Option[CompileProblemReporter], reportCachedProblems: Boolean, incrementalCompilation: Boolean)(using ctx: Ctx): Result[CompilationResult]

Compile a Java-only project

Compile a Java-only project

Attributes

@Scaladoc(value = "/** Compile a mixed Scala/Java or Scala-only project */")
def compileMixed(upstreamCompileOutput: Seq[CompilationResult], sources: Seq[Path], compileClasspath: Seq[Path], javaHome: Option[Path], javacOptions: Seq[String], scalaVersion: String, scalaOrganization: String, scalacOptions: Seq[String], compilerClasspath: Seq[PathRef], scalacPluginClasspath: Seq[PathRef], reporter: Option[CompileProblemReporter], reportCachedProblems: Boolean, incrementalCompilation: Boolean, auxiliaryClassFileExtensions: Seq[String])(using ctx: Ctx): Result[CompilationResult]

Compile a mixed Scala/Java or Scala-only project

Compile a mixed Scala/Java or Scala-only project

Attributes

@Scaladoc(value = "/** Compiles a Scaladoc jar. */")
def docJar(scalaVersion: String, scalaOrganization: String, compilerClasspath: Seq[PathRef], scalacPluginClasspath: Seq[PathRef], javaHome: Option[Path], args: Seq[String])(using ctx: Ctx): Boolean

Compiles a Scaladoc jar.

Compiles a Scaladoc jar.

Attributes