com.ibm.adt.topology.comparator
Class UnorderedArgListFilter

java.lang.Object
  extended by com.ibm.adt.topology.comparator.ComparatorFilter
      extended by com.ibm.adt.topology.comparator.UnorderedArgListFilter

public final class UnorderedArgListFilter
extends ComparatorFilter

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

UnorderedArgListFilter

public UnorderedArgListFilter(java.lang.String propertyName,
                              java.lang.String delimiter)
Create an UnorderedArgListFilter instance with the specified propertyName and delimiter.

Parameters:
propertyName - the name of the property to treat as an unordered list of tokens
delimiter - the delimiter to use to split the tokens


© Copyright 2006 IBM Corp. 2006 All Rights Reserved