Package nablarch.fw.launcher.logging
Class LauncherLogFormatter.LauncherLogContext
java.lang.Object
nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
- Enclosing class:
- LauncherLogFormatter
バッチ実行ログコンテキスト
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CommandLine
コマンドラインを取得する。protected long
処理時間を取得する。protected int
終了コードを取得する。protected void
setCommandLine
(CommandLine commandLine) コマンドラインを設定する。protected void
setExecuteTime
(long executeTime) 処理時間を設定する。protected void
setExitCode
(int exitCode) 終了コードを設定する。
-
Constructor Details
-
LauncherLogContext
protected LauncherLogContext()
-
-
Method Details
-
getCommandLine
コマンドラインを取得する。- Returns:
- コマンドラインオブジェクト
-
setCommandLine
コマンドラインを設定する。- Parameters:
commandLine
- コマンドラインオブジェクト
-
getExitCode
protected int getExitCode()終了コードを取得する。- Returns:
- 終了コード
-
setExitCode
protected void setExitCode(int exitCode) 終了コードを設定する。- Parameters:
exitCode
- 終了コード
-
getExecuteTime
protected long getExecuteTime()処理時間を取得する。- Returns:
- 処理時間
-
setExecuteTime
protected void setExecuteTime(long executeTime) 処理時間を設定する。- Parameters:
executeTime
- 処理時間
-