public abstract class ConfigurableClassLoader.ClassSource extends Object
| Constructor and Description |
|---|
ClassSource() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
findClass(String name) |
protected byte[] |
getClassData(String name) |
protected abstract InputStream |
openClass(String name) |
protected abstract InputStream openClass(String name) throws IOException
IOExceptionprotected byte[] getClassData(String name) throws IOException
IOExceptionpublic Class<?> findClass(String name) throws ClassNotFoundException
ClassNotFoundExceptionsee also the complete user documentation .