|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathMapNode | |
---|---|
org.apache.activemq.apollo.util.path |
Uses of PathMapNode in org.apache.activemq.apollo.util.path |
---|
Methods in org.apache.activemq.apollo.util.path that return PathMapNode | |
---|---|
protected PathMapNode<Value> |
PathMapNode.createChildNode()
Factory method to create a child node |
PathMapNode<Value> |
PathMapNode.getChild(Part part)
Returns the child node for the given named path or null if it does not exist |
PathMapNode<Value> |
PathMapNode.getChildOrCreate(Part part)
Returns the child node for the given named path, lazily creating one if it does not yet exist |
PathMapNode<Value> |
PathMap.getRootNode()
|
Methods in org.apache.activemq.apollo.util.path with parameters of type PathMapNode | |
---|---|
protected void |
PathMapNode.removeChild(PathMapNode<Value> node)
|
Constructors in org.apache.activemq.apollo.util.path with parameters of type PathMapNode | |
---|---|
PathMapNode(PathMapNode<Value> parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |