Uses of Interface
org.osjava.jardiff.DiffCriteria

Packages that use DiffCriteria
org.osjava.jardiff   
 

Uses of DiffCriteria in org.osjava.jardiff
 

Classes in org.osjava.jardiff that implement DiffCriteria
 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.
 

Methods in org.osjava.jardiff with parameters of type DiffCriteria
 void JarDiff.diff(DiffHandler handler, DiffCriteria criteria)
          Perform a diff sending the output to the specified handler, using the specified criteria to select diffs.