Package com.enonic.xp.node
Class NodePaths
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<NodePath>
-
- com.enonic.xp.node.NodePaths
-
@PublicApi public class NodePaths extends AbstractImmutableEntitySet<NodePath>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodePaths.Builder
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
set
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NodePaths.Buildercreate()static NodePathsempty()static NodePathsfrom(NodePath... paths)static NodePathsfrom(Iterable<NodePath> paths)static NodePathsfrom(String... paths)ImmutableSet<String>getAsStrings()Deprecated.-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
empty
public static NodePaths empty()
-
getAsStrings
@Deprecated public ImmutableSet<String> getAsStrings()
Deprecated.
-
create
public static NodePaths.Builder create()
-
-