Orangevolt ANT Tasks » Tasks » preferences » Set Preferences data | ||
Element int | Element string |
The long element defines a single long 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 long type (a integer number). |
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 |