@FunctionalInterface public interface FileMatchContentsProcessorWithContext
Modifier and Type | Method and Description |
---|---|
void |
processMatch(Path absolutePath,
String relativePathStr,
byte[] fileContents)
Process a matching file.
|
void processMatch(Path absolutePath, String relativePathStr, byte[] fileContents) throws IOException
absolutePath
- The absolute path (in a regular or zipfile filesystem) that contained the match.relativePathStr
- The path of the matching file relative to the classpath element that contained the match.fileContents
- A byte array containing the file contents.IOException
Copyright © 2016. All rights reserved.