Interface FileMatchProcessorWrapper.FilePathTester
-
- Enclosing class:
- FileMatchProcessorWrapper
public static interface FileMatchProcessorWrapper.FilePathTester
An interface used to test whether a file's relative path matches a given specification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
filePathMatches(String relativePathStr, LogNode log)
-