Uses of Interface
org.osjava.jardiff.DiffHandler

Uses of DiffHandler in org.osjava.jardiff
 

Classes in org.osjava.jardiff that implement DiffHandler
 class AbstractDiffHandler
          An abstract implementation of DiffHandler which provides utility methods.
 class DOMDiffHandler
          A specific type of DiffHandler which uses DOM to create an XML document describing the changes in the diff.
 class SAXDiffHandler
          A specific type of DiffHandler which uses SAX to create an XML document describing the changes in the diff.
 

Methods in org.osjava.jardiff with parameters of type DiffHandler
 void JarDiff.diff(DiffHandler handler, DiffCriteria criteria)
          Perform a diff sending the output to the specified handler, using the specified criteria to select diffs.
 



Copyright © 2005-2006 OSJava. All Rights Reserved.