Uses of Interface
io.github.lukehutch.fastclasspathscanner.scanner.matchers.FileMatchProcessorAny
-
-
Uses of FileMatchProcessorAny in io.github.lukehutch.fastclasspathscanner.matchprocessor
Subinterfaces of FileMatchProcessorAny in io.github.lukehutch.fastclasspathscanner.matchprocessor Modifier and Type Interface Description interfaceFileMatchContentsProcessorThe method to run when a file with a matching path is found on the classpath.interfaceFileMatchContentsProcessorWithContextThe method to run when a file with a matching path is found on the classpath.interfaceFileMatchProcessorThe method to run when a file with a matching path is found on the classpath.interfaceFileMatchProcessorWithContextThe method to run when a file with a matching path is found on the classpath.interfaceFilenameMatchProcessorThe method to run when a file with a matching path is found on the classpath. -
Uses of FileMatchProcessorAny in io.github.lukehutch.fastclasspathscanner.scanner
Methods in io.github.lukehutch.fastclasspathscanner.scanner with parameters of type FileMatchProcessorAny Modifier and Type Method Description voidScanSpec. matchFilenameExtension(String extensionToMatch, FileMatchProcessorAny fileMatchProcessor)Calls the given FileMatchProcessor if files are found on the classpath that have the given file extension.voidScanSpec. matchFilenamePath(String relativePathToMatch, FileMatchProcessorAny fileMatchProcessor)Calls the given FileMatchProcessor if files are found on the classpath that exactly match the given relative path.voidScanSpec. matchFilenamePathLeaf(String pathLeafToMatch, FileMatchProcessorAny fileMatchProcessor)Calls the given FileMatchProcessor if files are found on the classpath that exactly match the given path leafname.voidScanSpec. matchFilenamePattern(String pathRegexp, FileMatchProcessorAny fileMatchProcessor)Calls the given FileMatchProcessor if files are found on the classpath with the given regexp pattern in their path.voidClasspathResource. processFileMatch(FileMatchProcessorAny fileMatchProcessor, LogNode log) -
Uses of FileMatchProcessorAny in io.github.lukehutch.fastclasspathscanner.scanner.matchers
Constructors in io.github.lukehutch.fastclasspathscanner.scanner.matchers with parameters of type FileMatchProcessorAny Constructor Description FileMatchProcessorWrapper(FileMatchProcessorWrapper.FilePathTester filePathTester, FileMatchProcessorAny fileMatchProcessor)
-