|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.outerj.daisy.docdiff.DiffGenerator
public class DiffGenerator
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 |
|---|
public DiffGenerator(Version version1,
Version version2,
DocDiffOutput output)
| Method Detail |
|---|
public void generateDiff()
throws Exception
Exception
|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||