Interface InputParameterOptions
- All Superinterfaces:
ActionParameter, InputOptions, ParameterOptions, Parameters, ParsedOptions, ParseInputOptions, ThreadTypeParameter
- All Known Implementing Classes:
SbkDriversParameters, SbkParameters
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.
-
Method Summary
Methods inherited from interface ActionParameter
getActionMethods inherited from interface InputOptions
addOption, hasOptionMethods inherited from interface Parameters
getIdleSleepMilliSeconds, getReadersCount, getReadersStep, getReadersStepSeconds, getRecordSize, getRecordsPerSec, getRecordsPerSync, getTimeoutMS, getTotalRecords, getTotalSecondsToRun, getWritersCount, getWritersStep, getWritersStepSecondsMethods inherited from interface ParsedOptions
getHelpText, getOptionValue, getOptionValue, hasOptionValue, printHelpMethods inherited from interface ParseInputOptions
parseArgsMethods inherited from interface ThreadTypeParameter
getThreadType