Handle the request encapsulated in the argument. Precondition: the request.getPrompt will return a non-null value. Postcondition: request.getInput will return a non-null value, request.isInputValid will return true.paramrequest the request to be processedthrowsorg.apache.tools.ant.BuildException if the input cannot be read from the console
Precondition: the request.getPrompt will return a non-null value.
Postcondition: request.getInput will return a non-null value, request.isInputValid will return true.