public class CommandResult extends Object
CommandResult(int status, String output, String error)
String
getError()
getOutput()
int
getStatus()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CommandResult(int status, String output, String error)
public int getStatus()
public String getOutput()
public String getError()
Copyright © 2022. All rights reserved.