Uses of Class
tcl.lang.process.TclProcess

Packages that use TclProcess
tcl.lang.process   
 

Uses of TclProcess in tcl.lang.process
 

Subclasses of TclProcess in tcl.lang.process
 class JavaProcess
          Implements a pure Java process.
 

Fields in tcl.lang.process declared as TclProcess
protected  TclProcess Redirect.pipePartner
          The TclProcess on the other side of the pipe, for PIPE redirects
 

Methods in tcl.lang.process that return TclProcess
static TclProcess TclProcess.newInstance(Interp interp)
          Create a new platform-specific instance of a TclProcess subclass.
 

Constructors in tcl.lang.process with parameters of type TclProcess
Redirect(TclProcess partner)
          Create a PIPE redirect
 



Copyright © 2015. All rights reserved.