groovy

FileNameFinder should supports excludes pattern as well as current includes pattern

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.1-rc-1
  • Fix Version/s: 1.1-rc-2
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

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*')

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: