File tree Expand file tree Collapse file tree
src/main/java/io/github/classgraph/classloaderhandler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!-- -
2- When filing a new bug, please call `FastClasspathScanner #verbose()`
3- before `FastClasspathScanner #scan()`, and attach the generated
4- verbose log to your bug report. (You can attach files by dragging
5- and dropping onto this editing pane.) Thanks!
2+ When filing a new bug, please call `ClassGraph #verbose()` before
3+ `ClassGraph #scan()`, and attach the generated verbose log to your
4+ bug report. (You can attach log files by dragging and dropping
5+ onto the GitHub issue editing pane.) Thanks!
66--->
Original file line number Diff line number Diff line change 22This directory contains ClassLoaderHandlers: classes that know how to extract classpath
33entries from different ClassLoaders.
44
5- You can register your own custom ClassLoaderHandler with FastClasspathScanner by calling
6- FastClasspathScanner #registerClassLoaderHandler() before calling #scan().
5+ You can register your own custom ClassLoaderHandler with ClassGraph by calling
6+ ClassGraph #registerClassLoaderHandler() before calling #scan().
77
88Note that URLClassLoader subclasses do not need a custom ClassLoaderHandler, they are
9- handled automatically by FastClasspathScanner .
9+ handled automatically by ClassGraph .
1010
11- If a new default ClassLoaderHandler is added to FastClasspathScanner , then it should be
12- added to the list in ClassLoaderHandlerRegistry.
11+ If a new default ClassLoaderHandler is added to ClassGraph , then it should be added to
12+ the list in ClassLoaderHandlerRegistry.
1313
You can’t perform that action at this time.
0 commit comments