Interface ParameterOptions

All Superinterfaces:
ActionParameter, Parameters, ParsedOptions, ThreadTypeParameter
All Known Subinterfaces:
InputParameterOptions
All Known Implementing Classes:
SbkDriversParameters, SbkParameters

public sealed interface ParameterOptions extends ParsedOptions, Parameters permits InputParameterOptions
Composite interface combining parsed CLI access with typed benchmark parameters.

Extends ParsedOptions for raw option/value retrieval and Parameters for strongly-typed accessors (writers, readers, sizes, steps, etc.).