|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjdiff.APIDiff
public class APIDiff
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 java.lang.String |
newAPIName_
Name of the old API. |
static java.lang.String |
oldAPIName_
Name of the old API. |
java.util.List |
packagesAdded
Packages added in the new API. |
java.util.List |
packagesChanged
Packages changed in the new API. |
java.util.List |
packagesRemoved
Packages removed in the new API. |
double |
pdiff
|
Constructor Summary | |
---|---|
APIDiff()
Default constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.List packagesAdded
public java.util.List packagesRemoved
public java.util.List packagesChanged
public static java.lang.String oldAPIName_
public static java.lang.String newAPIName_
public double pdiff
Constructor Detail |
---|
public APIDiff()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |