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