com.ibm.di.server
Class Compare

java.lang.Object
  extended by com.ibm.di.server.Compare

public class Compare
extends Object


Constructor Summary
Compare()
           
 
Method Summary
static Entry applyMods(Entry source, ArrayList mods)
           
 String compactDN(String p1)
           
 ArrayList compareEntries(Entry a, Entry b)
           
 boolean differs(Attribute a, Attribute b)
           
 boolean equalsDN(String p1, String p2)
           
 void join(Attribute a, Attribute b)
           
 boolean vectorContains(Object val, Vector v, boolean dn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compare

public Compare()
Method Detail

join

public void join(Attribute a,
                 Attribute b)
          throws Exception
Throws:
Exception

differs

public boolean differs(Attribute a,
                       Attribute b)
                throws Exception
Throws:
Exception

vectorContains

public boolean vectorContains(Object val,
                              Vector v,
                              boolean dn)

compareEntries

public ArrayList compareEntries(Entry a,
                                Entry b)
                         throws Exception
Throws:
Exception

applyMods

public static Entry applyMods(Entry source,
                              ArrayList mods)

equalsDN

public boolean equalsDN(String p1,
                        String p2)

compactDN

public String compactDN(String p1)