public class CompatibilityChecker
extends java.lang.Object
Constructor and Description |
---|
CompatibilityChecker(PCDManager pcdm,
boolean failOnDependentJar,
boolean noWarnOnDependentJar) |
Modifier and Type | Method and Description |
---|---|
void |
checkDeletedClass(PCDEntry entry)
Find all dependent classes for a deleted class.
|
boolean |
compareClassVersions(PCDEntry entry)
Compares the two class versions for the given PCDEntry.
|
java.lang.String[] |
getAffectedClasses()
Returns the names of classes affected by source incompatible changes to the new version of the checked class.
|
public CompatibilityChecker(PCDManager pcdm, boolean failOnDependentJar, boolean noWarnOnDependentJar)
public boolean compareClassVersions(PCDEntry entry)
public void checkDeletedClass(PCDEntry entry)
public java.lang.String[] getAffectedClasses()