Interface ActionParameter

All Known Subinterfaces:
InputParameterOptions, ParameterOptions, Parameters
All Known Implementing Classes:
SbkDriversParameters, SbkParameters

public interface ActionParameter
Supplies the benchmark Action (READ/WRITE variants) selected via CLI.

Implementations typically parse the action from command-line options and expose it through getAction() so downstream components can adjust behavior accordingly.

  • Method Summary

    Modifier and Type
    Method
    Description
    Get the selected benchmark action.
  • Method Details

    • getAction

      Action getAction()
      Get the selected benchmark action.
      Returns:
      the Action to execute