RpcCompileProblemReporter

mill.javalib.zinc.RpcCompileProblemReporter
class RpcCompileProblemReporter(val maxErrors: Int, send: RpcCompileProblemReporterMessage => Unit) extends CompileProblemReporter

A CompileProblemReporter that sends problems to the Mill server over RPC.

Attributes

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

Members list

Value members

Concrete methods

override def fileVisited(file: Path): Unit

Attributes

Definition Classes
Source
RpcCompileProblemReporter.scala
override def finish(): Unit

Attributes

Definition Classes
Source
RpcCompileProblemReporter.scala
override def logError(problem: Problem): Unit

Attributes

Definition Classes
Source
RpcCompileProblemReporter.scala
override def logInfo(problem: Problem): Unit

Attributes

Definition Classes
Source
RpcCompileProblemReporter.scala
override def logWarning(problem: Problem): Unit

Attributes

Definition Classes
Source
RpcCompileProblemReporter.scala
override def notifyProgress(progress: Long, total: Long): Unit

Attributes

Definition Classes
Source
RpcCompileProblemReporter.scala
override def printSummary(): Unit

Attributes

Definition Classes
Source
RpcCompileProblemReporter.scala
override def start(): Unit

Attributes

Definition Classes
Source
RpcCompileProblemReporter.scala

Concrete fields

override val maxErrors: Int