[Java] Interface IFileNameFinder
public interface IFileNameFinder
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public List<String> |
getFileNames(String basedir, String pattern) | |
public 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/3.0.7/html/gapi/groovy/util/IFileNameFinder.html