com.ibm.adt.topology.comparator
Class PropertyNameIgnoreFilter

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

public final class PropertyNameIgnoreFilter
extends ComparatorFilter

The PropertyNameIgnoreFilter tells the comparator to not compare properties with the specified name.


Constructor Summary
PropertyNameIgnoreFilter(java.lang.String propertyName)
          Creates an PropertyNameIgnoreFilter using the specified propertyName.
 
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

PropertyNameIgnoreFilter

public PropertyNameIgnoreFilter(java.lang.String propertyName)
Creates an PropertyNameIgnoreFilter using the specified propertyName.

Parameters:
propertyName - the property name to ignore


© Copyright 2006 IBM Corp. 2006 All Rights Reserved