public interface AdvancedCommandHandler extends CommandHandler
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
List |
getArguments(String command,
ScriptingContext context)
Get the list of supported arguments.
|
List |
getParameters(String command,
ScriptingContext context)
Get the list of supported parameters.
|
List |
getParameterValues(String paramName,
String command,
ScriptingContext context)
Get values of a particular parameter.
|
addCommandListener, canRunWithoutConnection, execute, getCommandNames, getContextArgument, getContextAttributes, getContextShortcut, getStablePopupMenuItems, isGlobalPrerequisity, removeCommandListener, validate
List getArguments(String command, ScriptingContext context)
command
- the current command.context
- a context.List getParameters(String command, ScriptingContext context)
command
- the current conmmand text (complete).context
- a context.List getParameterValues(String paramName, String command, ScriptingContext context)
paramName
- parameter name.command
- the current conmmand text (complete).context
- a context.