org.codehaus.groovy.tools.shell
[Groovy] Class ComplexCommandSupport
java.lang.Object
org.codehaus.groovy.tools.shell.CommandSupport
org.codehaus.groovy.tools.shell.ComplexCommandSupport
abstract class ComplexCommandSupport
extends CommandSupport
Support for more complex commands.
- Authors:
- Jason Dillon
- Version:
- \$Id: ComplexCommandSupport.groovy 8806 2007-10-25 21:58:29Z user57 \$
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
-
do_all
def do_all
-
ComplexCommandSupport
ComplexCommandSupport(Shell shell, String name, String shortcut)
-
createCompletors
protected List createCompletors()
-
execute
Object execute(List args)
-
executeFunction
protected def executeFunction(List args)
-
loadFunction
protected Closure loadFunction(String name)
-
Copyright © 2003-2010 The Codehaus. All rights reserved.