AcquireResult

mill.javalib.internal.ZincCompilerBridgeProvider.AcquireResult
enum AcquireResult[+Path]

Attributes

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

Members list

Type members

Enum entries

final case class Compiled[+Path](bridgeJar: Path)

The compiler bridge is already compiled and can be run.

The compiler bridge is already compiled and can be run.

Value parameters

bridgeJar

The path to the compiled compiler bridge jar.

Attributes

Source
ZincCompilerBridgeProvider.scala
final case class NotCompiled[+Path](classpath: Seq[Path], bridgeSourcesJar: Path)

The compiler bridge is not compiled yet and needs to be compiled.

The compiler bridge is not compiled yet and needs to be compiled.

Value parameters

bridgeSourcesJar

The path to the compiler bridge sources jar.

classpath

The classpath to use to compile the compiler bridge.

Attributes

Source
ZincCompilerBridgeProvider.scala