com.eu.miscedautils.CommonUtils
Class TclCommandUtils

java.lang.Object
  extended by com.eu.miscedautils.CommonUtils.TclCommandUtils

public class TclCommandUtils
extends java.lang.Object


Constructor Summary
TclCommandUtils()
           
 
Method Summary
static java.lang.String createTemFileWithInitialCommands()
           
static void executeTclCommand(tcl.lang.Interp tclInterpreter, java.lang.String userCmd, boolean verbose)
           
static void initializeTclShell(tcl.lang.Interp tclInterpreter, java.lang.String initfilename)
           
static void openTclShellPrompt(tcl.lang.Interp tclInterpreter, java.lang.String prompt, boolean verbose)
           
static boolean processCommandLineArguments(tcl.lang.Interp tclInterpreter, java.lang.String prompt, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TclCommandUtils

public TclCommandUtils()
Method Detail

createTemFileWithInitialCommands

public static java.lang.String createTemFileWithInitialCommands()

openTclShellPrompt

public static void openTclShellPrompt(tcl.lang.Interp tclInterpreter,
                                      java.lang.String prompt,
                                      boolean verbose)

initializeTclShell

public static void initializeTclShell(tcl.lang.Interp tclInterpreter,
                                      java.lang.String initfilename)

executeTclCommand

public static void executeTclCommand(tcl.lang.Interp tclInterpreter,
                                     java.lang.String userCmd,
                                     boolean verbose)

processCommandLineArguments

public static boolean processCommandLineArguments(tcl.lang.Interp tclInterpreter,
                                                  java.lang.String prompt,
                                                  java.lang.String[] args)