Interface ShellRunner

All Known Implementing Classes:
InteractiveShellRunner, JLineShellRunner, NonInteractiveShellRunner, SystemShellRunner

public interface ShellRunner
Interface for shell runners.
Author:
Janne Valkealahti, Mahmoud Ben Hassine
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(String[] args)
    Execute ShellRunner with given args.
  • Method Details

    • run

      void run(String[] args) throws Exception
      Execute ShellRunner with given args.
      Parameters:
      args - the raw arguments
      Throws:
      Exception - possible error during run