Re: [io] Possible addition of getFiles/getFileNames and Ant includes/excludes

2023-06-27 Thread Gary Gregory
So... I'll leave you to it then ;-) Gary On Tue, Jun 27, 2023, 10:04 Elliotte Rusty Harold wrote: > On Tue, Jun 27, 2023 at 9:22 AM Gary Gregory > wrote: > > > > I think that we are close to what Ant needs > > with org.apache.commons.io.filefilter.WildcardFileFilter. Perhaps Ant > > should jus

Re: [io] Possible addition of getFiles/getFileNames and Ant includes/excludes

2023-06-27 Thread Elliotte Rusty Harold
On Tue, Jun 27, 2023 at 9:22 AM Gary Gregory wrote: > > I think that we are close to what Ant needs > with org.apache.commons.io.filefilter.WildcardFileFilter. Perhaps Ant > should just implement its own "AntWildcardFileFilter" as a copy or subclass > of WildcardFileFilter. > > Or, are you thinkin

Re: [io] Possible addition of getFiles/getFileNames and Ant includes/excludes

2023-06-27 Thread Gary Gregory
I think that we are close to what Ant needs with org.apache.commons.io.filefilter.WildcardFileFilter. Perhaps Ant should just implement its own "AntWildcardFileFilter" as a copy or subclass of WildcardFileFilter. Or, are you thinking that WildcardFileFilter should have a new toggle "star star matc

Re: [io] Possible addition of getFiles/getFileNames and Ant includes/excludes

2023-06-27 Thread Elliotte Rusty Harold
On Mon, Jun 19, 2023 at 8:17 PM Gary Gregory wrote: > > I like the general idea of adding configurable include and exclude features. > > I am uncertain about baking in the Ant-specific pattern formats in > Commons IO. Allowing the include and exclude feature to be provided > through some interface