Interface CommandRunner<T>

All Known Implementing Classes:
CommandRunnerWrapper, CommandRunnerWrapperBash

public interface CommandRunner<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    call(String... argv)
     
  • Method Details