class FileNameByRegexFinder extends Object
Find files according to a base directory and an includes and excludes pattern. The include and exclude patterns conform to regex conventions.
| Type | Name and description |
|---|---|
List |
getFileNames(String basedir, String pattern) |
List |
getFileNames(String basedir, String pattern, String excludesPattern) |