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(int exitCode,
Command.Buffer buffer)
stdout
public String stdout()
stderr
public String stderr()
asString
public String asString()
exitCode
public int exitCode()
Copyright © 2013. All Rights Reserved.