A registry of shell Command instances which may be executed.
Type | Name and description |
---|---|
private List |
commandList A list of all of the registered commands. |
Constructor and description |
---|
CommandRegistry
() |
Type Params | Return Type | Name and description |
---|---|---|
|
List |
commands() |
|
CommandLine.Command |
find(String name) |
|
CommandLine.Command |
getProperty(String name) |
|
Iterator |
iterator() |
|
CommandLine.Command |
register(CommandLine.Command command) |
|
void |
remove(CommandLine.Command command) |
A list of all of the registered commands.
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.