org.apache.tools.ant.input
Class PropertyFileInputHandler
java.lang.Object
org.apache.tools.ant.input.PropertyFileInputHandler
- InputHandler
public class PropertyFileInputHandler
extends java.lang.Object
Reads input from a property file, the file name is read from the
system property ant.input.properties, the prompt is the key for input.
- Ant 1.5
static String | FILE_NAME_KEY - Name of the system property we expect to hold the file name.
|
void | handleInput(InputRequest request) - Picks up the input from a property, using the prompt as the
name of the property.
|
FILE_NAME_KEY
public static final String FILE_NAME_KEY
Name of the system property we expect to hold the file name.
PropertyFileInputHandler
public PropertyFileInputHandler()
Empty no-arg constructor.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.