org.apache.env
public abstract class WhichClass extends java.lang.Object
Constructor and Description |
---|
WhichClass() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class |
findClass(java.lang.String className,
java.lang.String options)
Worker method to load a class.
|
protected static java.lang.ClassLoader |
findClassLoader(java.lang.String options)
Worker method to figure out which ClassLoader to use.
|
public static java.lang.Class findClass(java.lang.String className, java.lang.String options) throws java.lang.ClassNotFoundException
className
- name of class to load from
an appropriate classLoaderoptions
- currently unusedjava.lang.ClassNotFoundException
protected static java.lang.ClassLoader findClassLoader(java.lang.String options) throws java.lang.ClassNotFoundException
options
- currently unusedjava.lang.ClassNotFoundException
Copyright ? 2001 Apache. All Rights Reserved.