net.sf.clirr.framework
Interface ClassSetChangeCheck
- All Known Implementing Classes:
- net.sf.clirr.checks.AbstractClassSetChangeCheck
- public interface ClassSetChangeCheck
Checks for changes between two sets of classes.
- 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. |
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
Copyright © 2003-2004 Lars Kühne. All Rights Reserved.