FileMatchProcessorAny
@FunctionalInterface public interface FileMatchContentsProcessor extends FileMatchProcessorAny
Modifier and Type | Method | 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 element that contained the match.fileContents
- A byte array containing the file contents.IOException
- If anything goes wrong while processing the file.Copyright © 2018. All rights reserved.