|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputHandler
Plugin to Ant to handle requests for user input.
Method Summary | |
---|---|
void |
handleInput(InputRequest request)
Handle the request encapsulated in the argument. |
Method Detail |
---|
void handleInput(InputRequest request) throws BuildException
Precondition: the request.getPrompt will return a non-null value.
Postcondition: request.getInput will return a non-null value, request.isInputValid will return true.
request
- the request to be processed
BuildException
- if the input cannot be read from the console
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |