@FunctionalInterface
public static interface ClassGraph.ClasspathElementURLFilter
URL
passed to it corresponds to a classpath element that you want to scan.| Modifier and Type | Method and Description |
|---|---|
boolean |
includeClasspathElement(java.net.URL classpathElementURL)
Whether or not to include a given classpath element in the scan.
|