Interface CommandRunner

All Known Implementing Classes:
CommandRunnerUnix

public interface CommandRunner
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    runCommand(String command, String... arguments)
     
    runCommandWithOutput(String command, String... arguments)
    Runs a command with the given optional arguments and returns the stdio as result.