|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflux.ProcessAction.ProcessActionResult
public static class ProcessAction.ProcessActionResult
The result when a process finishes executing.
| Field Summary | |
|---|---|
int |
result
The process's exit code, as returned by the operating system, if the process executed synchronously. |
java.lang.String |
stderr
The standard error (stderr) from the completed process, if the process executed synchronously. |
java.lang.String |
stdout
The standard output (stdout) from the completed process, if the process executed synchronously. |
| Constructor Summary | |
|---|---|
ProcessAction.ProcessActionResult()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int result
public transient java.lang.String stderr
public transient java.lang.String stdout
| Constructor Detail |
|---|
public ProcessAction.ProcessActionResult()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||