You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Lars Beuster (JIRA)" <ji...@apache.org> on 2006/06/20 11:05:30 UTC

[jira] Created: (IO-81) WildcardFilter should use wildcardMatch(filename,wildcard,***BOOLEAN***)

WildcardFilter should use wildcardMatch(filename,wildcard,***BOOLEAN***)
------------------------------------------------------------------------

         Key: IO-81
         URL: http://issues.apache.org/jira/browse/IO-81
     Project: Commons IO
        Type: Improvement

    Versions: 1.3    
    Reporter: Lars Beuster
    Priority: Minor


It would be nice if the WildcardFilter would use 
    FilenameUtils.wildcardMatch(filename, wildcard, ***BOOLEAN***).
The boolean for 'system' could be passed to the constructor (preferred) or assigned via a setter.

Thanks
Lars




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (IO-81) WildcardFilter should use wildcardMatch(filename,wildcard,***BOOLEAN***)

Posted by "Stephen Colebourne (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/IO-81?page=all ]

Stephen Colebourne updated IO-81:
---------------------------------

    Fix Version: 1.3
        Version: 1.2 Final
                     (was: 1.3)

Am trying to code something flexible to handle case sensitivity

> WildcardFilter should use wildcardMatch(filename,wildcard,***BOOLEAN***)
> ------------------------------------------------------------------------
>
>          Key: IO-81
>          URL: http://issues.apache.org/jira/browse/IO-81
>      Project: Commons IO
>         Type: Improvement

>     Versions: 1.2 Final
>     Reporter: Lars Beuster
>     Priority: Minor
>      Fix For: 1.3

>
> It would be nice if the WildcardFilter would use 
>     FilenameUtils.wildcardMatch(filename, wildcard, ***BOOLEAN***).
> The boolean for 'system' could be passed to the constructor (preferred) or assigned via a setter.
> Thanks
> Lars

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Closed: (IO-81) WildcardFilter should use wildcardMatch(filename,wildcard,***BOOLEAN***)

Posted by "Stephen Colebourne (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/IO-81?page=all ]
     
Stephen Colebourne closed IO-81:
--------------------------------

    Resolution: Fixed

WildcardFilter deprecated to new class WildcardFileFilter

WildcardFileFilter does not filter out directories, but does give control over case-sensitivity.


> WildcardFilter should use wildcardMatch(filename,wildcard,***BOOLEAN***)
> ------------------------------------------------------------------------
>
>          Key: IO-81
>          URL: http://issues.apache.org/jira/browse/IO-81
>      Project: Commons IO
>         Type: Improvement

>     Versions: 1.2 Final
>     Reporter: Lars Beuster
>     Priority: Minor
>      Fix For: 1.3

>
> It would be nice if the WildcardFilter would use 
>     FilenameUtils.wildcardMatch(filename, wildcard, ***BOOLEAN***).
> The boolean for 'system' could be passed to the constructor (preferred) or assigned via a setter.
> Thanks
> Lars

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org