org.codehaus.groovy.tools.shell
Class ComplexCommandSupport
java.lang.Object
org.codehaus.groovy.tools.shell.CommandSupport
org.codehaus.groovy.tools.shell.ComplexCommandSupport
public abstract class ComplexCommandSupport
extends CommandSupport
Support for more complex commands.
- version:
- $Id: ComplexCommandSupport.groovy 8806 2007-10-25 21:58:29Z user57 $
- author:
- Jason Dillon
Methods inherited from class CommandSupport
|
alias, assertNoArguments, createCompletors, fail, fail, getBinding, getBuffer, getBuffers, getClassLoader, getCompletor, getDescription, getHelp, getHistory, getImports, getUsage, getVariables |
defaultFunction
protected String defaultFunction
-
functions
protected List functions
-
ComplexCommandSupport
public ComplexCommandSupport(Shell shell, String name, String shortcut)
-
createCompletors
protected List createCompletors()
-
execute
public Object execute(List args)
-
executeFunction
protected def executeFunction(List args)
-
loadFunction
protected Closure loadFunction(String name)
-
Copyright © 2003-2010 The Codehaus. All rights reserved.