org.outerj.daisy.docdiff
Class DiffGenerator

java.lang.Object
  extended by org.outerj.daisy.docdiff.DiffGenerator

public class DiffGenerator
extends java.lang.Object

This class generates information about the differences between two versions of a document. The result of the comparision is generated as a series of events to an instance of DocDiffOutput.


Constructor Summary
DiffGenerator(org.outerj.daisy.repository.Version version1, org.outerj.daisy.repository.Version version2, DocDiffOutput output)
           
 
Method Summary
 void generateDiff()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffGenerator

public DiffGenerator(org.outerj.daisy.repository.Version version1,
                     org.outerj.daisy.repository.Version version2,
                     DocDiffOutput output)
Method Detail

generateDiff

public void generateDiff()
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © -2012 . All Rights Reserved.