Object entry. Base class for configurable objects.
biz.hammurapi.ant.ObjectEntry
| Attribute | Description | Required |
|---|---|---|
| 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 | No. |
| Element | Description |
|---|---|
| classpath | Maybe creates a nested classpath element. |
| parameter | Configuration parameter. Object entry class must implement biz.hammurapi.config.Parameterizable |
| text |