protected static class LauncherLogFormatter.LauncherLogContext
extends java.lang.Object
| Modifier | Constructor and Description | 
|---|---|
protected  | 
LauncherLogContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CommandLine | 
getCommandLine()
コマンドラインを取得する。 
 | 
protected long | 
getExecuteTime()
処理時間を取得する。 
 | 
protected int | 
getExitCode()
終了コードを取得する。 
 | 
protected void | 
setCommandLine(CommandLine commandLine)
コマンドラインを設定する。 
 | 
protected void | 
setExecuteTime(long executeTime)
処理時間を設定する。 
 | 
protected void | 
setExitCode(int exitCode)
終了コードを設定する。 
 | 
protected CommandLine getCommandLine()
protected void setCommandLine(CommandLine commandLine)
commandLine - コマンドラインオブジェクトprotected int getExitCode()
protected void setExitCode(int exitCode)
exitCode - 終了コードprotected long getExecuteTime()
protected void setExecuteTime(long executeTime)
executeTime - 処理時間