Uses of Class
com.ibm.adt.topology.comparator.ComparatorFilter

Packages that use ComparatorFilter
com.ibm.adt.topology.comparator   
com.ibm.adt.topology.provider.impl   
 

Uses of ComparatorFilter in com.ibm.adt.topology.comparator
 

Subclasses of ComparatorFilter in com.ibm.adt.topology.comparator
 class BranchIgnoreFilter
          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.
 class ObjectIgnoreMissingFilter
          The ObjectIgnoreMissingFilter tells the comparator to ignore any objects of the specified type that are missing from either object tree.
 class ObjectMatchFilter
          The ObjectMatchFilter tells the comparator to match objects of the specified type using the specified propertyKey rather than the name.
 class ObjectMatchReferenceFilter
          The ObjectMatchReferenceFilter tells the comparator to match objects matching the specified name against the reference name.
 class ObjectNameEqualityFilter
          The ObjectNameEqualityFilter allows you to specify a pair of object names that should be treated as equal (e.g.
 class ObjectNameSubstitutionFilter
          The ObjectNameSubstitutionFilter tells the compare to treat occurances of a given string as having a different value (e.g.
 class ObjectTypeIgnoreFilter
          The ObjectTypeIgnoreFilter tells the comparator to not compare the properties of objects of the specified type.
 class PropertyArrayMatchFilter
          The PropertyArrayMatchFilter tells the comparator how to match up array elements when a given property value is an array.
 class PropertyIgnoreMissingFilter
          The PropertyNameIgnoreFilter tells the comparator to not compare properties with the specified name.
 class PropertyNameIgnoreFilter
          The PropertyNameIgnoreFilter tells the comparator to not compare properties with the specified name.
 class PropertyTypeIgnoreFilter
          The PropertyTypeIgnoreFilter tells the comparator to not compare properties of the specifed type.
 class PropertyValueIgnoreFilter
          The PropertyValueIgnoreFilter tells the comparator to ignore properties whose value matches the specified regular expression.
 class PropertyValueSubstitutionFilter
          The PropertyValueSubstitutionFilter tells the compare to treat occurances of a given string as having a different value (e.g.
 class UnorderedArgListFilter
          The UnorderedArgListFilter tells the comparator to treat a named property's value as an unordered argument list with the specified delimiter.
 

Methods in com.ibm.adt.topology.comparator that return ComparatorFilter
 ComparatorFilter[] TopologyComparator.getFilters()
          Returns an array containing all of the currently applied filters.
 

Methods in com.ibm.adt.topology.comparator with parameters of type ComparatorFilter
 void TopologyComparator.applyFilter(ComparatorFilter filter)
          Allows specification of filters to be applied to the compare() function.
 

Uses of ComparatorFilter in com.ibm.adt.topology.provider.impl
 

Methods in com.ibm.adt.topology.provider.impl that return ComparatorFilter
 ComparatorFilter[] TopologyComparatorImpl.getFilters()
           
 

Methods in com.ibm.adt.topology.provider.impl with parameters of type ComparatorFilter
 void TopologyComparatorImpl.applyFilter(ComparatorFilter filter)
           
 



© Copyright 2006 IBM Corp. 2006 All Rights Reserved