org.jenkinsci.plugins.tcl.interpreter
Class jTclCommandWrapper
java.lang.Object
org.jenkinsci.plugins.tcl.interpreter.jTclCommandWrapper
- All Implemented Interfaces:
- tcl.lang.Command
public class jTclCommandWrapper
- extends Object
- implements tcl.lang.Command
Wrapper for internal Tcl Command
- Author:
- Oleg Nenashev
- See Also:
ITclCommand
|
Method Summary |
void |
cmdProc(tcl.lang.Interp interp,
tcl.lang.TclObject[] tos)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jTclCommandWrapper
public jTclCommandWrapper(ITclCommand commandHandler)
cmdProc
public void cmdProc(tcl.lang.Interp interp,
tcl.lang.TclObject[] tos)
throws tcl.lang.TclException
- Specified by:
cmdProc in interface tcl.lang.Command
- Throws:
tcl.lang.TclException
Copyright © 2004-2013. All Rights Reserved.