FileDocCategorySizeDatePackage
InputHandler.javaAPI DocApache Ant 1.701507Wed Dec 13 06:16:20 GMT 2006org.apache.tools.ant.input

InputHandler

public interface InputHandler
Plugin to Ant to handle requests for user input.
since
Ant 1.5

Fields Summary
Constructors Summary
Methods Summary
public voidhandleInput(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.

param
request the request to be processed
throws
org.apache.tools.ant.BuildException if the input cannot be read from the console