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, setPackageAssertionStatus
public URL[] getURLs()
ScanResult
handled by this ClassLoader
.public URL getResource(String path)
getResource
in class ClassLoader
public Enumeration<URL> getResources(String path) throws IOException
getResources
in class ClassLoader
IOException
public InputStream getResourceAsStream(String path)
getResourceAsStream
in class ClassLoader
Copyright © 2024. All rights reserved.