CompileProblemReporter

mill.api.CompileProblemReporter

A listener trait for getting notified about compilation output like compiler warnings and errors

Attributes

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

Members list

Value members

Abstract methods

def fileVisited(file: Path): Unit

Attributes

Source
CompileProblemReporter.scala
def finish(): Unit

Attributes

Source
CompileProblemReporter.scala
def logError(problem: Problem): Unit

Attributes

Source
CompileProblemReporter.scala
def logInfo(problem: Problem): Unit

Attributes

Source
CompileProblemReporter.scala
def logWarning(problem: Problem): Unit

Attributes

Source
CompileProblemReporter.scala
def notifyProgress(percentage: Long, total: Long): Unit

Attributes

Source
CompileProblemReporter.scala
def printSummary(): Unit

Attributes

Source
CompileProblemReporter.scala
def start(): Unit

Attributes

Source
CompileProblemReporter.scala