class FileNameFinder extends Object
Find files according to a base directory and an includes and excludes pattern. The include and exclude patterns conform to Ant's fileset pattern conventions.
Type | Name and description |
---|---|
List<String> |
getFileNames(String basedir, String pattern) |
List<String> |
getFileNames(String basedir, String pattern, String excludesPattern) |
List<String> |
getFileNames(Map args) |