Uses of Class
org.apache.sling.api.resource.path.PathSet
-
Packages that use PathSet Package Description org.apache.sling.api.resource.path org.apache.sling.spi.resource.provider -
-
Uses of PathSet in org.apache.sling.api.resource.path
Fields in org.apache.sling.api.resource.path declared as PathSet Modifier and Type Field Description static PathSetPathSet. EMPTY_SETEmpty path set.Methods in org.apache.sling.api.resource.path that return PathSet Modifier and Type Method Description static PathSetPathSet. fromPathCollection(Collection<Path> paths)Create a path set from a collection of path objectsstatic PathSetPathSet. fromPaths(Path... paths)Create 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 stringsPathSetPathSet. getSubset(String path)Generate a path set of paths from this set which are in the sub tree of the provided pathPathSetPathSet. getSubset(Path path)Generate a path set of paths from this set which are in the sub tree of the provided pathPathSetPathSet. getSubset(PathSet set)Generate 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 Modifier and Type Method Description PathSetPathSet. getSubset(PathSet set)Generate a path set of paths from this set which are in at least one of the sub tree of the provided path set. -
Uses of PathSet in org.apache.sling.spi.resource.provider
Methods in org.apache.sling.spi.resource.provider that return PathSet Modifier and Type Method Description @NotNull PathSetObserverConfiguration. getExcludedPaths()The set of excluded paths.PathSetProviderContext. getExcludedPaths()Set of paths which are "hidden" by other resource providers.@NotNull PathSetObserverConfiguration. getPaths()The set of paths this listener is interested in.
-