Package org.apache.commons.jrcs.diff

The diff package implements the differencing engine that JRCS uses.

See:
          Description

Class Summary
MergeVisitor ..
 

Package org.apache.commons.jrcs.diff Description

The diff package implements the differencing engine that JRCS uses. The engine has the power of Unix diff, is simple to understand, and can be used independently of the archive handling functionality. The entry point to the differencing engine is class Diff.

Text is represented as Object[] because the diff engine is capable of handling more than plain ascci. In fact, arrays of any type that implements hashCode() and equals() correctly can be subject to differencing using this library.

Two implementations of the differencing algorithm are provided.

Version:
$Id: package.html,v 1.2 2003/05/10 18:55:10 juanco Exp $
Author:
Juanco Anez
See Also:
Diff,


Copyright © 2003-2014 Atlassian. All Rights Reserved.