class FileNameFinder extends Object implements IFileNameFinder
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.
| Constructor and description | 
|---|
| FileNameFinder
                                () | 
| Type Params | Return 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) | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.