|
Groovy 2.1.0-rc-2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.shell.CommandRegistry
class CommandRegistry
A registry of shell org.codehaus.groovy.tools.shell.Command instances which may be executed.
Field Summary | |
---|---|
protected org.codehaus.groovy.tools.shell.util.Logger |
log
|
Property Summary | |
---|---|
List |
commands
A list of all of the registered commands. |
Method Summary | |
---|---|
List
|
commands()
|
org.codehaus.groovy.tools.shell.Command
|
find(String name)
|
def
|
getProperty(String name)
|
Iterator
|
iterator()
|
def
|
leftShift(org.codehaus.groovy.tools.shell.Command command)
|
org.codehaus.groovy.tools.shell.Command
|
register(org.codehaus.groovy.tools.shell.Command command)
|
void
|
remove(org.codehaus.groovy.tools.shell.Command command)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected final org.codehaus.groovy.tools.shell.util.Logger log
Property Detail |
---|
final List commands
Method Detail |
---|
List commands()
org.codehaus.groovy.tools.shell.Command find(String name)
def getProperty(String name)
Iterator iterator()
def leftShift(org.codehaus.groovy.tools.shell.Command command)
org.codehaus.groovy.tools.shell.Command register(org.codehaus.groovy.tools.shell.Command command)
void remove(org.codehaus.groovy.tools.shell.Command command)
Copyright © 2003-2013 The Codehaus. All rights reserved.