net.sf.clirr.checks
Class RemovedClassCheck
java.lang.Object
net.sf.clirr.framework.AbstractDiffReporter
net.sf.clirr.checks.AbstractClassSetChangeCheck
net.sf.clirr.checks.RemovedClassCheck
- All Implemented Interfaces:
- ClassSetChangeCheck
- public final class RemovedClassCheck
- extends net.sf.clirr.checks.AbstractClassSetChangeCheck
Checks whether a class/interface has been removed from the public API.
- Author:
- lkuehne
Method Summary |
void |
check(org.apache.bcel.util.ClassSet compatBaseline,
org.apache.bcel.util.ClassSet currentVersion)
Checks for changes etween two sets of classes. |
protected void |
compareClassNameSets(java.lang.String[] setA,
java.lang.String[] setB,
java.lang.String diffPrefix,
Severity severity)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemovedClassCheck
public RemovedClassCheck(ApiDiffDispatcher dispatcher)
- Create a new instance of this check.
- Parameters:
dispatcher
- the diff dispatcher that distributes the detected changes to the listeners.
check
public void check(org.apache.bcel.util.ClassSet compatBaseline,
org.apache.bcel.util.ClassSet currentVersion)
- Checks for changes etween two sets of classes.
- Parameters:
compatBaseline
- the classes of the compatibility baselinecurrentVersion
- the classes of the current software version
compareClassNameSets
protected final void compareClassNameSets(java.lang.String[] setA,
java.lang.String[] setB,
java.lang.String diffPrefix,
Severity severity)
Copyright © 2003-2004 Lars Kühne. All Rights Reserved.