jdiff
public class APIDiff extends Object
| Field Summary | |
|---|---|
| static String | newAPIName_ Name of the old API. |
| static String | oldAPIName_ Name of the old API. |
| List | packagesAdded Packages added in the new API. |
| List | packagesChanged Packages changed in the new API. |
| List | packagesRemoved Packages removed in the new API. |
| double | pdiff |
| Constructor Summary | |
|---|---|
| APIDiff() Default constructor. | |