Package com.enonic.xp.node
Class NodePaths
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<NodePath>
-
- com.enonic.xp.node.NodePaths
-
- All Implemented Interfaces:
java.lang.Iterable<NodePath>
@Beta public class NodePaths extends AbstractImmutableEntitySet<NodePath>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodePaths.Builder
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
set
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodePaths.Builder
create()
static NodePaths
empty()
static NodePaths
from(NodePath... paths)
static NodePaths
from(java.lang.Iterable<NodePath> paths)
static NodePaths
from(java.lang.String... paths)
com.google.common.collect.ImmutableSet<java.lang.String>
getAsStrings()
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
-
-
-
-
Method Detail
-
empty
public static NodePaths empty()
-
from
public static NodePaths from(java.lang.String... paths)
-
getAsStrings
public com.google.common.collect.ImmutableSet<java.lang.String> getAsStrings()
-
create
public static NodePaths.Builder create()
-
-