Class: com.sybase.djc.ant.Property (Property) | EAServer 6.3 Help |
---|
Description | Set the value of a property or merge the existing value of a property with a new value. |
---|---|
Configuration |
Simple Example:
<property name="prop1" value="prop2"/>Merge Example: <property name="prop1" operation="insert-value" allowDuplicate="true" value="value2"/> |
Nested Properties | allowDuplicate, hashAlg, name, operation, protected, resolve, searchValue, value |
Property: allowDuplicate (Allow Duplicate) | |
---|---|
Description | Modifies the behaviour of operation to remove any resulting duplicate list items. |
Property: name (Name) | |
---|---|
Description | Required. Name of the property to be set. |
Property: operation (Operation) | |
---|---|
Description |
The operation is:
|
Default Value | set |
Legal Values | set, append-list, append-value, insert-value, replace-value |
Property: protected (Protected) | |
---|---|
Description | Save the property value in protected storage, rather than directly in the properties file. This is recommended for sensitive values such as passwords. |
Property: searchValue (Search Value) | |
---|---|
Description | See description of operation. |
Property: value (Value) | |
---|---|
Description | Required. Value of the property to be set. This is interpreted according to the selected operation. |