Interface IArgumentSelector
public interface IArgumentSelector
A variable presentation extension can contribute an argument selector
which is use to configure the argument for a string substitution
variable.
- Since:
- 3.9
-
Method Summary
Modifier and TypeMethodDescriptionselectArgument
(IStringVariable variable, Shell shell) Selects and returns an argument for the given variable, ornull
if none.
-
Method Details
-
selectArgument
Selects and returns an argument for the given variable, ornull
if none.- Parameters:
variable
- the variable an argument is being selected forshell
- the shell to create any dialogs on, ornull
if none- Returns:
- argument for the given variable or
null
if none
-