Package | Description |
---|---|
org.osjava.jardiff |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDiffCriteria
A specific type of DiffCriteria which is only true for classes, methods
and fields which are not synthetic, and are public or protected.
|
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.
|