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

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

Uses of PatchEntry in org.crosswire.common.diff
 

Fields in org.crosswire.common.diff with type parameters of type PatchEntry
private  List<PatchEntry> Patch.patches
           
 

Methods in org.crosswire.common.diff that return PatchEntry
 PatchEntry PatchEntry.fromText(String input)
          Parse a textual representation of a patch entry and populate this patch entry.
 


Copyright ยจ 2003-2015