com.github.dakusui.cmd
Class CommandResult

java.lang.Object
  extended by com.github.dakusui.cmd.CommandResult

public class CommandResult
extends Object


Constructor Summary
CommandResult(int exitCode, Command.Buffer buffer)
           
 
Method Summary
 String asString()
           
 int exitCode()
           
 String stderr()
           
 String stdout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandResult

public CommandResult(int exitCode,
                     Command.Buffer buffer)
Method Detail

stdout

public String stdout()

stderr

public String stderr()

asString

public String asString()

exitCode

public int exitCode()


Copyright © 2013. All Rights Reserved.