Package nablarch.fw.launcher.logging
Class LauncherLogFormatter.CommandLineOptions
java.lang.Object
nablarch.fw.launcher.logging.LauncherLogFormatter.CommandLineOptions
- All Implemented Interfaces:
LogItem<LauncherLogFormatter.LauncherLogContext>
- Enclosing class:
- LauncherLogFormatter
protected static class LauncherLogFormatter.CommandLineOptions
extends Object
implements LogItem<LauncherLogFormatter.LauncherLogContext>
コマンドラインオプションを取得する。
コマンドラインオプションは、
CommandLine.getParamMap()
から取得した値。-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionコマンドラインオプションを取得する。
-
Constructor Details
-
CommandLineOptions
protected CommandLineOptions()
-
-
Method Details
-
get
コマンドラインオプションを取得する。- Specified by:
get
in interfaceLogItem<LauncherLogFormatter.LauncherLogContext>
- Parameters:
context
- ログの出力項目の取得に使用するコンテキスト- Returns:
- 整形したコマンドラインオプション
-