A FileSystemMonitorService component has the following configurable properties:

Property

Description

Type, Default

createManifestMode

If true, indicates that we are processing a large file system. The FileSystemMonitorService will pass files to the LoaderManager in the form of a manifest file, rather than as an array of files.

boolean
false

filters

An array of file extension strings to use as filter criteria when gathering updates. Only files whose file extensions match one of the strings in this property will be scanned. Example:

filters=.html,.htm,.wml

String[]

includeFolders

Should we include the content folders in the scan results? This must be true in order for folders to be created as folder repository items in a content repository.

boolean
true

lastScanned

The time that the FileSystemMonitorService last executed.

timestamp
0 (all files will load)

loaderManager

The Nucleus address of the LoaderManager component.

manifestFile

The file used if createManifestMode="true". This property must be defined when createManifestMode="true". The file it references need not actually exist - it will be created if it is not found.

File
RL
xxxx.xml
(where xxxx is the unique name assigned to the file using the File.createTempFile method)

rootPath

The root path that should be monitored. All files to be scanned must be in or under this path.

typeMapper

The Nucleus address of the TypeMapper component

 
loading table of contents...