|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.adt.topology.comparator.ComparatorFilter
com.ibm.adt.topology.comparator.UnorderedArgListFilter
public final class UnorderedArgListFilter
The UnorderedArgListFilter tells the comparator to treat a named property's value as an unordered argument list with the specified delimiter.
Constructor Summary | |
---|---|
UnorderedArgListFilter(java.lang.String propertyName,
java.lang.String delimiter)
Create an UnorderedArgListFilter instance with the specified propertyName and delimiter. |
Method Summary |
---|
Methods inherited from class com.ibm.adt.topology.comparator.ComparatorFilter |
---|
equals, getContext, getDescription, getQualifiers, getType, hashCode, setContext, setDescription, setQualifiers, setType, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnorderedArgListFilter(java.lang.String propertyName, java.lang.String delimiter)
propertyName
- the name of the property to treat as an unordered list of
tokensdelimiter
- the delimiter to use to split the tokens
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |