com.ibm.adt.topology.comparator
Class BranchIgnoreFilter

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

public final class BranchIgnoreFilter
extends ComparatorFilter

The BranchIgnoreFilter tells the comparator to ignore any objects of the specified type and to not recurse to any of the children of the specified type.


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

BranchIgnoreFilter

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

Parameters:
objectType - the object type


© Copyright 2006 IBM Corp. 2006 All Rights Reserved