Package | Description |
---|---|
org.osjava.jardiff |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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.
|