case class PrintStreamReporter(outStream: PrintStream, minSeverity: util.Severity, filter: FilterMatcher, includeLoggerName: Boolean, format: OutputFormat) extends ScalafixReporter with Product with Serializable
A ScalafixReporter that emits messages to a PrintStream.
- Alphabetic
- By Inheritance
- PrintStreamReporter
- Serializable
- Serializable
- Product
- Equals
- ScalafixReporter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new PrintStreamReporter(outStream: PrintStream, minSeverity: util.Severity, filter: FilterMatcher, includeLoggerName: Boolean, format: OutputFormat)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
debug(message: String, position: scala.meta.Position = Position.None)(implicit ctx: LogContext): Unit
- Definition Classes
- ScalafixReporter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
error(message: String, position: scala.meta.Position = Position.None)(implicit ctx: LogContext): Unit
- Definition Classes
- ScalafixReporter
-
def
errorCount: Int
Returns true if this reporter has seen an error
Returns true if this reporter has seen an error
- Definition Classes
- PrintStreamReporter → ScalafixReporter
-
val
filter: FilterMatcher
Messages whose enclosing scope don't match filter.matches are skipped.
Messages whose enclosing scope don't match filter.matches are skipped.
- Definition Classes
- PrintStreamReporter → ScalafixReporter
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val format: OutputFormat
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasErrors: Boolean
Returns true if this reporter has seen an error
Returns true if this reporter has seen an error
- Definition Classes
- ScalafixReporter
- val includeLoggerName: Boolean
-
final
def
info(message: String, position: scala.meta.Position = Position.None)(implicit ctx: LogContext): Unit
- Definition Classes
- ScalafixReporter
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
minSeverity: util.Severity
Messages with severity < minSeverity are skipped.
Messages with severity < minSeverity are skipped.
- Definition Classes
- PrintStreamReporter → ScalafixReporter
-
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()
- val outStream: PrintStream
- val reader: ConfDecoder[ScalafixReporter]
-
def
report(message: String, position: scala.meta.Position, severity: util.Severity)(implicit ctx: LogContext): Unit
Present the message to the user.
Present the message to the user.
In a command-line interface, this might mean "print message to console". In an IDE, this might mean putting red/yellow squiggly marks under code.
- Definition Classes
- PrintStreamReporter → ScalafixReporter
-
def
reset(os: OutputStream): ScalafixReporter
- Definition Classes
- PrintStreamReporter → ScalafixReporter
-
def
reset: PrintStreamReporter
Clear any internal mutable state
Clear any internal mutable state
- Definition Classes
- PrintStreamReporter → ScalafixReporter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
trace(message: String, position: scala.meta.Position = Position.None)(implicit ctx: LogContext): Unit
- Definition Classes
- ScalafixReporter
-
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( ... )
-
final
def
warn(message: String, position: scala.meta.Position = Position.None)(implicit ctx: LogContext): Unit
- Definition Classes
- ScalafixReporter
-
def
withFormat(format: OutputFormat): ScalafixReporter
- Definition Classes
- PrintStreamReporter → ScalafixReporter