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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
selectArgument(IStringVariable variable, Shell shell)
Selects and returns an argument for the given variable, ornull
if none.
-
-
-
Method Detail
-
selectArgument
String selectArgument(IStringVariable variable, Shell shell)
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
-
-