public class GreedyInputHandler extends DefaultInputHandler
| Constructor and Description | 
|---|
| GreedyInputHandler()Empty no-arg constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handleInput(InputRequest request)Prompts and requests input. | 
getInputStream, getPromptpublic void handleInput(InputRequest request) throws BuildException
handleInput in interface InputHandlerhandleInput in class DefaultInputHandlerrequest - the request to handleBuildException - if not possible to read from console,
         or if input is invalid.