jdiff

Class APIDiff

public class APIDiff extends Object

The class contains the changes between two API objects; packages added, removed and changed. The packages are represented by PackageDiff objects, which contain the changes in each package, and so on. See the file LICENSE.txt for copyright details.
Field Summary
static StringnewAPIName_
Name of the old API.
static StringoldAPIName_
Name of the old API.
ListpackagesAdded
Packages added in the new API.
ListpackagesChanged
Packages changed in the new API.
ListpackagesRemoved
Packages removed in the new API.
doublepdiff
Constructor Summary
APIDiff()
Default constructor.

Field Detail

newAPIName_

public static String newAPIName_
Name of the old API.

oldAPIName_

public static String oldAPIName_
Name of the old API.

packagesAdded

public List packagesAdded
Packages added in the new API.

packagesChanged

public List packagesChanged
Packages changed in the new API.

packagesRemoved

public List packagesRemoved
Packages removed in the new API.

pdiff

public double pdiff

Constructor Detail

APIDiff

public APIDiff()
Default constructor.