Uses of Class
com.cloudbees.diff.Difference.Part

Packages that use Difference.Part
com.cloudbees.diff Pure-Java implementation of diff/patch capability. 
 

Uses of Difference.Part in com.cloudbees.diff
 

Methods in com.cloudbees.diff that return Difference.Part
 Difference.Part[] Difference.getFirstLineDiffs()
          The list of differences on lines in the first file.
 Difference.Part[] Difference.getSecondLineDiffs()
          The list of differences on lines in the second file.
 

Constructors in com.cloudbees.diff with parameters of type Difference.Part
Difference(int type, int firstStart, int firstEnd, int secondStart, int secondEnd, String firstText, String secondText, Difference.Part[] firstLineDiffs, Difference.Part[] secondLineDiffs)
          Creates a new instance of Difference
Difference(int type, int firstStart, int firstEnd, int secondStart, int secondEnd, String firstText, String secondText, Difference.Part[] firstLineDiffs, Difference.Part[] secondLineDiffs)
          Creates a new instance of Difference
 



Copyright © 2011-2012. All Rights Reserved.