Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-2199

FileNameFinder should supports excludes pattern as well as current includes pattern

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1-rc-1
    • 1.1-rc-2
    • None
    • None

    Description

      Currently, this will find all files in src/test:

      finder.getFileNames('src/test', '*')
      

      After this enhancement, this would find all files excluding ones starting with 'J':

      finder.getFileNames('src/test', '*', 'J*')
      

      Attachments

        Activity

          People

            paulk Paul King
            paulk Paul King
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: