public class StringEqualsComparator extends Object implements Comparator
| Constructor and Description |
|---|
StringEqualsComparator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(Object nodeValue)
Run the compare logic and return the result.
|
void |
setCaseInsensitive(Boolean caseInsensitive)
Setter for case insensitive comparison override
|
void |
setValue(String value)
Setter for static string value to compare to
|
public void setCaseInsensitive(Boolean caseInsensitive)
caseInsensitive - public void setValue(String value)
value - public boolean compare(Object nodeValue)
Comparatorcompare in interface ComparatornodeValue - Object the node's value to compareCopyright © 2005–2014 Alfresco Software. All rights reserved.