|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jorphan.reflect.ClassFinder
This class finds classes that implement one or more specified interfaces.
Method Summary | |
static List |
findClassesThatExtend(String[] paths,
Class[] superClasses)
Convenience method for findClassesThatExtend(Class[],
boolean) with the option to include inner classes in the search
set to false. |
static List |
findClassesThatExtend(String[] strPathsOrJars,
Class[] superClasses,
boolean innerClasses)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static List findClassesThatExtend(String[] paths, Class[] superClasses) throws IOException, ClassNotFoundException
findClassesThatExtend(Class[],
boolean)
with the option to include inner classes in the search
set to false.
IOException
ClassNotFoundException
public static List findClassesThatExtend(String[] strPathsOrJars, Class[] superClasses, boolean innerClasses) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |