Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
JLibDiff.HunkVisitable

Uses of HunkVisitable in JLibDiff
 

Classes in JLibDiff that implement HunkVisitable
 class diff
          The diff class compares two files.
 class Hunk
          The Hunk class is a super class of classes HunkAdd , HunkChange and HunkDel .it is an abstarct class.
 class HunkAdd
          The HunkAdd class represents a bloc of difference reliding addition(insertion).
 class HunkChange
          The HunkChange class represents a bloc of difference reliding change.
 class HunkDel
          The HunkDel class represents a bloc of difference that will be deleted.
 class SJDiff
          Title: $FileName: SJDiff.java$