protected static class LauncherLogFormatter.CommandLineArguments extends java.lang.Object implements LogItem<LauncherLogFormatter.LauncherLogContext>
CommandLine.getArgs()から取得する。| Modifier | Constructor and Description | 
|---|---|
protected  | 
CommandLineArguments()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
get(LauncherLogFormatter.LauncherLogContext context)
コマンドライン引数を取得する。
 
 コマンドライン引数は、以下のフォーマットで文字列に変換する。 
 | 
public java.lang.String get(LauncherLogFormatter.LauncherLogContext context)
     \n\t\tインデックス(2桁先頭0埋め) = [引数値]
     例:コマンドライン引数が、「param1 param2 param3」の場合
     \n\t\t01 = [param1]
     \n\t\t02 = [param2]
     \n\t\t03 = [param3]
 get in interface LogItem<LauncherLogFormatter.LauncherLogContext>context - ログの出力項目の取得に使用するコンテキスト