tcl.lang.cmd
Class GlobCmd

java.lang.Object
  extended by tcl.lang.cmd.GlobCmd
All Implemented Interfaces:
Command

public class GlobCmd
extends Object
implements Command


Constructor Summary
GlobCmd()
           
 
Method Summary
 void cmdProc(Interp interp, TclObject[] argv)
          invoked to process the "glob" Tcl command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobCmd

public GlobCmd()
Method Detail

cmdProc

public void cmdProc(Interp interp,
                    TclObject[] argv)
             throws TclException
invoked to process the "glob" Tcl command.

Specified by:
cmdProc in interface Command
Parameters:
interp - the current interpreter
argv - args passed to the glob command
Throws:
TclException - on any errors
See Also:
Command.cmdProc(tcl.lang.Interp, tcl.lang.TclObject[])


Copyright © 2015. All rights reserved.