Uses of Interface
org.osjava.jardiff.DiffHandler
-
Packages that use DiffHandler Package Description org.osjava.jardiff -
-
Uses of DiffHandler in org.osjava.jardiff
Classes in org.osjava.jardiff that implement DiffHandler Modifier and Type Class Description 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
StreamDiffHandler
A specific type of DiffHandler which uses an OutputStream to create an XML document describing the changes in the diff.Methods in org.osjava.jardiff with parameters of type DiffHandler Modifier and Type Method Description void
JarDiff. diff(DiffHandler handler, DiffCriteria criteria)
Perform a diff sending the output to the specified handler, using the specified criteria to select diffs.
-