接口 PrettyErrorConfig


public interface PrettyErrorConfig
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final @NotNull PrettyErrorConfig
     
  • 方法概要

    修饰符和类型
    方法
    说明
    default int
    Show more lines before startLine and after endLine
    default int
    Returns the number of spaces occupied by the tab in different terminals.
  • 字段详细资料

  • 方法详细资料

    • tabWidth

      default int tabWidth()
      Returns the number of spaces occupied by the tab in different terminals. e.g. return 4 for normal console output, 2 for compact format style.
      返回:
      space count
    • showMore

      default int showMore()
      Show more lines before startLine and after endLine
      返回:
      line count