Class ShellCommand

java.lang.Object
org.armedbear.lisp.ShellCommand
All Implemented Interfaces:
Runnable

public final class ShellCommand extends Object implements Runnable
  • Constructor Details

    • ShellCommand

      public ShellCommand(String command, String directory, Stream outputStream)
  • Method Details

    • getOutput

      public final String getOutput()
    • run

      public void run()
      Specified by:
      run in interface Runnable