|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiffHandler | |
---|---|
org.osjava.jardiff |
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 |
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 | |
---|---|
void |
JarDiff.diff(DiffHandler handler,
DiffCriteria criteria)
Perform a diff sending the output to the specified handler, using the specified criteria to select diffs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |