diff --git a/docs/src/reference/docbook/file.xml b/docs/src/reference/docbook/file.xml
index cc9e394aa8..ae28b7687b 100644
--- a/docs/src/reference/docbook/file.xml
+++ b/docs/src/reference/docbook/file.xml
@@ -28,7 +28,7 @@
This is an implementation of MessageSource that creates messages from
a file system directory. ]]>
+ p:inputDirectory="${input.directory}"/>]]>
To prevent creating messages for certain files, you may supply a
@@ -37,7 +37,7 @@
ensures files are picked up only once from the directory.
]]>
@@ -45,7 +45,7 @@
it is ready. The default AcceptOnceFileListFilter
does not prevent this. In most cases, this can be prevented if the
file-writing process renames each file as soon as it is ready for
- reading. A pattern-matching filter that accepts only files that are
+ reading. A filename-pattern or filename-regex filter that accepts only files that are
ready (e.g. based on a known suffix), composed with the default
AcceptOnceFileListFilter allows for this.
The CompositeFileListFilter enables the
@@ -58,7 +58,7 @@
-
+
@@ -157,14 +157,14 @@
To make things easier you can configure the FileWritingMessageHandler as
part of an outbound channel adapter using the namespace.
- ]]>
+ ]]>
The namespace based configuration also supports a delete-source-files attribute.
If set to true, it will trigger deletion of the original source files after writing
to a destination. The default value for that flag is false.
]]>