HOW: Apache Camel, Regex match files

前端 未结 4 1590
别跟我提以往
别跟我提以往 2020-12-31 21:54

im experimenting in getting camel to do some file operations and pass them through the activeMQ broker, ive taken this project over from a guy who recently quit.

wha

4条回答
  •  伪装坚强ぢ
    2020-12-31 22:11

    Use the include option that uses Java regular expression:

    include=.*2280\\.xsl
    

    Please, mind the \\ before the dot .

    Alternatively, use antInclude:

    antInclude=*2280.xsl
    

提交回复
热议问题