public class ProcessResult extends Object
ProcessResult(int exitCode, String stdout, String stderr)
int
exitCode()
String
stderr()
stdout()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProcessResult(int exitCode, String stdout, String stderr)
public int exitCode()
public String stdout()
public String stderr()
Copyright © 2020. All rights reserved.