tcl.lang.cmd
Class GlobCmd
java.lang.Object
  
tcl.lang.cmd.GlobCmd
- All Implemented Interfaces: 
 - Command
 
public class GlobCmd
- extends Object
- implements Command
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GlobCmd
public GlobCmd()
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 interpreterargv - 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.