Package com.enonic.xp.node
Class NodePaths.Builder
- java.lang.Object
-
- com.enonic.xp.node.NodePaths.Builder
-
-
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(Collection<NodePath> nodePaths)
NodePaths
build()
-
-
-
Method Detail
-
addNodePath
public NodePaths.Builder addNodePath(NodePath nodePath)
-
addNodePaths
public NodePaths.Builder addNodePaths(Collection<NodePath> nodePaths)
-
build
public NodePaths build()
-
-