| java.lang.Object org.apache.tools.ant.input.PropertyFileInputHandler
PropertyFileInputHandler | public class PropertyFileInputHandler implements InputHandler(Code) | | 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.
since: Ant 1.5 |
Field Summary | |
final public static String | FILE_NAME_KEY Name of the system property we expect to hold the file name. |
Method Summary | |
public void | handleInput(InputRequest request) Picks up the input from a property, using the prompt as the
name of the property. |
FILE_NAME_KEY | final public static String FILE_NAME_KEY(Code) | | Name of the system property we expect to hold the file name.
|
PropertyFileInputHandler | public PropertyFileInputHandler()(Code) | | Empty no-arg constructor.
|
handleInput | public void handleInput(InputRequest request) throws BuildException(Code) | | Picks up the input from a property, using the prompt as the
name of the property.
Parameters: request - an input request. exception: BuildException - if no property of that name can be found. |
|
|