The InputTask
can be used to interactively set property values
based on input from the console (or other Reader).
Table 44. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
propertyName |
String |
The name of the property to set. | n/a | No |
defaultValue |
String |
The default value to be set if no new value is provided. | n/a | Yes |
message |
String |
Prompt text (same as CDATA). | n/a | Yes |
promptChar |
String |
The prompt character to follow prompt text. | n/a | No |
validArgs |
String |
Comma-separated list of valid choices the user must supply. If used, one of these options must be chosen. | n/a | No |