@ProviderType
public static interface SlingJcrInstaller.JsonKeys
Modifier and Type | Method and Description |
---|---|
String |
maxDepth()
maxDepth represents the depth of a watched folder path relative to the repository root.
|
String |
rootPaths() |
String rootPaths()
String maxDepth()
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.maxDepth
Copyright © 2017–2020. All rights reserved.