public interface ClassLoaderInterface
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_LOADER_INTERFACE |
Modifier and Type | Method and Description |
---|---|
ClassLoaderInterface |
getParent() |
URL |
getResource(String name) |
InputStream |
getResourceAsStream(String name) |
Enumeration<URL> |
getResources(String name) |
Class<?> |
loadClass(String name) |
static final String CLASS_LOADER_INTERFACE
Class<?> loadClass(String name) throws ClassNotFoundException
ClassNotFoundException
Enumeration<URL> getResources(String name) throws IOException
IOException
InputStream getResourceAsStream(String name) throws IOException
IOException
ClassLoaderInterface getParent()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.