org.alfresco.util.schemacomp
Class DefaultComparisonUtils.EquivalentObjectSeeker

java.lang.Object
  extended by org.alfresco.util.schemacomp.DefaultComparisonUtils.EquivalentObjectSeeker
All Implemented Interfaces:
DbObjectVisitor
Enclosing class:
DefaultComparisonUtils

public static class DefaultComparisonUtils.EquivalentObjectSeeker
extends java.lang.Object
implements DbObjectVisitor


Constructor Summary
DefaultComparisonUtils.EquivalentObjectSeeker(DbObject objToMatch)
           
 
Method Summary
 java.util.List getMatches()
           
 void visit(DbObject dbObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultComparisonUtils.EquivalentObjectSeeker

public DefaultComparisonUtils.EquivalentObjectSeeker(DbObject objToMatch)
Method Detail

visit

public void visit(DbObject dbObject)
Specified by:
visit in interface DbObjectVisitor

getMatches

public java.util.List getMatches()
Returns:
the matches


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.