final class Reporter extends xsbti.Reporter with ConfigurableReporter
A flexible reporter whose configuration is provided by a ReporterConfig
.
This configuration indicated whether to use colors, how to format messages,
etc.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reporter
- ConfigurableReporter
- Reporter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Reporter(logger: Logger, base: String, sourcePositionMapper: (Position) ⇒ Position, config: ReporterConfig)
- logger
The logger that will receive the output of the reporter.
- base
The base prefix to remove from paths.
- sourcePositionMapper
A function that transforms positions.
- config
The configuration for this reporter.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
allProblems: Seq[Problem]
All the
Problems
seen by this reporter.All the
Problems
seen by this reporter.- Definition Classes
- Reporter → ConfigurableReporter
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
base: String
- Definition Classes
- Reporter → ConfigurableReporter
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
comment(pos: Position, msg: String): Unit
- Definition Classes
- Reporter → Reporter
-
val
config: ReporterConfig
- Definition Classes
- Reporter → ConfigurableReporter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasErrors(): Boolean
true
if this reporter has received errors,false
otherwise.true
if this reporter has received errors,false
otherwise.- Definition Classes
- Reporter → ConfigurableReporter → Reporter
-
def
hasWarnings(): Boolean
true
if this reporter has received warnings,false
otherwise.true
if this reporter has received warnings,false
otherwise.- Definition Classes
- Reporter → ConfigurableReporter → Reporter
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
log(prob: xsbti.Problem): Unit
- Definition Classes
- Reporter → Reporter
-
val
logger: Logger
- Definition Classes
- Reporter → ConfigurableReporter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
printSummary(): Unit
- Definition Classes
- Reporter → Reporter
-
def
problems(): Array[xsbti.Problem]
- Definition Classes
- Reporter → Reporter
-
def
reset(): Unit
- Definition Classes
- Reporter → Reporter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )