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