You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Amir Gur (Jira)" <ji...@apache.org> on 2022/08/09 17:50:00 UTC

[jira] [Commented] (IO-473) Add classpath based lookups to FileUtils

    [ https://issues.apache.org/jira/browse/IO-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17577558#comment-17577558 ] 

Amir Gur commented on IO-473:
-----------------------------

[~ggregory] - thanks.

Updated the ticket to:
 * Reflect it is focused lacck of classpath based lookups rather than just the end result convenient methods.
 * Listed opened issues Qs on description.

Similar PR w/ tests isn't hard to make, just may take time to get there.  Or anyone can chime in to contribute one.

> Add classpath based lookups to FileUtils
> ----------------------------------------
>
>                 Key: IO-473
>                 URL: https://issues.apache.org/jira/browse/IO-473
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Filters
>    Affects Versions: 2.4
>            Reporter: Amir Gur
>            Priority: Trivial
>
> Lacking classpath based lookup methods such as:
> {code:java}
> - Collection<File> listFiles(String[] extensions)
> - Collection<File> listFiles(String extension, String classpathRoot)
> {code}
> Created [pull request 7|https://github.com/apache/commons-io/pull/7].
>  
> Q1: does such classpath based lookup already exists elsewhere (that is on such a generic apache commons level, not buried in some other huge specialized project).  If not exists this is neede.
> Q2: does it belong here, or on another Utils class/package?  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)