public class ProcessResult extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String |
_console |
protected int |
_exitCode |
protected String |
_processName |
| コンストラクタと説明 |
|---|
ProcessResult(String processName,
String console,
int exitCode) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getConsole() |
int |
getExitCode() |
String |
getProcessName() |
Copyright © 2014–2021 The DBFlute Project. All rights reserved.