Daisy Open Source CMS

org.outerj.daisy.docdiff
Class DiffGenerator

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

public class DiffGenerator
extends 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(Version version1, Version version2, DocDiffOutput output)
           
 
Method Summary
 void generateDiff()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffGenerator

public DiffGenerator(Version version1,
                     Version version2,
                     DocDiffOutput output)
Method Detail

generateDiff

public void generateDiff()
                  throws Exception
Throws:
Exception

Daisy Open Source CMS