Interface ParseInputOptions

All Superinterfaces:
InputOptions, ParsedOptions
All Known Subinterfaces:
InputParameterOptions
All Known Implementing Classes:
SbkDriversParameters, SbkInputOptions, SbkParameters, SbkYalParameters

public non-sealed interface ParseInputOptions extends InputOptions, ParsedOptions
Contract for parsing command-line arguments into ParsedOptions.

Extends InputOptions to ensure options are registered prior to parsing and ParsedOptions to expose the parsed values. Implementations should validate required arguments and may throw HelpException when a help flag is present.

  • Method Details