|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.shell.CommandSupport
org.codehaus.groovy.tools.shell.ComplexCommandSupport
class ComplexCommandSupport extends CommandSupport
Support for more complex commands.
Property Summary | |
---|---|
protected String |
defaultFunction
|
def |
do_all
|
protected List |
functions
|
Constructor Summary | |
ComplexCommandSupport(Shell shell, String name, String shortcut)
|
Method Summary | |
---|---|
protected List
|
createCompletors()
|
Object
|
execute(List args)
|
protected def
|
executeFunction(List args)
|
protected Closure
|
loadFunction(String name)
|
Methods inherited from class CommandSupport | |
---|---|
alias, assertNoArguments, createCompletors, fail, fail, getBinding, getBuffer, getBuffers, getClassLoader, getHistory, getImports, getVariables |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
protected String defaultFunction
def do_all
protected List functions
Constructor Detail |
---|
public ComplexCommandSupport(Shell shell, String name, String shortcut)
Method Detail |
---|
protected List createCompletors()
Object execute(List args)
protected def executeFunction(List args)
protected Closure loadFunction(String name)
Copyright © 2003-2009 The Codehaus. All rights reserved.