groovy.util
Class FileNameByRegexFinder
Find files according to a base directory and an includes and excludes pattern.
The include and exclude patterns conform to regex conventions.
- author:
- Dierk Koenig
- author:
- Paul King
Method Summary |
List |
getFileNames(String basedir, String pattern)
|
List |
getFileNames(String basedir, String pattern, String excludesPattern)
|
FileNameByRegexFinder
FileNameByRegexFinder()
-
getFileNames
List getFileNames(String basedir, String pattern)
-
getFileNames
List getFileNames(String basedir, String pattern, String excludesPattern)
-