|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.clirr.core.internal.bcel.BcelTypeArrayBuilder
Method Summary | |
static JavaType[] |
createClassSet(java.io.File[] jarFiles,
java.lang.ClassLoader thirdPartyClasses,
ClassFilter classSelector)
Creates a set of classes to check. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static JavaType[] createClassSet(java.io.File[] jarFiles, java.lang.ClassLoader thirdPartyClasses, ClassFilter classSelector) throws CheckerException
jarFiles
- a set of jar filed to scan for class files.thirdPartyClasses
- loads classes that are referenced
by the classes in the jarFilesclassSelector
- is an object which determines which classes from the
old and new jars are to be compared. This parameter may be null, in
which case all classes in the old and new jars are compared.
CheckerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |