net.sf.clirr.core.internal.bcel
Class BcelTypeArrayBuilder

java.lang.Object
  extended bynet.sf.clirr.core.internal.bcel.BcelTypeArrayBuilder

public final class BcelTypeArrayBuilder
extends java.lang.Object


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

createClassSet

public static JavaType[] createClassSet(java.io.File[] jarFiles,
                                        java.lang.ClassLoader thirdPartyClasses,
                                        ClassFilter classSelector)
                                 throws CheckerException
Creates a set of classes to check.

Parameters:
jarFiles - a set of jar filed to scan for class files.
thirdPartyClasses - loads classes that are referenced by the classes in the jarFiles
classSelector - 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.
Throws:
CheckerException


Copyright © 2003-2007 Lars K??hne. All Rights Reserved.