mill.javalib.api.internal

Members list

Type members

Classlikes

@Scaladoc(value = "/** Java compiler options, without the `-J` options (the Java runtime options). */")
case class JavaCompilerOptions

Java compiler options, without the -J options (the Java runtime options).

Java compiler options, without the -J options (the Java runtime options).

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
@Scaladoc(value = "/** Options that are passed to the Java runtime. */")
case class JavaRuntimeOptions(options: Seq[String])

Options that are passed to the Java runtime.

Options that are passed to the Java runtime.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait JvmWorkerApi extends JvmWorkerApi

Attributes

Companion
object
Supertypes
trait JvmWorkerApi
class Object
trait Matchable
class Any
object JvmWorkerApi

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
@Scaladoc(value = "/** Compiles Java-only sources. */")
case class ZincCompileJava(upstreamCompileOutput: Seq[CompilationResult], sources: Seq[Path], compileClasspath: Seq[Path], javacOptions: JavaCompilerOptions, incrementalCompilation: Boolean)

Compiles Java-only sources.

Compiles Java-only sources.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
@Scaladoc(value = "/** Compiles Java and Scala sources. */")
case class ZincCompileMixed(upstreamCompileOutput: Seq[CompilationResult], sources: Seq[Path], compileClasspath: Seq[Path], javacOptions: JavaCompilerOptions, scalaVersion: String, scalaOrganization: String, scalacOptions: Seq[String], compilerClasspath: Seq[PathRef], scalacPluginClasspath: Seq[PathRef], incrementalCompilation: Boolean, auxiliaryClassFileExtensions: Seq[String])

Compiles Java and Scala sources.

Compiles Java and Scala sources.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
@Scaladoc(value = "/** Creates a Scaladoc jar. */")
case class ZincScaladocJar(scalaVersion: String, scalaOrganization: String, compilerClasspath: Seq[PathRef], scalacPluginClasspath: Seq[PathRef], args: Seq[String])

Creates a Scaladoc jar.

Creates a Scaladoc jar.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all