@FunctionalInterface public interface FileMatchContentsProcessorWithContext
Modifier and Type | Method and Description |
---|---|
void |
processMatch(File classpathElement,
String relativePath,
byte[] fileContents)
Process a matching file.
|
void processMatch(File classpathElement, String relativePath, byte[] fileContents) throws IOException
classpathElement
- The classpath element (directory or zipfile) that contained the match.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
Copyright © 2016. All rights reserved.