Interface Process

All Known Implementing Classes:
Pipe

public interface Process
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    err()
     
    void
    error(int error)
    Set the error code for the currently running pipe.
    in()
     
    boolean
    isTty(int fd)
    Check if the given descriptor for the currently running pipe is the terminal or not.
    job()
    Get the job controlling this process
    out()
     
  • Method Details

    • in

    • out

    • err

    • job

      Job job()
      Get the job controlling this process
      Returns:
      Job
    • isTty

      boolean isTty(int fd)
      Check if the given descriptor for the currently running pipe is the terminal or not.
      Parameters:
      fd - the fd
      Returns:
      boolean
    • error

      void error(int error)
      Set the error code for the currently running pipe.
      Parameters:
      error - the error