com.ibm.adt.topology.comparator
Class ObjectIgnoreMissingFilter

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

public final class ObjectIgnoreMissingFilter
extends ComparatorFilter

The ObjectIgnoreMissingFilter tells the comparator to ignore any objects of the specified type that are missing from either object tree. In other words, it will compare matching instances and ignore the others. The default behavior is to flag the non-matching objects as differences.


Constructor Summary
ObjectIgnoreMissingFilter(java.lang.String objectType)
          Creates a new ObjectIgnoreMissingFilter for the specified 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

ObjectIgnoreMissingFilter

public ObjectIgnoreMissingFilter(java.lang.String objectType)
Creates a new ObjectIgnoreMissingFilter for the specified objectType.

Parameters:
objectType - the object type


© Copyright 2006 IBM Corp. 2006 All Rights Reserved