Class FileMatchProcessorWrapper
- java.lang.Object
-
- io.github.lukehutch.fastclasspathscanner.scanner.matchers.FileMatchProcessorWrapper
-
public class FileMatchProcessorWrapper extends Object
An interface called when the corresponding FilePathTester returns true.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileMatchProcessorWrapper.FilePathTesterAn interface used to test whether a file's relative path matches a given specification.
-
Constructor Summary
Constructors Constructor Description FileMatchProcessorWrapper(FileMatchProcessorWrapper.FilePathTester filePathTester, FileMatchProcessorAny fileMatchProcessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfilePathMatches(String relativePathStr, LogNode log)voidprocessMatch(ClasspathResource classpathResource, LogNode log)
-
-
-
Constructor Detail
-
FileMatchProcessorWrapper
public FileMatchProcessorWrapper(FileMatchProcessorWrapper.FilePathTester filePathTester, FileMatchProcessorAny fileMatchProcessor)
-
-
Method Detail
-
processMatch
public void processMatch(ClasspathResource classpathResource, LogNode log) throws IOException
- Throws:
IOException
-
-