com.ibm.adt.topology.comparator
Class ObjectMatchReferenceFilter

java.lang.Object
  extended by com.ibm.adt.topology.comparator.ComparatorFilter
      extended by 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.
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getReference()
           
 
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

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 match
reference - the reference name to match against
Method Detail

getName

public java.lang.String getName()

getReference

public java.lang.String getReference()


© Copyright 2006 IBM Corp. 2006 All Rights Reserved