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
IOException
protected byte[] getClassData(String name) throws IOException
IOException
public Class<?> findClass(String name) throws ClassNotFoundException
ClassNotFoundException
see also the complete user documentation .