1 | public void setIf(String ifProperty) {↵ | | 1 | public void setIf(String ifProperty) {↵
|
2 | this.ifProperty = ifProperty;↵ | | 2 | this.ifProperty = ifProperty;↵
|
3 | }↵ | | 3 | ↵
|
|
4 | ↵ | | 4 | }↵
|
|
5 | /**↵ | | 5 | /**↵
|
6 | * Set whether this param should NOT be used. It↵ | | 6 | * Set↵
|
7 | * will not be used if the property has been set, otherwise it↵ | | |
|
8 | * will be used.↵ | | |
|
9 | ↵ | | 7 | s the unless attribute to a property which cannot exist for the↵
|
| | | 8 | * selector to select any files.↵
|
10 | * @param unlessProperty name of property↵ | | 9 | * @param unlessProperty ↵
|
11 | ↵ | | 10 | the property to check↵
|
12 | */↵ | | 11 | */↵
|
13 | public void setUnless(String unlessProperty) {↵ | | 12 | public void setUnless(String unlessProperty) {↵
|
14 | this.unlessProperty = unlessProperty | | 13 | this.unlessProperty = unlessProperty
|