Uses of Interface
io.github.lukehutch.fastclasspathscanner.matchprocessor.FileMatchContentsProcessorWithContext
-
Packages that use FileMatchContentsProcessorWithContext Package Description io.github.lukehutch.fastclasspathscanner -
-
Uses of FileMatchContentsProcessorWithContext in io.github.lukehutch.fastclasspathscanner
Methods in io.github.lukehutch.fastclasspathscanner with parameters of type FileMatchContentsProcessorWithContext Modifier and Type Method Description FastClasspathScanner
FastClasspathScanner. matchFilenameExtension(String extensionToMatch, FileMatchContentsProcessorWithContext fileMatchContentsProcessorWithContext)
Calls the given FileMatchProcessorWithContext if files are found on the classpath that have the given file extension.FastClasspathScanner
FastClasspathScanner. matchFilenamePath(String relativePathToMatch, FileMatchContentsProcessorWithContext fileMatchContentsProcessorWithContext)
Calls the given FileMatchContentsProcessorWithContext if files are found on the classpath that exactly match the given relative path.FastClasspathScanner
FastClasspathScanner. matchFilenamePathLeaf(String pathLeafToMatch, FileMatchContentsProcessorWithContext fileMatchContentsProcessorWithContext)
Calls the given FileMatchContentsProcessorWithContext if files are found on the classpath that exactly match the given path leafname.FastClasspathScanner
FastClasspathScanner. matchFilenamePattern(String pathRegexp, FileMatchContentsProcessorWithContext fileMatchContentsProcessorWithContext)
Calls the given FileMatchContentsProcessorWithContext if files are found on the classpath with the given regexp pattern in their path.
-