| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface PropertyHelper.PropertySetter
Sets or overrides a property.
Can be used to store properties in a different storage than the project instance (like local properties for example).
| Method Summary | |
|---|---|
|  boolean | set(java.lang.String property,
    java.lang.Object value,
    PropertyHelper propertyHelper)Set a property. | 
|  boolean | setNew(java.lang.String property,
       java.lang.Object value,
       PropertyHelper propertyHelper)Set a *new" property. | 
| Method Detail | 
|---|
boolean setNew(java.lang.String property,
               java.lang.Object value,
               PropertyHelper propertyHelper)
Should not replace the value of an existing property.
property - the property's String "identifier".value - the value to set.propertyHelper - the invoking PropertyHelper.
boolean set(java.lang.String property,
            java.lang.Object value,
            PropertyHelper propertyHelper)
May replace the value of an existing property.
property - the property's String "identifier".value - the value to set.propertyHelper - the invoking PropertyHelper.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||