File Component
The *file:*
component provides access to file systems.
URI format
Where fileName represents the underlying file name
Options
| Name |
Default Value |
Description |
| initialDelay |
1000 |
milliseconds before polling the file/directory starts |
| delay |
500 |
milliseconds before the next poll of the file/directory |
| useFixedDelay |
false |
if true, poll once after the initial delay |
| recursive |
true |
if a directory, will look for changes in files in all the sub directories |
| attemptFileLock |
false |
if true, will only fire an exchange for a file it can lock |
| regexPattern |
null |
will only fire a an exchange for a file that matches the regex pattern |
See Also