- parse(String) - Method in class org.beryx.textio.BooleanInputReader
-
- parse(String) - Method in class org.beryx.textio.ByteInputReader
-
- parse(String) - Method in class org.beryx.textio.CharInputReader
-
- parse(String) - Method in class org.beryx.textio.DoubleInputReader
-
- parse(String) - Method in class org.beryx.textio.EnumInputReader
-
- parse(String) - Method in class org.beryx.textio.FloatInputReader
-
- parse(String) - Method in class org.beryx.textio.GenericInputReader
-
- parse(String) - Method in class org.beryx.textio.InputReader
-
Parses the input string
- parse(String) - Method in class org.beryx.textio.IntInputReader
-
- parse(String) - Method in class org.beryx.textio.LongInputReader
-
- parse(String) - Method in class org.beryx.textio.ShortInputReader
-
- parse(String) - Method in class org.beryx.textio.StringInputReader
-
- parseAndCheck(String) - Method in class org.beryx.textio.InputReader
-
Parses the input string and runs all value checkers in order to find constraint violations.
- parseErrorMessagesProvider - Variable in class org.beryx.textio.InputReader
-
The provider of parse error messages.
- parser - Variable in class org.beryx.textio.GenericInputReader
-
- ParseResult(T) - Constructor for class org.beryx.textio.InputReader.ParseResult
-
- ParseResult(T, List<String>) - Constructor for class org.beryx.textio.InputReader.ParseResult
-
- ParseResult(T, String...) - Constructor for class org.beryx.textio.InputReader.ParseResult
-
- possibleValues - Variable in class org.beryx.textio.InputReader
-
Non-null and non-empty, if the value to be read must be chosen from a list of allowed values.
- print(String) - Method in interface org.beryx.textio.TextTerminal
-
Prints a message that possibly contains line separators.
- print(List<String>) - Method in interface org.beryx.textio.TextTerminal
-
Prints each message in the list, inserting the line separator string between messages.
- println() - Method in class org.beryx.textio.console.ConsoleTextTerminal
-
- println() - Method in class org.beryx.textio.swing.SwingTextTerminal
-
- println() - Method in class org.beryx.textio.system.SystemTextTerminal
-
- println() - Method in interface org.beryx.textio.TextTerminal
-
Terminates the current line by writing the line separator string.
- println(String) - Method in interface org.beryx.textio.TextTerminal
-
Prints a message that possibly contains line separators and subsequently prints a line separator.
- println(List<String>) - Method in interface org.beryx.textio.TextTerminal
-
Prints each message in the list, inserting the line separator string between messages.
- printPrompt(List<String>, TextTerminal) - Method in class org.beryx.textio.BooleanInputReader
-
- printPrompt(List<String>, TextTerminal) - Method in class org.beryx.textio.InputReader
-
Displays a prompt inviting the user to enter a value.
- promptAdjustments - Variable in class org.beryx.textio.InputReader
-
If true, the input reader is allowed to tweak the prompter, for example by including the default value or appending a colon at the end.
- propertyName - Variable in class org.beryx.textio.InputReader
-
The name of the property corresponding to the value to be read.