Orangevolt ANT Tasks » Tasks » preferences » Set Preferences data | ||
Element bytearray | Element float |
The double element defines a single double data entry in a Preferences node.
Name | Description | Required |
name | The name of the entry. | yes |
value |
The value will be taken either from attribute value or from the body of the element. The value must be compatible with the double type (a number either specified in scientific or simplified syntax). |
yes |
path |
The path of the node where the entry should set. The path is used relative to the base path defined in the preferences task. If the given path does not exists it will be created. |
no |