Uses of Class
com.github.dakusui.cmd.CommandResult

Packages that use CommandResult
com.github.dakusui.cmd   
 

Uses of CommandResult in com.github.dakusui.cmd
 

Methods in com.github.dakusui.cmd that return CommandResult
 CommandResult Command.exec(int timeOut)
          Executes this command in a synchronous manner.
static CommandResult CommandUtils.run(int timeout, String[] execShell, String command)
           
static CommandResult CommandUtils.runLocal(int timeout, String command)
           
static CommandResult CommandUtils.runLocal(String command)
           
static CommandResult CommandUtils.runRemote(int timeout, String userName, String hostName, String privKeyFile, String command)
           
static CommandResult CommandUtils.runRemote(String userName, String hostName, String privKeyFile, String command)
           
 



Copyright © 2016. All rights reserved.