org.jenkinsci.plugins.tcl.commandHandlers
Interface ITclCommand

All Known Implementing Classes:
TclGetVersion

public interface ITclCommand

Tcl Command Handler interface. Supported by jTclCommandResolver

See Also:
jTclCommandResolver

Method Summary
 String Execute(String argStr)
          Execute command and return result
 String Name()
           
 

Method Detail

Execute

String Execute(String argStr)
               throws tcl.lang.TclException
Execute command and return result

Parameters:
argStr -
Returns:
Throws:
tcl.lang.TclException

Name

String Name()
Returns:
Command name


Copyright © 2004-2013. All Rights Reserved.