You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/11/10 16:50:05 UTC

[jira] Created: (CAMEL-1068) file component - option to set a ref for a java.io.FileFilter

file component - option to set a ref for a java.io.FileFilter
-------------------------------------------------------------

                 Key: CAMEL-1068
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1068
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.0.0


We have some URI options to set some regexp for filtering files.

But good old java.io.FileFilter should be there as well for end-users to use.
And also add an option for using Camel predicate's for filtering file names.

This only applies for the file consumer of course.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-1068) file component - option to set a ref for a java.io.FileFilter

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1068.
--------------------------------

    Resolution: Fixed

Commited by CAMEL-1112

D:\project\camel\camel-core>svn commit --message "CAMEL-1112: Added filter option to file consumer to allow end user to use a filter to skip files. Started on the sorter as well."
Sending        camel-core\src\main\java\org\apache\camel\component\file\FileComponent.java
Sending        camel-core\src\main\java\org\apache\camel\component\file\FileConsumer.java
Sending        camel-core\src\main\java\org\apache\camel\component\file\FileEndpoint.java
Adding         camel-core\src\test\java\org\apache\camel\component\file\FileConsumerFileFilterTest.java
Sending        camel-core\src\test\java\org\apache\camel\component\file\FileConsumerSkipDotFilesTest.java
Transmitting file data .....
Committed revision 721719.


> file component - option to set a ref for a java.io.FileFilter
> -------------------------------------------------------------
>
>                 Key: CAMEL-1068
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1068
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> We have some URI options to set some regexp for filtering files.
> But good old java.io.FileFilter should be there as well for end-users to use.
> And also add an option for using Camel predicate's for filtering file names.
> This only applies for the file consumer of course.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.