Issue Details (XML | Word | Printable)

Key: GROOVY-2199
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Paul King
Reporter: Paul King
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

FileNameFinder should supports excludes pattern as well as current includes pattern

Created: 12/Oct/07 07:02 PM   Updated: 12/Oct/07 07:21 PM
Component/s: None
Affects Version/s: 1.1-rc-1
Fix Version/s: 1.1-rc-2

Time Tracking:
Not Specified


 Description  « Hide
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*')


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.