Class AreaImpl


  • public class AreaImpl
    extends Area
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Command command  
      (package private) java.io.File cwd  
      (package private) java.io.File root  
      (package private) java.lang.Appendable stderr  
      (package private) java.io.InputStream stdin  
      (package private) java.lang.Appendable stdout  
      (package private) java.lang.Thread thread  
      (package private) java.io.PipedOutputStream toStdin  
    • Constructor Summary

      Constructors 
      Constructor Description
      AreaImpl()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • root

        java.io.File root
      • cwd

        java.io.File cwd
      • thread

        java.lang.Thread thread
      • stdin

        java.io.InputStream stdin
      • stdout

        java.lang.Appendable stdout
      • stderr

        java.lang.Appendable stderr
      • toStdin

        java.io.PipedOutputStream toStdin
    • Constructor Detail

      • AreaImpl

        public AreaImpl()