Add Case Sensitive Creation Methods to FileFilterUtils
------------------------------------------------------

                 Key: IO-232
                 URL: https://issues.apache.org/jira/browse/IO-232
             Project: Commons IO
          Issue Type: Improvement
          Components: Filters
    Affects Versions: 2.0
         Environment: Java 1.4+
            Reporter: Michael Wooten
            Priority: Minor
             Fix For: 2.0


I would like to propose adding case sensitive versions of the utility methods 
for the name, prefix, and suffix file filters in FileFilterUtils. The methods 
would have the following signatures:

IOFileFilter nameFileFilter(String name, IOCase caseSensitivity) 
IOFileFilter prefixFileFilter(String prefix, IOCase caseSensitivity) 
IOFileFilter 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