SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Interface
JLibDiff.HunkVisitable

Packages that use HunkVisitable
JLibDiff   
org.sourcejammer.server.source   
 

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
          A modified implimentation of JLibDiff.diff.
 

Uses of HunkVisitable in org.sourcejammer.server.source
 

Classes in org.sourcejammer.server.source that implement HunkVisitable
 class TextDiff
          Builds a diff from two text files and can reconstruct the second file when passed the first, using the type of EOL characters requested.
 


SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan