Package | Description |
---|---|
com.endeca.store.configuration |
Modifier and Type | Field and Description |
---|---|
protected Map<String,InternalNode> |
InternalNode.children |
Modifier and Type | Method and Description |
---|---|
InternalNode |
InternalNode.addChild(String nodeName,
InternalNode node) |
InternalNode |
InternalNode.addNode(String relativePath)
Adds a node to the relative path.
|
InternalNode |
InternalNode.addStandAloneChild(InternalNode node) |
InternalNode |
InternalNode.createPath(String relativePath)
Add a new, empty node to this node.
|
InternalNode |
InternalNode.lazilyAddNodes(String relativePath)
Rather than reconstructing the Jackson Protocol immediately, we'll
lazily create nodes.
|
protected InternalNode |
InternalNode.removeChild(String nodeName) |
Modifier and Type | Method and Description |
---|---|
InternalNode |
InternalNode.addChild(String nodeName,
InternalNode node) |
InternalNode |
InternalNode.addStandAloneChild(InternalNode node) |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.