The
SlingJcrInstaller
is a check implementation that watches for Sling installable nodes and registers them
with the
SlingSimulator
when sling simulation is active.
config
options:
rootPaths
(Default: [/apps, /libs]
)
- The root paths that the listener watches for install and config nodes.
maxDepth
(Default: 4
)
- Represents the maximum depth of a watched folder path relative to the repository root. Depth of a path is
calculated as
path.split("/").length
. When a path's depth is less than or equal to maxDepth
,
its children are candidates to be watched folders, but not its grandchildren.