com.ibm.adt.topology.comparator
Class ObjectTypeIgnoreFilter

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

public final class ObjectTypeIgnoreFilter
extends ComparatorFilter

The ObjectTypeIgnoreFilter tells the comparator to not compare the properties of objects of the specified type.


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

ObjectTypeIgnoreFilter

public ObjectTypeIgnoreFilter(java.lang.String objectType)
Creates an ObjectTypeIgnoreFilter using the specifed objectType.

Parameters:
objectType - the TopologyObject type to not compare


© Copyright 2006 IBM Corp. 2006 All Rights Reserved