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
            Priority: Minor


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.

Reply via email to