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