Home » jakarta-jmeter-2.3.4_src » org.apache.jorphan.reflect » [javadoc | source]
org.apache.jorphan.reflect
public final class: ClassFinder [javadoc | source]
java.lang.Object
   org.apache.jorphan.reflect.ClassFinder
This class finds classes that extend one of a set of parent classes
Method from org.apache.jorphan.reflect.ClassFinder Summary:
findClassesThatExtend,   findClassesThatExtend,   findClassesThatExtend
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jorphan.reflect.ClassFinder Detail:
 public static List findClassesThatExtend(String[] paths,
    Class[] superClasses) throws IOException 
    Convenience method for findClassesThatExtend(Class[], boolean) with the option to include inner classes in the search set to false.
 public static List findClassesThatExtend(String[] strPathsOrJars,
    Class[] superClasses,
    boolean innerClasses) throws IOException 
    Find classes in the provided path(s)/jar(s) that extend the class(es).
 public static List findClassesThatExtend(String[] strPathsOrJars,
    Class[] superClasses,
    boolean innerClasses,
    String contains,
    String notContains) throws IOException 
    Find classes in the provided path(s)/jar(s) that extend the class(es).