ZincCompilerBridgeProvider

mill.javalib.internal.ZincCompilerBridgeProvider
See theZincCompilerBridgeProvider companion class

Attributes

Companion
class
Source
ZincCompilerBridgeProvider.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Acquire

Provides the compiler bridge.

Provides the compiler bridge.

Attributes

Source
ZincCompilerBridgeProvider.scala
Supertypes
class Object
trait Matchable
class Any
enum AcquireResult[+Path]

Attributes

Source
ZincCompilerBridgeProvider.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def compile(logInfo: String => Unit, workingDir: Path, compileDest: Path, scalaVersion: String, compilerClasspath: Seq[Path], compilerBridgeClasspath: Seq[Path], compilerBridgeSourcesJar: Path): Unit

Compile the sbt/Zinc compiler bridge in the compileDest directory

Compile the sbt/Zinc compiler bridge in the compileDest directory

Attributes

Source
ZincCompilerBridgeProvider.scala