input/InputHandler.php
Plugin to Phing to handle requests for user input.
- Author
- Stefan Bodewig
- Package
- phing.input
- Version
- $Id$
\InputHandler
Package: phing\input
Parameters
Throws
Plugin to Phing to handle requests for user input.
- Children
- \DefaultInputHandler
- Author
- Stefan Bodewig
- Version
- $Id$
Methods


handleInput(
$request
)
:
void
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.
Name | Type | Description |
---|---|---|
$request |
Exception | Description |
---|---|
\BuildException |