ValueOptionResolution extension
Resolution of the mutually exclusive ValueOption and ValueFileOption pair to the single value they denote.
- on
-
- Configuration<
OptionDefinition>
- Configuration<
Methods
-
valueOrFileContent(
{required OptionDefinition< String> value, required OptionDefinition<File> valueFile}) → String -
Available on Configuration<
The value of theOptionDefinition> , provided by the ValueOptionResolution extensionvalueoption if it is set, otherwise the full contents of the file given by thevalueFileoption, decoded as UTF-8.