allensoft.diff
Class UnixDiffParser

java.lang.Object
  |
  +--allensoft.diff.UnixDiffParser
All Implemented Interfaces:
DiffParser

public class UnixDiffParser
extends java.lang.Object
implements DiffParser


Constructor Summary
UnixDiffParser(java.io.Reader differences)
           
 
Method Summary
 Difference getNextDifference()
          Gets the next difference or null if end of differences.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixDiffParser

public UnixDiffParser(java.io.Reader differences)
Method Detail

getNextDifference

public Difference getNextDifference()
                             throws DiffException
Description copied from interface: DiffParser
Gets the next difference or null if end of differences.
Specified by:
getNextDifference in interface DiffParser

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception