public class ToolExecutionResult extends Object
ToolExecutionResult(int exitStatus, List<String> output)
int
getExitStatus()
List<String>
getOutput()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ToolExecutionResult(int exitStatus, List<String> output)
public int getExitStatus()
public List<String> getOutput()
public String toString()
toString
Object
Copyright © 2020. All rights reserved.