blob: 96ca0c46c231c535e306ef44675db93e3d872ef3 [file] [log] [blame]
package groovy.util;
import java.util.List;
public interface IFileNameFinder {
List getFileNames(String basedir, String pattern);
}