com.ibm.adt.topology.comparator
Class ObjectMatchReferenceFilter
java.lang.Object
com.ibm.adt.topology.comparator.ComparatorFilter
com.ibm.adt.topology.comparator.ObjectMatchReferenceFilter
public final class ObjectMatchReferenceFilter
- extends ComparatorFilter
The ObjectMatchReferenceFilter tells the comparator to match objects
matching the specified name against the reference name.
Constructor Summary |
ObjectMatchReferenceFilter(java.lang.String name,
java.lang.String reference)
Creates a new ObjectMatchReferenceFilter using the specified name and
reference. |
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 |
ObjectMatchReferenceFilter
public ObjectMatchReferenceFilter(java.lang.String name,
java.lang.String reference)
- Creates a new ObjectMatchReferenceFilter using the specified name and
reference.
- Parameters:
name
- regular expression indicating the names to matchreference
- the reference name to match against
getName
public java.lang.String getName()
getReference
public java.lang.String getReference()
© Copyright 2006 IBM Corp. 2006 All Rights Reserved