Interface IArgumentSelector
-
public interface IArgumentSelectorA 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 StringselectArgument(IStringVariable variable, Shell shell)Selects and returns an argument for the given variable, ornullif none.
-
-
-
Method Detail
-
selectArgument
String selectArgument(IStringVariable variable, Shell shell)
Selects and returns an argument for the given variable, ornullif none.- Parameters:
variable- the variable an argument is being selected forshell- the shell to create any dialogs on, ornullif none- Returns:
- argument for the given variable or
nullif none
-
-