Details

  • Type: Patch submission Patch submission
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.3.3
  • Component/s: Transport: File
  • Labels:
    None
  • Includes test case?:
    yes
  • Similar Issues:
    None

Description

Attached working code and unit test for FileNameRegexFilter. Configure like this:
<endpoint name="In" address="file:///D:/filein/A?pollingFrequency=1000"
connector="myFileConnector">
<filter pattern="[0-9]*_test.csv"
className="org.mule.providers.file.filters.FilenameRegexFilter">
<properties>
<property value="true" name="caseSensitive"/>
</properties>
</filter>
</endpoint>
CaseSensitive is true by default (inherited by WildcardFilter).

Activity

Hide
Andrew Perepelytsya added a comment -

Minor package adjustments. Applied: http://fisheye.codehaus.org/changelog/mule/?cs=4116

Thanks, Ken

Show
Andrew Perepelytsya added a comment - Minor package adjustments. Applied: http://fisheye.codehaus.org/changelog/mule/?cs=4116 Thanks, Ken

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: