allensoft.diff
Interface DiffParser

All Known Implementing Classes:
UnixDiffParser

public interface DiffParser

Defines the interface for parsing differences.


Method Summary
 Difference getNextDifference()
          Gets the next difference or null if end of differences.
 

Method Detail

getNextDifference

public Difference getNextDifference()
                             throws DiffException
Gets the next difference or null if end of differences.