mill.javalib.api.internal
package mill.javalib.api.internal
Members list
Type members
Classlikes
@Scaladoc(value = "/** Java compiler options, without the `-J` options (the Java runtime options). */")
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JavaCompilerOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JavaCompilerOptions.type
@Scaladoc(value = "/** Options that are passed to the Java runtime. */")
Options that are passed to the Java runtime.
Options that are passed to the Java runtime.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait JvmWorkerApi extends JvmWorkerApi
Attributes
- Companion
- object
- Supertypes
object JvmWorkerApi
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JvmWorkerApi.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article