Uses of Class
org.anchoranalysis.io.input.bean.path.matcher.FilePathMatcher
Packages that use FilePathMatcher
Package
Description
Methods to provide a collection of
File
s.Beans to find a subset of files that match a particular conditions on their paths.
-
Uses of FilePathMatcher in org.anchoranalysis.io.input.bean.files
Methods in org.anchoranalysis.io.input.bean.files that return FilePathMatcherMethods in org.anchoranalysis.io.input.bean.files with parameters of type FilePathMatcher -
Uses of FilePathMatcher in org.anchoranalysis.io.input.bean.path.matcher
Subclasses of FilePathMatcher in org.anchoranalysis.io.input.bean.path.matcherModifier and TypeClassDescriptionclass
Maybe imposes a file-extension condition, optionally on top of an existing matcher.class
Matches paths using a Java-style glob.class
Predicates that matches a file-path against a regular expression.Methods in org.anchoranalysis.io.input.bean.path.matcher that return FilePathMatcherModifier and TypeMethodDescriptionMatchExtensions.getMatcher()
A secondary matcher, which is required additionally match (as well as the extension).Methods in org.anchoranalysis.io.input.bean.path.matcher with parameters of type FilePathMatcherModifier and TypeMethodDescriptionvoid
MatchExtensions.setMatcher
(FilePathMatcher matcher) A secondary matcher, which is required additionally match (as well as the extension).