InputReader.checkConfiguration()
, it checks if minVal <= maxValInputReader.checkConfiguration()
, it checks if minVal <= maxValComparable
.TextTerminal
backed by a Console
.System.console()
is not null, it provides a ConsoleTextTerminal
.InputReader.parseErrorMessagesProvider
exists, this method is used to provide the list of error messages for the input string s.InputReader.parse(String)
method, containing the parsed value and/or the error messages.SwingTextTerminal
.SystemTextTerminal
.InputReader
s.TextTerminal
and TextIO
implementations.