[Groovy] Class CommandRegistry

  • org.codehaus.groovy.tools.shell.CommandRegistry

A registry of shell Command instances which may be executed.

Authors:
Jason Dillon

Field Summary

Fields
Modifiers Name Description
protected Logger log

Properties Summary

Properties
Type Name and description
List<Command> commandList
A list of all of the registered commands.

Methods Summary

Methods
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

Inherited Methods
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.

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/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/CommandRegistry.html