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.BuilderaddNodePath(NodePath nodePath)NodePaths.BuilderaddNodePaths(Collection<NodePath> nodePaths)NodePathsbuild()
-
-
-
Method Detail
-
addNodePath
public NodePaths.Builder addNodePath(NodePath nodePath)
-
addNodePaths
public NodePaths.Builder addNodePaths(Collection<NodePath> nodePaths)
-
build
public NodePaths build()
-
-