com.github.dakusui.cmd
Class CommandResult
java.lang.Object
com.github.dakusui.cmd.CommandResult
public class CommandResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandResult
public CommandResult(String commandLine,
int exitCode,
String stdout,
String stderr,
String stdouterr)
stdout
public String stdout()
stderr
public String stderr()
stdouterr
public String stdouterr()
exitCode
public int exitCode()
commandLine
public String commandLine()
Copyright © 2016. All rights reserved.