public interface IFileNameFinder
Locates file names matching Ant-style include and exclude patterns.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public List<String> |
getFileNames(String basedir, String pattern)Finds file names under the supplied base directory. |
|
public List<String> |
getFileNames(String basedir, String pattern, String excludesPattern)Finds file names under the supplied base directory. |