public static class ProcessHelper.CommandResult extends Object
CommandResult()
int
getCode()
String
getErr()
Throwable
getEx()
getOut()
void
setCode(int code)
setErr(String err)
setEx(Throwable ex)
setOut(String out)
boolean
succeeded()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CommandResult()
public boolean succeeded()
public int getCode()
public void setCode(int code)
public String getOut()
public void setOut(String out)
public String getErr()
public void setErr(String err)
public Throwable getEx()
public void setEx(Throwable ex)
Copyright © 2016. All rights reserved.