[Groovy] Class CommandRegistry
- org.codehaus.groovy.tools.shell.CommandRegistry
@Deprecated class CommandRegistry extends Object
A registry of shell Command instances which may be executed.
Field Summary
Modifiers | Name | Description |
---|---|---|
protected Logger | log |
Properties Summary
Type | Name and description |
---|---|
List<Command> |
commandList A list of all of the registered commands. |
Constructor Summary
Constructor and description |
---|
CommandRegistry
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
List<Command> |
commands() | |
Command |
find(String name) | |
Command |
getProperty(String name) | |
Iterator |
iterator() | |
Command |
register(Command command) | |
void |
remove(Command command) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
protected final Logger log
Property Detail
final List<Command> commandList
A list of all of the registered commands.
Constructor Detail
CommandRegistry()
Method Detail
List<Command> commands()
Command find(String name)
Command getProperty(String name)
Iterator iterator()
Command register(Command command)
void remove(Command command)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/shell/CommandRegistry.html