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