org.apache.tools.ant.input
public class GreedyInputHandler extends DefaultInputHandler
Since: Ant 1.7
Constructor Summary | |
---|---|
GreedyInputHandler()
Empty no-arg constructor |
Method Summary | |
---|---|
void | handleInput(InputRequest request)
Prompts and requests input. |
Parameters: request the request to handle
Throws: BuildException if not possible to read from console, or if input is invalid.