public class FileMatchProcessorWrapper extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
FileMatchProcessorWrapper.FilePathTester
An interface used to test whether a file's relative path matches a given specification.
|
Constructor and Description |
---|
FileMatchProcessorWrapper(FileMatchProcessorWrapper.FilePathTester filePathTester,
FileMatchProcessorAny fileMatchProcessor) |
Modifier and Type | Method and Description |
---|---|
boolean |
filePathMatches(File classpathElt,
String relativePathStr,
LogNode log) |
void |
processMatch(ClasspathResource classpathResource,
LogNode log) |
public FileMatchProcessorWrapper(FileMatchProcessorWrapper.FilePathTester filePathTester, FileMatchProcessorAny fileMatchProcessor)
public boolean filePathMatches(File classpathElt, String relativePathStr, LogNode log)
public void processMatch(ClasspathResource classpathResource, LogNode log) throws IOException
IOException
Copyright © 2018. All rights reserved.