@FunctionalInterface public static interface ClassGraph.ClasspathElementFilter
Modifier and Type | Method and Description |
---|---|
boolean |
includeClasspathElement(String classpathElementPathStr)
Whether or not to include a given classpath element in the scan.
|
boolean includeClasspathElement(String classpathElementPathStr)
classpathElementPathStr
- The path string of a classpath element, normalized so that the path separator is '/'. This
will usually be a file path, but could be a URL, or it could be a path for a nested jar, where
the paths are separated using '!', in Java convention. "jar:" and/or "file:" will have been
stripped from the beginning, if they were present in the classpath.Copyright © 2020. All rights reserved.