genode/repos/gems/src/app/fs_query
2020-02-27 14:46:58 +01:00
..
main.cc fs_query: report 'writeable' attribute for files 2020-02-27 14:46:58 +01:00
README Tool for querying information from file system 2018-08-28 17:10:53 +02:00
target.mk Tool for querying information from file system 2018-08-28 17:10:53 +02:00

The fs_query component queries and monitors information stored on a file
system. The file system is configured as a component-local VFS. The component
accepts any number of '<query>' nodes within its '<config>' node. Each
'<query>' node must contain a 'path' attribute pointing to a directory to
watch. The component generates a report labeled "listing". For each
existing queried directory, the report contains a '<dir>' node with the
list of files as '<file>' nodes featuring the corresponding 'name' as
attribute value.

A '<query>' can be equipped with a 'content="yes"' attribute. If set, the
content of the queried files is supplemented as body of the '<file>' nodes.
The reported content is limited to 4 KiB per file. If the content is valid
XML, the '<file>' node contains an attribute 'xml="yes"' indicating that
the XML information is inserted as is. Otherwise, the content is sanitized.