| 
Groovy 2.2.0 | |||||||
| 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 Command instances which may be executed.
| Field Summary | |
|---|---|
        protected Logger | 
        
            log
             | 
        
| Property Summary | |
|---|---|
        List | 
        
            commands
            A list of all of the registered commands.  | 
        
| Method Summary | |
|---|---|
            List
         | 
        
            commands()
             | 
        
            Command
         | 
        
            find(String name)
             | 
        
            def
         | 
        
            getProperty(String name)
             | 
        
            Iterator
         | 
        
            iterator()
             | 
        
            def
         | 
        
            leftShift(Command command)
             | 
        
            Command
         | 
        
            register(Command command)
             | 
        
            void
         | 
        
            remove(Command command)
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Field Detail | 
|---|
protected final Logger log
| Property Detail | 
|---|
final List commands
| Method Detail | 
|---|
List commands()
Command find(String name)
def getProperty(String name)
Iterator iterator()
def leftShift(Command command)
Command register(Command command)
void remove(Command command)
Copyright © 2003-2013 The Codehaus. All rights reserved.