jsynoptic.builtin
Class Builtin.ExecutableFileProcess

java.lang.Object
  extended by jsynoptic.builtin.Builtin.ExecutableFileProcess
All Implemented Interfaces:
SysExec.ErrOutWriter
Enclosing class:
Builtin

public class Builtin.ExecutableFileProcess
extends java.lang.Object
implements SysExec.ErrOutWriter


Nested Class Summary
 class Builtin.ExecutableFileProcess.ExecutableFileProcessThread
           
 
Field Summary
protected  java.io.File executableFile
           
 
Constructor Summary
Builtin.ExecutableFileProcess(java.io.File executableFile)
           
 
Method Summary
 void errPrintln(java.lang.String line)
           
 void outPrintln(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executableFile

protected java.io.File executableFile
Constructor Detail

Builtin.ExecutableFileProcess

public Builtin.ExecutableFileProcess(java.io.File executableFile)
                              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

errPrintln

public void errPrintln(java.lang.String line)
Specified by:
errPrintln in interface SysExec.ErrOutWriter

outPrintln

public void outPrintln(java.lang.String line)
Specified by:
outPrintln in interface SysExec.ErrOutWriter