com.eu.miscedautils.CommonUtils
Class TclCommandUtils
java.lang.Object
com.eu.miscedautils.CommonUtils.TclCommandUtils
public class TclCommandUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TclCommandUtils
public TclCommandUtils()
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)