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 | * Set whether this formatter should NOT be used. It↵ | | 5 | * Set↵
|
6 | * will not be used if the property has been set, orthwise it↵ | | 6 | s the unless attribute to a property which cannot exist for the↵
|
7 | * will be used.↵ | | 7 | * selector to select any files.↵
|
8 | * @param unlessProperty name of property↵ | | 8 | * @param unlessProperty the property to check↵
|
9 | */↵ | | 9 | */↵
|
10 | public void setUnless(String unlessProperty) {↵ | | 10 | public void setUnless(String unlessProperty) {↵
|
11 | this.unlessProperty = unlessProperty | | 11 | this.unlessProperty = unlessProperty
|