Interface PathOptionsFormatter

All Known Implementing Classes:
SimplePathOptionsFormatter

public interface PathOptionsFormatter
ログに出力するために PathOptions をフォーマットする機能を提供するインターフェース。
  • Method Summary

    Modifier and Type
    Method
    Description
    format(List<PathOptions> pathOptionsList)
    PathOptions のリストをログ出力用にフォーマットする。
  • Method Details

    • format

      String format(List<PathOptions> pathOptionsList)
      PathOptions のリストをログ出力用にフォーマットする。
      Parameters:
      pathOptionsList - フォーマット対象の PathOptions のリスト
      Returns:
      フォーマット結果