|
|
paramDescription
Parameter
Implementing Class
biz.hammurapi.ant.Param
Attributes
| Attribute |
Description |
Required |
| name |
Parameter name.
|
Yes. |
| property |
Property to get value from. Value will not be set if property is not set. Mutually exclusive with value and className
|
No. |
| className |
Either value or class name is required. If both class name and value are specified then that class should have a constructor with one String parameter.
|
No. |
| value |
Not required if class name is set.
|
No. |
| classPath |
Classpath.
|
No. |
Nested Elements
| Element |
Description |
| classpath |
Nested classpath element |
| parameter |
Configuration parameter. Object entry class must implement biz.hammurapi.config.Parameterizable |
| text |
Text value. |
|