public class ClassGraphClassLoader extends ClassLoader
ClassLoader for classes found by ClassGraph during scanning.| Modifier and Type | Method and Description |
|---|---|
URL |
getResource(String path) |
InputStream |
getResourceAsStream(String path) |
Enumeration<URL> |
getResources(String path) |
URL[] |
getURLs()
Get classpath URLs.
|
clearAssertionStatus, getParent, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatuspublic URL[] getURLs()
ScanResult handled by this ClassLoader.public URL getResource(String path)
getResource in class ClassLoaderpublic Enumeration<URL> getResources(String path) throws IOException
getResources in class ClassLoaderIOExceptionpublic InputStream getResourceAsStream(String path)
getResourceAsStream in class ClassLoaderCopyright © 2024. All rights reserved.