|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeBuilder
Builder interface for constructing new node states.
| Method Summary | |
|---|---|
NodeState |
getNodeState()
Returns an immutable node state that matches the current state of the builder. |
void |
setChildNode(String name,
NodeState childNode)
Sets or removes the named child node. |
void |
setProperty(String name,
String encodedValue)
Sets or removes the named property. |
| Method Detail |
|---|
void setProperty(String name,
String encodedValue)
name - property nameencodedValue - encoded value of the property,
or null to remove the named property
void setChildNode(String name,
NodeState childNode)
name - child node namechildNode - new child node state,
or null to remove the named child nodeNodeState getNodeState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||