public final class BcelTypeArrayBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static JavaType[] |
createClassSet(java.io.File[] jarFiles,
java.lang.ClassLoader thirdPartyClasses,
ClassFilter classSelector)
Creates a set of classes to check.
|
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
Copyright © 2003-2012 Lars K??hne. All Rights Reserved.