org.apache.tools.ant.input
public class PropertyFileInputHandler extends Object implements InputHandler
Since: Ant 1.5
Field Summary | |
---|---|
static String | FILE_NAME_KEY
Name of the system property we expect to hold the file name. |
Constructor Summary | |
---|---|
PropertyFileInputHandler()
Empty no-arg constructor. |
Method Summary | |
---|---|
void | handleInput(InputRequest request)
Picks up the input from a property, using the prompt as the
name of the property. |
Parameters: request an input request.
Throws: BuildException if no property of that name can be found.