Package | Description |
---|---|
org.apache.sling.api.resource.path |
Modifier and Type | Method and Description |
---|---|
Path |
PathSet.matches(java.lang.String otherPath)
Check whether the provided path is in the sub tree of any
of the paths in this set.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Path> |
PathSet.iterator()
Return an unmodifiable iterator for the paths.
|
Modifier and Type | Method and Description |
---|---|
int |
Path.compareTo(@NotNull Path o) |
static PathSet |
PathSet.fromPaths(Path... paths)
Create a path set from a collection of path objects
|
PathSet |
PathSet.getSubset(Path 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 |
---|---|
static PathSet |
PathSet.fromPathCollection(java.util.Collection<Path> paths)
Create a path set from a collection of path objects
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.