org.jenkinsci.plugins.tcl.interpreter
Class jTclCommandWrapper

java.lang.Object
  extended by 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

Constructor Summary
jTclCommandWrapper(ITclCommand commandHandler)
           
 
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
 

Constructor Detail

jTclCommandWrapper

public jTclCommandWrapper(ITclCommand commandHandler)
Method Detail

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.