com.ibm.adt.topology.comparator
Class PropertyArrayMatchFilter

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

public final class PropertyArrayMatchFilter
extends ComparatorFilter

The PropertyArrayMatchFilter tells the comparator how to match up array elements when a given property value is an array.


Constructor Summary
PropertyArrayMatchFilter(java.lang.String name, java.lang.String orderedKeys)
          Create an PropertyArrayMatchFilter instance with the specified regex and replacement strings.
 
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

PropertyArrayMatchFilter

public PropertyArrayMatchFilter(java.lang.String name,
                                java.lang.String orderedKeys)
Create an PropertyArrayMatchFilter instance with the specified regex and replacement strings.

Parameters:
name - regular expression to match on
orderedKeys - the replacement string


© Copyright 2006 IBM Corp. 2006 All Rights Reserved