[Groovy] Class FileNameByRegexFinder

  • groovy.util.FileNameByRegexFinder
All Implemented Interfaces and Traits:
IFileNameFinder
class FileNameByRegexFinder
extends Object

Find files according to a base directory and an includes and excludes pattern. The include and exclude patterns conform to regex conventions.

Authors:
Dierk Koenig
Paul King

Methods Summary

Methods
Type Params Return Type Name and description
List<String> getFileNames(String basedir, String pattern)
List<String> getFileNames(String basedir, String pattern, String excludesPattern)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

List<String> getFileNames(String basedir, String pattern)

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/FileNameByRegexFinder.html