I am looking to handle this behaviour by reworking the filter. See also
http://issues.apache.org/jira/browse/IO-81
Stephen
Heiko wrote:
Hallo,
two questions concerning the org.apache.commons.io.filefilter package:
- I would like to have wildcard filtering for directories, but WildcardFilter
works only for plain files. So I just implemented a class
DirectoryWildcardFilter. Could that class be of interest to the commons-io
package?
- I would have assumed that the wildcard matching is done via
org.apache.commons.io.FilenameUtils.wildcardMatchOnSystem, but is isn't. I'm
not sure if
* the existing WildcardFilter should be extended by a useMatchOnSystem method
or likewise,
* a new WildcardOnSystemFilter would be better
* ...
Sorry if i ask a already answered question but I couldn't find it in the more
recent list archives.
Greetings
Heiko Blau
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]