com.ibm.adt.topology.comparator
Class PropertyValueIgnoreFilter

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

public final class PropertyValueIgnoreFilter
extends ComparatorFilter

The PropertyValueIgnoreFilter tells the comparator to ignore properties whose value matches the specified regular expression.


Constructor Summary
PropertyValueIgnoreFilter(java.lang.String propertyValueRegex)
          Creates an PropertyValueIgnoreFilter using the specifed propertyValueRegex.
 
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

PropertyValueIgnoreFilter

public PropertyValueIgnoreFilter(java.lang.String propertyValueRegex)
Creates an PropertyValueIgnoreFilter using the specifed propertyValueRegex.

Parameters:
propertyValueRegex - the regular expression to match on to determine whether or not to ignore a property.


© Copyright 2006 IBM Corp. 2006 All Rights Reserved