groovy.util
Class FileNameByRegexFinder
java.lang.Object
groovy.util.FileNameByRegexFinder
public 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.
- author:
- Dierk Koenig
- author:
- Paul King
getFileNames
public List getFileNames(String basedir, String pattern)
-
getFileNames
public List getFileNames(String basedir, String pattern, String excludesPattern)
-
Copyright © 2003-2010 The Codehaus. All rights reserved.