Package nablarch.integration.router
Interface PathOptionsFormatter
- All Known Implementing Classes:
SimplePathOptionsFormatter
public interface PathOptionsFormatter
ログに出力するために
PathOptions
をフォーマットする機能を提供するインターフェース。-
Method Summary
Modifier and TypeMethodDescriptionformat
(List<PathOptions> pathOptionsList) PathOptions
のリストをログ出力用にフォーマットする。
-
Method Details
-
format
PathOptions
のリストをログ出力用にフォーマットする。- Parameters:
pathOptionsList
- フォーマット対象のPathOptions
のリスト- Returns:
- フォーマット結果
-