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 classAbstractDiffHandlerAn abstract implementation of DiffHandler which provides utility methods.classDOMDiffHandlerA specific type of DiffHandler which uses DOM to create an XML document describing the changes in the diff.classStreamDiffHandlerA 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 voidJarDiff. diff(DiffHandler handler, DiffCriteria criteria)Perform a diff sending the output to the specified handler, using the specified criteria to select diffs.
-