public class ExecuteResult extends Object
| Constructor and Description |
|---|
ExecuteResult(int exitValue,
String output,
String errors)
Constructs an ExecuteResult from the given values.
|
public ExecuteResult(int exitValue,
String output,
String errors)
exitValue - the code from java.lang.Process.exitValue()output - the contents read from java.lang.Process.getInputStream()errors - the contents read from java.lang.Process.getErrorStream()public int getExitValue()
public String getOutput()
public String getErrors()
Copyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.