public interface CommandHandler
Command instances.| Modifier and Type | Method and Description |
|---|---|
void |
addCommand(Command command)
Adds a single command.
|
Command |
getCommand(java.lang.String name)
Returns a
Command by it's name or 'null' when nothing is found. |
void |
setAllCommands(java.util.List<Command> commands)
Sets a list of commands.
|
Command getCommand(java.lang.String name)
Command by it's name or 'null' when nothing is found.void setAllCommands(java.util.List<Command> commands)
commands - List of commandsvoid addCommand(Command command)
command - command to add.Copyright © 2018 SAP SE. All Rights Reserved.