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