Interface Shell.Task

Enclosing class:
Shell

public static interface Shell.Task
A task that can be executed by a shell with the method Shell.execTask(Task).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(OutputStream stdin, InputStream stdout, InputStream stderr)
    This method will be called when a task is executed by a shell.