@FunctionalInterface public static interface FastClasspathScanner.FileMatchProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
processMatch(String absolutePath,
String relativePath,
InputStream inputStream)
Process a matching file.
|
void processMatch(String absolutePath, String relativePath, InputStream inputStream)
absolutePath - The path of the matching file on the filesystem.relativePath - The path of the matching file relative to the classpath entry that contained the match.inputStream - An InputStream (either a FileInputStream or a ZipEntry InputStream) opened on the file.
You do not need to close this InputStream before returning, it is closed by the caller.Copyright © 2015. All rights reserved.