Package com.alkacon.diff

Interface Summary
I_DiffConfiguration Configurates a Diff operation.
I_DiffOutput A DiffOutput instance must be provided to the Diff to handle the result of the diff process.
I_HtmlDiffConfiguration Configurates a Html Diff operation.
I_TextDiffConfiguration Configurates a Text Diff operation.
 

Class Summary
Diff Calculates the difference from two given input sources.
DiffConfiguration Default Diff operation configuration class.
DiffLineType Provides the basic result types for the diff output.
HtmlDiffConfiguration Default Html Diff operation configuration class.
HtmlDiffOutput Outputs the diff result as HTML elements to a SAX ContentHandler.
TextDiffConfiguration Default Text Diff operation configuration class.
TextDiffOutput Text based implementation for a Diff output.
XmlSaxWriter Simple SAX event handler that generates a XML (or HTML) file from the events caught.
 



Copyright © 2005-2011. All Rights Reserved.