Handling command line and console input in Java

how-to
Jul 13, 20101 min

Learn how to handle command line and console input in Java using functionality available in the latest obix commons release. The functionality removes the untidy code associated with prompting for input, validating input and handling input errors. It provides concise code and classes which can be used to read and validate several different types of input e.g. multi-choice input, numeric input, file paths and email validation. For more details, please see associated wiki entries