com.ibm.adt.topology.comparator
Class PropertyTypeIgnoreFilter

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

public final class PropertyTypeIgnoreFilter
extends ComparatorFilter

The PropertyTypeIgnoreFilter tells the comparator to not compare properties of the specifed type.


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

PropertyTypeIgnoreFilter

public PropertyTypeIgnoreFilter(java.lang.String propertyType)
Creates an PropertyTypeIgnoreFilter using the specifed propertyType.

Parameters:
propertyType - the property type to not compare


© Copyright 2006 IBM Corp. 2006 All Rights Reserved