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 PathSetPathSet.fromPathCollection(Collection<Path> paths) Create a path set from a collection of path objectsstatic PathSetCreate a path set from a collection of path objectsstatic PathSetPathSet.fromStringCollection(Collection<String> paths) Create a path set from a collection of stringsstatic PathSetPathSet.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 PathSetObserverConfiguration.getExcludedPaths()The set of excluded paths.ProviderContext.getExcludedPaths()Set of paths which are "hidden" by other resource providers.@NotNull PathSetObserverConfiguration.getPaths()The set of paths this listener is interested in.