|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathNode | |
---|---|
org.apache.activemq.apollo.util.path |
Uses of PathNode in org.apache.activemq.apollo.util.path |
---|
Classes in org.apache.activemq.apollo.util.path that implement PathNode | |
---|---|
class |
AnyChildPathNode<Value>
An implementation of PathNode which navigates all the children of the given node
ignoring the name of the current path (so for navigating using * in a wildcard). |
class |
PathMapNode<Value>
An implementation class used to implement PathMap |
Methods in org.apache.activemq.apollo.util.path that return PathNode | |
---|---|
PathNode<Value> |
PathNode.getChild(Part part)
|
PathNode<Value> |
AnyChildPathNode.getChild(Part part)
|
Methods in org.apache.activemq.apollo.util.path that return types with arguments of type PathNode | |
---|---|
protected java.util.Collection<PathNode<Value>> |
AnyChildPathNode.getChildNodes()
|
java.util.Collection<PathNode<Value>> |
PathNode.getChildren()
|
java.util.Collection<PathNode<Value>> |
PathMapNode.getChildren()
Returns the child nodes |
java.util.Collection<PathNode<Value>> |
AnyChildPathNode.getChildren()
|
Constructors in org.apache.activemq.apollo.util.path with parameters of type PathNode | |
---|---|
AnyChildPathNode(PathNode<Value> node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |