[Java] Interface IFileNameFinder
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
List<String> |
getFileNames(String basedir, String pattern) | |
List<String> |
getFileNames(String basedir, String pattern, String excludesPattern) |
Method Detail
public List<String> getFileNames(String basedir, String pattern)
public List<String> getFileNames(String basedir, String pattern, String excludesPattern)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/util/IFileNameFinder.html