public interface IFileNameFinder
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getFileNames(String basedir,
            String pattern) | 
| List<String> | getFileNames(String basedir,
            String pattern,
            String excludesPattern) |