Class Node.CommandResult
java.lang.Object
com.scivicslab.actoriac.Node.CommandResult
- Enclosing class:
Node
Represents the result of a command execution.
- Author:
- devteam@scivics-lab.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stdout
-
stderr
-
exitCode
-
-
Constructor Details
-
CommandResult
-
-
Method Details
-
getStdout
-
getStderr
-
getExitCode
-
isSuccess
-
toString
-