Uses of Class
org.anchoranalysis.io.input.bean.path.matcher.FilePathMatcher
| Package | Description |
|---|---|
| org.anchoranalysis.io.input.bean.files |
Methods to provide a collection of
Files. |
| org.anchoranalysis.io.input.bean.path.matcher |
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 FilePathMatcher Modifier and Type Method Description FilePathMatcherSearchDirectory. getMatcher()Methods in org.anchoranalysis.io.input.bean.files with parameters of type FilePathMatcher Modifier and Type Method Description voidSearchDirectory. setMatcher(FilePathMatcher matcher) -
Uses of FilePathMatcher in org.anchoranalysis.io.input.bean.path.matcher
Subclasses of FilePathMatcher in org.anchoranalysis.io.input.bean.path.matcher Modifier and Type Class Description classMatchExtensionsMaybe imposes a file-extension condition, optionally on top of an existing matcher.classMatchGlobMatches paths using a Java-style glob.classMatchRegularExpressionPredicates that matches a file-path against a regular expression.Methods in org.anchoranalysis.io.input.bean.path.matcher that return FilePathMatcher Modifier and Type Method Description FilePathMatcherMatchExtensions. 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 FilePathMatcher Modifier and Type Method Description voidMatchExtensions. setMatcher(FilePathMatcher matcher)A secondary matcher, which is required additionally match (as well as the extension).