class ClassicFormat extends DefaultReporterFormat

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassicFormat
  2. DefaultReporterFormat
  3. ReporterFormat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassicFormat(reporter: ConfigurableReporter)

Type Members

  1. implicit class MyPosition extends AnyRef
    Attributes
    protected
    Definition Classes
    ReporterFormat

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def colorFor(problem: Problem): String

    Retrieves the right color to use for problem based on Severity.

    Retrieves the right color to use for problem based on Severity.

    problem

    The problem to show.

    returns

    The ANSI string to set the right color.

    Attributes
    protected
    Definition Classes
    ReporterFormat
  7. def colored(color: String, str: String): String

    Shows str with color color if the reporter is configured with colors = true.

    Shows str with color color if the reporter is configured with colors = true.

    color

    The color to use

    str

    The string to color.

    returns

    The colored string if colors = true, str otherwise.

    Attributes
    protected
    Definition Classes
    ReporterFormat
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def extraSpace(severity: Severity): String

    Returns spaces to fix alignment given the severity.

    Returns spaces to fix alignment given the severity.

    Attributes
    protected
    Definition Classes
    ReporterFormat
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def formatMessage(problem: Problem): Option[String]
    Attributes
    protected
    Definition Classes
    DefaultReporterFormat
  13. def formatProblem(problem: Problem): String

    Returns a string representation of Problem, as it should be shown by the reporter.

    Returns a string representation of Problem, as it should be shown by the reporter.

    problem

    The problem to format.

    returns

    A string representation of the problem.

    Definition Classes
    ClassicFormatDefaultReporterFormatReporterFormat
  14. def formatSource(problem: Problem): Option[String]
    Attributes
    protected
    Definition Classes
    DefaultReporterFormat
  15. def formatSourcePath(problem: Problem): Option[String]
    Attributes
    protected
    Definition Classes
    DefaultReporterFormat
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def prefixed(prefixColor: String, prefix: String, paragraph: String): String

    Put a prefix prefix at the beginning of paragraph, indents all lines.

    Put a prefix prefix at the beginning of paragraph, indents all lines.

    prefix

    The prefix to insert.

    paragraph

    The block of text to prefix and indent.

    returns

    The prefixed and indented paragraph.

    Attributes
    protected
    Definition Classes
    ReporterFormat
  23. def printSummary(): Unit

    Prints a summary of all the errors reporter to the logger.

    Prints a summary of all the errors reporter to the logger.

    Definition Classes
    DefaultReporterFormatReporterFormat
  24. def showPath(file: File): Option[String]

    Returns the absolute path of file with base stripped, if the reporter if configured with shortenPaths = true.

    Returns the absolute path of file with base stripped, if the reporter if configured with shortenPaths = true.

    file

    The file whose path to show.

    returns

    The absolute path of file with base stripped if shortenPaths = true, or the original path otherwise.

    Attributes
    protected
    Definition Classes
    ReporterFormat
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toOption[T](m: Optional[T]): Option[T]
    Attributes
    protected
    Definition Classes
    ReporterFormat
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from DefaultReporterFormat

Inherited from ReporterFormat

Inherited from AnyRef

Inherited from Any

Ungrouped