Uses of Class
org.apache.sling.api.resource.path.PathSet
Packages that use PathSet
-
Uses of PathSet in org.apache.sling.api.resource.path
Fields in org.apache.sling.api.resource.path declared as PathSetMethods in org.apache.sling.api.resource.path that return PathSetModifier and TypeMethodDescriptionstatic PathSet
PathSet.fromPathCollection
(Collection<Path> paths) Create a path set from a collection of path objectsstatic PathSet
Create a path set from a collection of path objectsstatic PathSet
PathSet.fromStringCollection
(Collection<String> paths) Create a path set from a collection of stringsstatic PathSet
PathSet.fromStrings
(String... strings) Create a path set from a collection of stringsGenerate a path set of paths from this set which are in the sub tree of the provided pathGenerate a path set of paths from this set which are in the sub tree of the provided pathGenerate a path set of paths from this set which are in at least one of the sub tree of the provided path set.Methods in org.apache.sling.api.resource.path with parameters of type PathSet -
Uses of PathSet in org.apache.sling.spi.resource.provider
Methods in org.apache.sling.spi.resource.provider that return PathSetModifier and TypeMethodDescription@NotNull PathSet
ObserverConfiguration.getExcludedPaths()
The set of excluded paths.ProviderContext.getExcludedPaths()
Set of paths which are "hidden" by other resource providers.@NotNull PathSet
ObserverConfiguration.getPaths()
The set of paths this listener is interested in.