Package groovy.util
Interface IFileNameFinder
-
public interface IFileNameFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getFileNames(String basedir, String pattern)
List<String>
getFileNames(String basedir, String pattern, String excludesPattern)
-