|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Part | |
---|---|
org.apache.activemq.apollo.util.path |
Uses of Part in org.apache.activemq.apollo.util.path |
---|
Fields in org.apache.activemq.apollo.util.path with type parameters of type Part | |
---|---|
java.util.ArrayList<Part> |
Path.parts
|
Methods in org.apache.activemq.apollo.util.path that return Part | |
---|---|
Part |
PathMapNode.getPart()
|
Methods in org.apache.activemq.apollo.util.path with parameters of type Part | |
---|---|
PathNode<Value> |
PathNode.getChild(Part part)
|
PathMapNode<Value> |
PathMapNode.getChild(Part part)
Returns the child node for the given named path or null if it does not exist |
PathNode<Value> |
AnyChildPathNode.getChild(Part part)
|
PathMapNode<Value> |
PathMapNode.getChildOrCreate(Part part)
Returns the child node for the given named path, lazily creating one if it does not yet exist |
boolean |
Part.matches(Part p)
|
Constructor parameters in org.apache.activemq.apollo.util.path with type arguments of type Part | |
---|---|
Path(java.util.ArrayList<Part> parts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |