Interface InputParameterOptions

All Superinterfaces:
ActionParameter, InputOptions, ParameterOptions, Parameters, ParsedOptions, ParseInputOptions, ThreadTypeParameter
All Known Implementing Classes:
SbkDriversParameters, SbkParameters

public non-sealed interface InputParameterOptions extends ParseInputOptions, ParameterOptions
Composite interface bundling option registration, parsing, and typed parameter access.

Implementations both build the CLI schema (via InputOptions), parse arguments (ParseInputOptions), and expose strongly-typed parameter getters (Parameters) transitively through ParameterOptions.