com.github.dakusui.cmd
Class CommandResult

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

public class CommandResult
extends Object


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

Constructor Detail

CommandResult

public CommandResult(String commandLine,
                     int exitCode,
                     String stdout,
                     String stderr,
                     String stdouterr)
Method Detail

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.