Package com.enonic.xp.node
Class NodePaths.Builder
- java.lang.Object
-
- com.enonic.xp.node.NodePaths.Builder
-
- Enclosing class:
- NodePaths
public static class NodePaths.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodePaths.Builder
addNodePath(NodePath nodePath)
NodePaths.Builder
addNodePaths(java.util.Collection<NodePath> nodePaths)
NodePaths
build()
-
-
-
Method Detail
-
addNodePath
public NodePaths.Builder addNodePath(NodePath nodePath)
-
addNodePaths
public NodePaths.Builder addNodePaths(java.util.Collection<NodePath> nodePaths)
-
build
public NodePaths build()
-
-