ZincApi

mill.javalib.zinc.ZincApi
trait ZincApi

Gives you API for the Zinc incremental compiler.

Attributes

Source
ZincApi.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def compileJava(op: ZincCompileJava, reporter: Option[CompileProblemReporter], reportCachedProblems: Boolean): Result[CompilationResult]

Compile a Java-only project.

Compile a Java-only project.

Attributes

Source
ZincApi.scala
def compileMixed(op: ZincCompileMixed, reporter: Option[CompileProblemReporter], reportCachedProblems: Boolean): Result[CompilationResult]

Compile a mixed Scala/Java or Scala-only project.

Compile a mixed Scala/Java or Scala-only project.

Attributes

Source
ZincApi.scala
def scaladocJar(op: ZincScaladocJar): Boolean

Compiles a Scaladoc jar.

Compiles a Scaladoc jar.

Attributes

Source
ZincApi.scala