Package com.ibm.adt.topology.comparator

Interface Summary
ComparatorFilterTypes An enumeration of supported ComparatorFilter types.
TopologyComparator  
 

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



© Copyright 2006 IBM Corp. 2006 All Rights Reserved