|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.adt.topology.comparator.ComparatorFilter
com.ibm.adt.topology.comparator.ObjectMatchFilter
public final class ObjectMatchFilter
The ObjectMatchFilter tells the comparator to match objects of the specified type using the specified propertyKey rather than the name.
Constructor Summary | |
---|---|
ObjectMatchFilter(java.lang.String objectType,
java.lang.String propertyKey)
Creates a new ObjectMatchFilter usaing the specified objectType and propertyKey. |
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 |
---|
public ObjectMatchFilter(java.lang.String objectType, java.lang.String propertyKey)
objectType
- the object typepropertyKey
- the propertyKey to match values on
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |