Uses of Class
org.crosswire.common.diff.Patch

Packages that use Patch
org.crosswire.common.diff An implementation of Diff that works within the line. 
 

Uses of Patch in org.crosswire.common.diff
 

Methods in org.crosswire.common.diff that return Patch
 Patch Patch.fromText(String input)
          Parse a textual representation of patches and return a List of Patch objects.
 Patch Patch.make(String source, String target, List<Difference> diffList)
          Compute a list of patches to turn text1 into text2.
 


Copyright ? 2003-2011