Package org.safs.tools.consoles

Class Summary
GenericProcessCapture Attempts to capture out and err streams from a process for use by other processes.
GenericProcessConsole Continuously monitors the wrapped process out and err streams routing them to the local process System.out and System.err via GenericProcessConsole.debug(String) so they will not block.
GuiRecognitionDetector A GUI class to detect recognition string of a GUI on screen by RIGHT CLICK on it.
ProcessCapture Attempts to capture out and err streams from a process for use by other processes.
ProcessConsole Simply overrides the GenericProcessConsole debug() method to use the SAFS Debug Log.
SAFSMonitorFrame A class to monitor and potentially abort running SAFS tests.