Uses of Class
org.anchoranalysis.io.input.bean.path.matcher.FilePathMatcher
Packages that use FilePathMatcher
Package
Description
Methods to provide a collection of
Files.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 TypeClassDescriptionclassMaybe imposes a file-extension condition, optionally on top of an existing matcher.classMatches paths using a Java-style glob.classPredicates that matches a file-path against a regular expression.Subclasses with type arguments of type FilePathMatcher in org.anchoranalysis.io.input.bean.path.matcherModifier and TypeClassDescriptionclassMatches file-paths against some kind of pattern.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 TypeMethodDescriptionvoidMatchExtensions.setMatcher(FilePathMatcher matcher) A secondary matcher, which is required additionally match (as well as the extension).