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 TypeMethodDescriptionEvery 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
Every implementation should consider that invalid choices lead to null values that will be simply handled in a while condition- Parameters:
key
-- Returns:
-