Interface ChoicesHelper

All Known Implementing Classes:
AbstractMultiChoicesHelper, BasicFreeChoicesHelper, DatabaseEngineChoicesHelper, SkeletonChoicesHelper, TrueFalseChoicesHelper

public interface ChoicesHelper
An interface that :
  • Displays the choices we have regarding a question
  • Returns the argument depending on the key we entered
  • Author:
    Nicolas Thibault
    • Method Summary

      Modifier and Type
      Method
      Description
      Every implementation should consider that invalid choices lead to null values that will be simply handled in a while condition
       
    • Method Details

      • getFullMessage

        String getFullMessage()
      • getChoice

        String getChoice(String key)
        Every implementation should consider that invalid choices lead to null values that will be simply handled in a while condition
        Parameters:
        key -
        Returns: