| java.lang.Object org.netbeans.core.actions.LogViewerSupport
LogViewerSupport | public class LogViewerSupport implements Runnable(Code) | | Connects the output stream of a file to the IDE output window.
author: ludo |
shouldStop | boolean shouldStop(Code) | | |
LogViewerSupport | public LogViewerSupport(File fileName, String ioName)(Code) | | Connects a given process to the output window. Returns immediately, but threads are started that
copy streams of the process to/from the output window.
Parameters: process - process whose streams to connect to the output window Parameters: ioName - name of the output window tab to use |
stopUpdatingLogViewer | public void stopUpdatingLogViewer()(Code) | | |
|
|