com.evolveum.midpoint.common.diff
Class CalculateXmlDiff

java.lang.Object
  extended by com.evolveum.midpoint.common.diff.CalculateXmlDiff

public class CalculateXmlDiff
extends java.lang.Object

Main class responsible to calculate XML differences

Since:
0.1
Version:
$Revision$ $Date$
Author:
Igor Farinic

Constructor Summary
CalculateXmlDiff()
           
 
Method Summary
static ObjectModificationType calculateChanges(java.io.File oldObjectFile, java.io.File newObjectFile)
           
static ObjectModificationType calculateChanges(ObjectType oldObject, ObjectType newObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculateXmlDiff

public CalculateXmlDiff()
Method Detail

calculateChanges

public static ObjectModificationType calculateChanges(ObjectType oldObject,
                                                      ObjectType newObject)
                                               throws DiffException
Throws:
DiffException

calculateChanges

public static ObjectModificationType calculateChanges(java.io.File oldObjectFile,
                                                      java.io.File newObjectFile)
                                               throws DiffException
Throws:
DiffException


Copyright © 2012 evolveum. All Rights Reserved.