Package com.enonic.xp.node
Class PushNodeEntry
- java.lang.Object
-
- com.enonic.xp.node.PushNodeEntry
-
public class PushNodeEntry extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PushNodeEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PushNodeEntry.Builder
create()
NodePath
getCurrentTargetPath()
NodeBranchEntry
getNodeBranchEntry()
-
-
-
Method Detail
-
create
public static PushNodeEntry.Builder create()
-
getNodeBranchEntry
public NodeBranchEntry getNodeBranchEntry()
-
getCurrentTargetPath
public NodePath getCurrentTargetPath()
-
-