@FunctionalInterface public interface FileMatchContentsProcessor
Modifier and Type | Method and Description |
---|---|
void |
processMatch(String relativePath,
byte[] fileContents)
Process a matching file.
|
void processMatch(String relativePath, byte[] fileContents) throws IOException
relativePath
- The path of the matching file relative to the classpath entry that contained the match.fileContents
- A byte array containing the file contents.IOException
Copyright © 2015. All rights reserved.