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.
| Constructor and description | 
|---|
                                FileNameByRegexFinder
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            List | 
                            getFileNames(String basedir, String pattern) | 
                        
 | 
                            List | 
                            getFileNames(String basedir, String pattern, String excludesPattern) | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.