Package groovy.util
Interface IFileNameFinder
public interface IFileNameFinder
Locates file names matching Ant-style include and exclude patterns.
-
Method Summary
-
Method Details
-
getFileNames
Finds file names under the supplied base directory.- Parameters:
basedir- the base directory to searchpattern- the include pattern- Returns:
- the matching file names
-
getFileNames
Finds file names under the supplied base directory.- Parameters:
basedir- the base directory to searchpattern- the include patternexcludesPattern- the exclude pattern- Returns:
- the matching file names
-