Class IOCapture

java.lang.Object
com.calebleavell.jatui.util.IOCapture
All Implemented Interfaces:
AutoCloseable

public class IOCapture extends Object implements AutoCloseable
  • Constructor Details

    • IOCapture

      public IOCapture(String input)
    • IOCapture

      public IOCapture()
  • Method Details

    • getScanner

      public Scanner getScanner()
    • getPrintStream

      public PrintStream getPrintStream()
    • getOutput

      public String getOutput()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable