org.apache.tools.ant.input
public interface InputHandler
Since: Ant 1.5
Method Summary | |
---|---|
void | handleInput(InputRequest request)
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.
Parameters: request the request to be processed
Throws: org.apache.tools.ant.BuildException if the input cannot be read from the console