groovy.util
[Groovy] Class FileNameByRegexFinder
java.lang.Object
groovy.util.FileNameByRegexFinder
- All Implemented Interfaces:
- IFileNameFinder
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.
- Authors:
- Dierk Koenig
- Paul King
getFileNames
List getFileNames(String basedir, String pattern)
-
getFileNames
List getFileNames(String basedir, String pattern, String excludesPattern)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.