Index: reference/src/main/docbook/en-US/content/connectors/file_system.xml =================================================================== --- reference/src/main/docbook/en-US/content/connectors/file_system.xml (revision 2563) +++ reference/src/main/docbook/en-US/content/connectors/file_system.xml (working copy) @@ -121,9 +121,15 @@ this connector. Files and folders with a name that matches the provided regular expression will not be exposed by this source. Setting this property to null has the effect of removing the exclusion pattern. + + + + inclusionPattern + - This property is mutually incompatible with the filenameFilter property. Setting this property to a non-null value - will automatically set the filenameFilter property to null. + Specifies a regular expression that is used to determine which files and folders in the underlying file system should be exposed through + this connector. Files and folders with a name that matches the provided regular expression will be exposed by this source. + Setting this property to null has the effect of removing the inclusion pattern. @@ -140,9 +146,14 @@ interface. In the latter case, a the named class will be instantiated and used as the filename filter implementation. Setting this property to null has the effect of clearing the filter. + + + + + - This property is mutually incompatible with the exclusionPattern property. Setting this property to a non-null value - will automatically set the exclusionPattern property to null. + Note: the filenameFilter, exclusionPattern, and inclusionPattern properties are somewhat mutually exclusive. If a filenameFilter is specified, + then exclusionPattern and inclusionPattern are both ignored.