class FileNameByRegexFinder
extends Object
implements IFileNameFinder
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<String> |
getFileNames(String basedir, String pattern)Finds file names under the supplied base directory.
|
|
List<String> |
getFileNames(String basedir, String pattern, String excludesPattern)Finds file names under the supplied base directory.
|
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.