Orangevolt ANT Tasks » Tasks » preferences » Set Preferences data | ||
Set Preferences data | Element bytearray |
The boolean element defines a single boolean 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 boolean type (either true or false). |
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 |