Uses of Class
org.apache.sling.api.resource.path.PathSet
Packages that use PathSet
Package
Description
-
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.jcr.resource.internal.helper.jcr
Constructors in org.apache.sling.jcr.resource.internal.helper.jcr with parameters of type PathSetModifierConstructorDescriptionJcrNodeResourceIterator(ResourceResolver resourceResolver, String parentPath, String parentVersion, javax.jcr.NodeIterator nodes, org.apache.sling.jcr.resource.internal.HelperData helper, PathSet excludedPaths) Creates an instance using the given resource manager and the nodes provided as a node iterator. -
Uses of PathSet in org.apache.sling.resourceresolver.impl.observation
Methods in org.apache.sling.resourceresolver.impl.observation that return PathSetModifier and TypeMethodDescriptionBasicObserverConfiguration.getExcludedPaths()BasicObserverConfiguration.getPaths()ResourceChangeListenerInfo.getPaths()Methods in org.apache.sling.resourceresolver.impl.observation with parameters of type PathSetModifier and TypeMethodDescriptionConstructors in org.apache.sling.resourceresolver.impl.observation with parameters of type PathSetModifierConstructorDescriptionBasicObservationReporter(List<String> searchPath, Collection<ResourceChangeListenerInfo> infos, Path providerPath, PathSet excludePaths) Create a reporter listening for a providerBasicObserverConfiguration(PathSet paths, Set<ResourceChange.ChangeType> types, boolean isExternal, PathSet excludePaths, Set<String> propertyNamesHint) -
Uses of PathSet in org.apache.sling.resourceresolver.impl.providers
Methods in org.apache.sling.resourceresolver.impl.providers that return PathSetMethods in org.apache.sling.resourceresolver.impl.providers with parameters of type PathSetModifier and TypeMethodDescriptionvoidProviderContextImpl.update(ObservationReporter observationReporter, PathSet excludedPaths) -
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.