[
https://issues.apache.org/jira/browse/IO-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton resolved IO-221.
--------------------------------
Assignee: Niall Pemberton
Fix Version/s: 2.0
Resolution: Fixed
I have added methods for suffix and prefix file filters which have an IOCase
parameter:
http://svn.apache.org/viewvc?view=revision&revision=982435
> Addition of new methods to FileFilterUtils
> ------------------------------------------
>
> Key: IO-221
> URL: https://issues.apache.org/jira/browse/IO-221
> Project: Commons IO
> Issue Type: New Feature
> Components: Filters
> Affects Versions: 1.4
> Environment: Windows/Linux
> Reporter: Eldad Dor
> Assignee: Niall Pemberton
> Priority: Minor
> Fix For: 2.0
>
>
> The FileFilterUtils class provides many factory methods, but holds back a few
> needed ones
> like FileFilterUtils.suffixFileFilter(String str) (same regarding the
> PrefixFileFilter)
> the SuffixFileFilter has another constructor the provides the case -
> sensibility
> for the file filter, a much needed one for windows and linux systems.
> usage ex :
> FileFilterUtils.SuffixFileFilter(String suffix, IOCase caseSensitivity);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.