pip_services3_commons
pip_services3_commons
CommandSet
findCommand method
findCommand
pip_services3_commons
pip_services3_commons
CommandSet
findCommand method
CommandSet class
Constructors
CommandSet
Properties
hashCode
runtimeType
Methods
addCommand
addCommands
addCommandSet
addEvent
addEvents
addInterceptor
addListener
execute
findCommand
findEvent
getCommands
getEvents
notify
removeListener
validate
noSuchMethod
toString
Operators
operator ==
findCommand
method
ICommand
findCommand
(
String
commandName
)
Searches for a command by its name.
commandName
the name of the command to search for. Returns the command, whose name matches the provided name. See
ICommand