Package | Description |
---|---|
org.apache.sling.api.resource.path | |
org.apache.sling.spi.resource.provider |
Modifier and Type | Field and Description |
---|---|
static PathSet |
PathSet.EMPTY_SET
Empty path set.
|
Modifier and Type | Method and Description |
---|---|
static PathSet |
PathSet.fromPathCollection(java.util.Collection<Path> paths)
Create a path set from a collection of path objects
|
static PathSet |
PathSet.fromPaths(Path... paths)
Create a path set from a collection of path objects
|
static PathSet |
PathSet.fromStringCollection(java.util.Collection<java.lang.String> paths)
Create a path set from a collection of strings
|
static PathSet |
PathSet.fromStrings(java.lang.String... strings)
Create a path set from a collection of strings
|
PathSet |
PathSet.getSubset(Path path)
Generate a path set of paths from this set which
are in the sub tree of the provided path
|
PathSet |
PathSet.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.
|
PathSet |
PathSet.getSubset(java.lang.String path)
Generate a path set of paths from this set which
are in the sub tree of the provided path
|
Modifier and Type | Method and Description |
---|---|
PathSet |
PathSet.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.
|
Modifier and Type | Method and Description |
---|---|
@NotNull PathSet |
ObserverConfiguration.getExcludedPaths()
The set of excluded paths.
|
PathSet |
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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.