@FunctionalInterface public static interface FastClasspathScanner.ClasspathElementFilter
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
includeClasspathElement(String classpathElementString) |
boolean includeClasspathElement(String classpathElementString)
classpathElementString - 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 © 2018. All rights reserved.